{
  "_args": [
    [
      {
        "raw": "sourcemap-codec@^1.4.4",
        "scope": null,
        "escapedName": "sourcemap-codec",
        "name": "sourcemap-codec",
        "rawSpec": "^1.4.4",
        "spec": ">=1.4.4 <2.0.0",
        "type": "range"
      },
      "/home/lively4/lively4/ojs/node_modules/magic-string"
    ]
  ],
  "_from": "sourcemap-codec@>=1.4.4 <2.0.0",
  "_hasShrinkwrap": false,
  "_id": "sourcemap-codec@1.4.6",
  "_inCache": true,
  "_installable": true,
  "_location": "/sourcemap-codec",
  "_nodeVersion": "11.6.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/sourcemap-codec_1.4.6_1562200721903_0.857064486254111"
  },
  "_npmUser": {
    "name": "rich_harris",
    "email": "richard.a.harris@gmail.com"
  },
  "_npmVersion": "6.5.0-next.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "sourcemap-codec@^1.4.4",
    "scope": null,
    "escapedName": "sourcemap-codec",
    "name": "sourcemap-codec",
    "rawSpec": "^1.4.4",
    "spec": ">=1.4.4 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/magic-string"
  ],
  "_resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.6.tgz",
  "_shasum": "e30a74f0402bad09807640d39e971090a08ce1e9",
  "_shrinkwrap": null,
  "_spec": "sourcemap-codec@^1.4.4",
  "_where": "/home/lively4/lively4/ojs/node_modules/magic-string",
  "author": {
    "name": "Rich Harris"
  },
  "bugs": {
    "url": "https://github.com/Rich-Harris/sourcemap-codec/issues"
  },
  "dependencies": {},
  "description": "Encode/decode sourcemap mappings",
  "devDependencies": {
    "codecov.io": "^0.1.6",
    "console-group": "^0.3.3",
    "eslint": "^6.0.1",
    "eslint-plugin-import": "^2.18.0",
    "istanbul": "^0.4.5",
    "mocha": "^6.1.4",
    "remap-istanbul": "^0.13.0",
    "rollup": "^1.16.4",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-typescript": "^1.0.1",
    "typescript": "^3.5.2"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-1ZooVLYFxC448piVLBbtOxFcXwnymH9oUF8nRd3CuYDVvkRBxRl6pB4Mtas5a4drtL+E8LDgFkQNcgIw6tc8Hg==",
    "shasum": "e30a74f0402bad09807640d39e971090a08ce1e9",
    "tarball": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.6.tgz",
    "fileCount": 7,
    "unpackedSize": 15571,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdHUqSCRA9TVsSAnZWagAAdTQQAJgas18su0Eb/22Lb/WE\nZOhJ++Oz0+Zm87s2R6L8qARo9IbJxtPJeQXniyy6aIbp9K50yC2hOPfucPip\nwNJPHO0ieL0jtz+lSnlW3Aqz1N7ub8Wm+cbMbfW/m6YZ9wironN9fanmD4Q+\n1Mmbib/P2Vqe1XuF7ZSlzhg1jnJA2ejw3OeeYP0CkdfzxELSydOI451ACcD9\n+tlwDvVzkvf5QXV57viDJm5f0dQ0q9sNwJHoBZkxUzPFNNJqtl7ofRtoK8L3\nZUG+P/mht7KRpEdl133g0ctpCX/Giq4G+7KwZUqNmx5ATxAyOEWU3Vg+nBW5\nmJNbtoz1GETnrNfPDoBQWAzOdLILotHVvXhTk7ldzMujTDnZZ9mYU8GMkvgG\nURwirUIcGVFUhuKT5HTU7k8uTMpI4dxwUO4Rh7JzeCDAnvWTvmEOaK1kdye/\ni8ha6DYHa00EXBGknMyazX8za/rs1F1VxrEF6XPYWsgrkmc/WkOXM/Bhzqtj\nQ5qW7eZY+1JMhq29kFGX2AmXTJ+DHknlL//hTpg0+js7v6AWu8gUL6L4VGAC\nvezIPuQ+Vij/Vo7a2RphyN3kZYXlmD4eBqUIgE6+8B7QA7WF6+87LKq2JfJG\nFstBoQalxeWWVytwfSNfJA5zO3j16/SYeQrDEQA0FYL2T+umnTecCXRDW+tU\nKsfE\r\n=49YL\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "gitHead": "394141c1c3c1e67662fe3935bc866c41e922fdfb",
  "homepage": "https://github.com/Rich-Harris/sourcemap-codec",
  "keywords": [
    "sourcemap",
    "vlq"
  ],
  "license": "MIT",
  "main": "dist/sourcemap-codec.umd.js",
  "maintainers": [
    {
      "name": "rich_harris",
      "email": "richard.a.harris@gmail.com"
    }
  ],
  "module": "dist/sourcemap-codec.es.js",
  "name": "sourcemap-codec",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Rich-Harris/sourcemap-codec.git"
  },
  "scripts": {
    "build": "rm -rf dist && rollup -c && tsc",
    "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": "npm test",
    "pretest": "npm run build",
    "pretest-coverage": "npm run build",
    "test": "mocha",
    "test-coverage": "rm -rf coverage/* && istanbul cover --report json node_modules/.bin/_mocha -- -u exports -R spec test/test.js"
  },
  "types": "dist/types/sourcemap-codec.d.ts",
  "version": "1.4.6"
}
