{
  "_from": "magic-string@0.25.1",
  "_id": "magic-string@0.25.1",
  "_inBundle": false,
  "_integrity": "sha512-sCuTz6pYom8Rlt4ISPFn6wuFodbKMIHUMv4Qko9P17dpxb7s52KJTmRuZZqHdGmLCK9AOcDare039nRIcfdkEg==",
  "_location": "/magic-string",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "magic-string@0.25.1",
    "name": "magic-string",
    "escapedName": "magic-string",
    "rawSpec": "0.25.1",
    "saveSpec": null,
    "fetchSpec": "0.25.1"
  },
  "_requiredBy": [
    "/static-module"
  ],
  "_resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.1.tgz",
  "_shasum": "b1c248b399cd7485da0fe7385c2fc7011843266e",
  "_spec": "magic-string@0.25.1",
  "_where": "C:\\express\\slc\\node_modules\\static-module",
  "author": {
    "name": "Rich Harris"
  },
  "bugs": {
    "url": "https://github.com/rich-harris/magic-string/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "sourcemap-codec": "^1.4.1"
  },
  "deprecated": false,
  "description": "Modify strings, generate sourcemaps",
  "devDependencies": {
    "buble": "^0.19.3",
    "eslint": "^4.19.0",
    "mocha": "^5.0.4",
    "prettier": "^1.11.1",
    "rollup": "^0.57.1",
    "rollup-plugin-buble": "^0.19.2",
    "rollup-plugin-node-resolve": "^3.3.0",
    "rollup-plugin-replace": "^2.0.0",
    "source-map": "^0.6.1",
    "source-map-support": "^0.5.4"
  },
  "files": [
    "dist/*",
    "index.d.ts",
    "README.md"
  ],
  "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",
  "module": "dist/magic-string.es.js",
  "name": "magic-string",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rich-harris/magic-string.git"
  },
  "scripts": {
    "build": "rollup -c",
    "format": "prettier --single-quote --print-width 100 --use-tabs --write src/*.js src/**/*.js",
    "lint": "eslint src test",
    "prepublishOnly": "rm -rf dist && npm test",
    "pretest": "npm run lint && npm run build",
    "test": "mocha",
    "watch": "rollup -cw"
  },
  "typings": "index.d.ts",
  "version": "0.25.1"
}
