{
  "_from": "magic-string@^0.25.7",
  "_id": "magic-string@0.25.9",
  "_inBundle": false,
  "_integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==",
  "_location": "/magic-string",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "magic-string@^0.25.7",
    "name": "magic-string",
    "escapedName": "magic-string",
    "rawSpec": "^0.25.7",
    "saveSpec": null,
    "fetchSpec": "^0.25.7"
  },
  "_requiredBy": [
    "/@rollup/plugin-replace",
    "/@surma/rollup-plugin-off-main-thread"
  ],
  "_resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz",
  "_shasum": "de7f9faf91ef8a1c91d02c2e5314c8277dbcdd1c",
  "_spec": "magic-string@^0.25.7",
  "_where": "/home/smartsensero/public_html/mvp-frontend/front-end/node_modules/@rollup/plugin-replace",
  "author": {
    "name": "Rich Harris"
  },
  "bugs": {
    "url": "https://github.com/rich-harris/magic-string/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "sourcemap-codec": "^1.4.8"
  },
  "deprecated": false,
  "description": "Modify strings, generate sourcemaps",
  "devDependencies": {
    "@rollup/plugin-buble": "^0.21.3",
    "@rollup/plugin-node-resolve": "^13.1.3",
    "@rollup/plugin-replace": "^4.0.0",
    "bumpp": "^7.1.1",
    "conventional-changelog-cli": "^2.2.2",
    "eslint": "^7.32.0",
    "mocha": "^9.2.1",
    "prettier": "^2.5.1",
    "rollup": "^2.69.0",
    "source-map": "^0.6.1",
    "source-map-support": "^0.5.21"
  },
  "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",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
    "format": "prettier --single-quote --print-width 100 --use-tabs --write src/*.js src/**/*.js",
    "lint": "eslint src test",
    "prepare": "npm run build",
    "prepublishOnly": "rm -rf dist && npm test",
    "pretest": "npm run lint && npm run build",
    "release": "bumpp -x \"npm run changelog\" --all --commit --tag --push && npm publish",
    "test": "mocha",
    "watch": "rollup -cw"
  },
  "typings": "index.d.ts",
  "version": "0.25.9"
}
