{
  "_args": [
    [
      {
        "raw": "magic-string@^0.16.0",
        "scope": null,
        "escapedName": "magic-string",
        "name": "magic-string",
        "rawSpec": "^0.16.0",
        "spec": ">=0.16.0 <0.17.0",
        "type": "range"
      },
      "/var/www/html/maps.rubinmuseum.org/public_html/node_modules/@ngtools/webpack"
    ]
  ],
  "_from": "magic-string@>=0.16.0 <0.17.0",
  "_id": "magic-string@0.16.0",
  "_inCache": true,
  "_location": "/magic-string",
  "_nodeVersion": "6.2.0",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/magic-string-0.16.0.tgz_1471014781556_0.07750329189002514"
  },
  "_npmUser": {
    "name": "rich_harris",
    "email": "richard.a.harris@gmail.com"
  },
  "_npmVersion": "3.8.9",
  "_phantomChildren": {},
  "_requested": {
    "raw": "magic-string@^0.16.0",
    "scope": null,
    "escapedName": "magic-string",
    "name": "magic-string",
    "rawSpec": "^0.16.0",
    "spec": ">=0.16.0 <0.17.0",
    "type": "range"
  },
  "_requiredBy": [
    "/@ngtools/webpack"
  ],
  "_resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.16.0.tgz",
  "_shasum": "970ebb0da7193301285fb1aa650f39bdd81eb45a",
  "_shrinkwrap": null,
  "_spec": "magic-string@^0.16.0",
  "_where": "/var/www/html/maps.rubinmuseum.org/public_html/node_modules/@ngtools/webpack",
  "author": {
    "name": "Rich Harris"
  },
  "bugs": {
    "url": "https://github.com/rich-harris/magic-string/issues"
  },
  "dependencies": {
    "vlq": "^0.2.1"
  },
  "description": "Modify strings, generate sourcemaps",
  "devDependencies": {
    "codecov.io": "^0.1.6",
    "console-group": "^0.2.1",
    "eslint": "^2.11.1",
    "istanbul": "^0.4.3",
    "mocha": "^3.0.1",
    "remap-istanbul": "^0.6.4",
    "resolve": "^1.1.7",
    "rollup": "^0.34.5",
    "rollup-plugin-buble": "^0.12.1",
    "rollup-plugin-node-resolve": "^2.0.0",
    "rollup-plugin-replace": "^1.1.0",
    "source-map": "^0.5.6",
    "source-map-support": "^0.4.0"
  },
  "directories": {},
  "dist": {
    "shasum": "970ebb0da7193301285fb1aa650f39bdd81eb45a",
    "tarball": "https://registry.npmjs.org/magic-string/-/magic-string-0.16.0.tgz"
  },
  "files": [
    "src/*",
    "dist/*",
    "README.md"
  ],
  "gitHead": "b73dd5e57153bc5ec1856a934afcb37f9b8ec0d5",
  "homepage": "https://github.com/rich-harris/magic-string#readme",
  "jsnext:main": "dist/magic-string.es6.js",
  "keywords": [
    "string",
    "string manipulation",
    "sourcemap",
    "templating",
    "transpilation"
  ],
  "license": "MIT",
  "main": "dist/magic-string.cjs.js",
  "maintainers": [
    {
      "name": "rich_harris",
      "email": "richard.a.harris@gmail.com"
    }
  ],
  "module": "dist/magic-string.es6.js",
  "name": "magic-string",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rich-harris/magic-string.git"
  },
  "scripts": {
    "build": " npm run build:cjs && npm run build:es6 && npm run build:umd",
    "build:cjs": "rollup -c",
    "build:es6": "rollup -c --environment ES",
    "build:umd": "rollup -c --environment DEPS",
    "ci": "npm run test-coverage && codecov < coverage/coverage-remapped.lcov",
    "lint": "eslint src",
    "posttest-coverage": "remap-istanbul -i coverage/coverage-final.json -o coverage/coverage-remapped.json -b dist && remap-istanbul -i coverage/coverage-final.json -o coverage/coverage-remapped.lcov -t lcovonly -b dist && remap-istanbul -i coverage/coverage-final.json -o coverage/coverage-remapped -t html -b dist",
    "prepublish": "rm -rf dist && npm test && npm run build:es6 && npm run build:umd",
    "pretest": "npm run build:cjs",
    "pretest-coverage": "npm run build:cjs",
    "test": "mocha",
    "test-coverage": "rm -rf coverage/* && istanbul cover --report json node_modules/.bin/_mocha -- -u exports -R spec test/index.js",
    "watch": "npm run watch:es6",
    "watch:cjs": "rollup -w -c",
    "watch:es6": "rollup -w -c --environment ES",
    "watch:umd": "rollup -w -c --environment DEPS"
  },
  "version": "0.16.0"
}
