{
  "_args": [
    [
      {
        "raw": "magic-string@~0.19.0",
        "scope": null,
        "escapedName": "magic-string",
        "name": "magic-string",
        "rawSpec": "~0.19.0",
        "spec": ">=0.19.0 <0.20.0",
        "type": "range"
      },
      "/Users/ben/dev/reify/packages/top-level-example/node_modules/reify"
    ]
  ],
  "_from": "magic-string@>=0.19.0 <0.20.0",
  "_id": "magic-string@0.19.0",
  "_inCache": true,
  "_location": "/magic-string",
  "_nodeVersion": "7.2.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/magic-string-0.19.0.tgz_1480695841438_0.9031513512600213"
  },
  "_npmUser": {
    "name": "rich_harris",
    "email": "richard.a.harris@gmail.com"
  },
  "_npmVersion": "3.10.9",
  "_phantomChildren": {},
  "_requested": {
    "raw": "magic-string@~0.19.0",
    "scope": null,
    "escapedName": "magic-string",
    "name": "magic-string",
    "rawSpec": "~0.19.0",
    "spec": ">=0.19.0 <0.20.0",
    "type": "range"
  },
  "_requiredBy": [
    "/reify"
  ],
  "_resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.19.0.tgz",
  "_shasum": "198948217254e3e0b93080e01146b7c73b2a06b2",
  "_shrinkwrap": null,
  "_spec": "magic-string@~0.19.0",
  "_where": "/Users/ben/dev/reify/packages/top-level-example/node_modules/reify",
  "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": {
    "buble": "^0.14.0",
    "codecov.io": "^0.1.6",
    "console-group": "^0.3.2",
    "eslint": "^3.7.1",
    "istanbul": "^0.4.5",
    "mocha": "^3.1.0",
    "remap-istanbul": "^0.6.4",
    "resolve": "^1.1.7",
    "rollup": "^0.36.1",
    "rollup-plugin-buble": "^0.14.0",
    "rollup-plugin-node-resolve": "^2.0.0",
    "rollup-plugin-replace": "^1.1.1",
    "source-map": "^0.5.6",
    "source-map-support": "^0.4.3"
  },
  "directories": {},
  "dist": {
    "shasum": "198948217254e3e0b93080e01146b7c73b2a06b2",
    "tarball": "https://registry.npmjs.org/magic-string/-/magic-string-0.19.0.tgz"
  },
  "files": [
    "src/*",
    "dist/*",
    "README.md"
  ],
  "gitHead": "e4118a2d370e70119ba0e1a3a82b9182dffe85fa",
  "homepage": "https://github.com/rich-harris/magic-string#readme",
  "jsnext:main": "dist/magic-string.es.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.es.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:es && npm run build:umd",
    "build:cjs": "rollup -c",
    "build:es": "rollup -c --environment ES",
    "build:umd": "rollup -c --environment DEPS",
    "ci": "npm run test-coverage && codecov < coverage/coverage-remapped.lcov",
    "lint": "eslint src test",
    "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:es && 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/*.js",
    "watch": "npm run watch:es",
    "watch:cjs": "rollup -w -c",
    "watch:es": "rollup -w -c --environment ES",
    "watch:umd": "rollup -w -c --environment DEPS"
  },
  "version": "0.19.0"
}
