{
  "_args": [
    [
      "source-map-resolve@^0.5.0",
      "/var/www/html/isbn/resources/angular-app/node_modules/snapdragon"
    ]
  ],
  "_from": "source-map-resolve@>=0.5.0 <0.6.0",
  "_hasShrinkwrap": false,
  "_id": "source-map-resolve@0.5.3",
  "_inCache": true,
  "_installable": true,
  "_location": "/source-map-resolve",
  "_nodeVersion": "12.8.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/source-map-resolve_0.5.3_1577561794888_0.08838750313874422"
  },
  "_npmUser": {
    "email": "simon.lydell@gmail.com",
    "name": "lydell"
  },
  "_npmVersion": "6.10.2",
  "_phantomChildren": {},
  "_requested": {
    "name": "source-map-resolve",
    "raw": "source-map-resolve@^0.5.0",
    "rawSpec": "^0.5.0",
    "scope": null,
    "spec": ">=0.5.0 <0.6.0",
    "type": "range"
  },
  "_requiredBy": [
    "/snapdragon"
  ],
  "_resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz",
  "_shasum": "190866bece7553e1f8f267a2ee82c606b5509a1a",
  "_shrinkwrap": null,
  "_spec": "source-map-resolve@^0.5.0",
  "_where": "/var/www/html/isbn/resources/angular-app/node_modules/snapdragon",
  "author": {
    "name": "Simon Lydell"
  },
  "browser": "source-map-resolve.js",
  "bugs": {
    "url": "https://github.com/lydell/source-map-resolve/issues"
  },
  "dependencies": {
    "atob": "^2.1.2",
    "decode-uri-component": "^0.2.0",
    "resolve-url": "^0.2.1",
    "source-map-url": "^0.4.0",
    "urix": "^0.1.0"
  },
  "description": "Resolve the source map and/or sources for a generated file.",
  "devDependencies": {
    "Base64": "1.1.0",
    "jshint": "2.10.3",
    "setimmediate": "1.0.5",
    "simple-asyncify": "1.0.0",
    "tape": "4.12.1"
  },
  "directories": {},
  "dist": {
    "fileCount": 8,
    "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==",
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeB67DCRA9TVsSAnZWagAAaVYP/0+WCdbJaSmbnhBU8xBJ\nQmAhI8mO4tkWyjo4UI0/a+EXUopgOqXbLXNE7lnYwiER+XCjZYhVJfVQYQaW\nsW/IriDzH8gvpiZoWZZrMmd5bVJ+2Uxg17/KudaHgb7wTT4Kf0oUcsOQEdTj\n3tth97IH1hB+lO09PjwyXeoi3VqBfqbicjyVSMn0w2DGPkNS35qUoHc65fFT\nSYv00KROhLLctmEkopepb/B5WVDTLLaHkHGtb0MeIVZkX9th4Oapyh8NI2kV\nbl4Bh93l5kv9Ize4kbHL+FMaRl9CLb0RWIe5aaorbE8xluVf7q4AKfSk2n3H\nhNSpuhJcpFYA53n7zw4Pemt2jwlq3COeWkqNTOJofIxbt8x7o0ml8GQmI88j\nTMiDbwhHVY1j5UCKh887EmJNcSle8UCKLriXcvdThqLNQgFYTw6znNSBFXzm\nANNmLH8ELkWn86BmrITZG5dt6/XmkCsFOFn0N2iiTDUIicdMI8HTv0NaWelo\n0lNgc4eD/aJQ5N97EpZ5aRu7kiab4CC/qAh5ohqCpqgcr8F0YNjxDpSVJf8j\nVhD+dtSabIoRSxyN5VWA10STtUyyIacmBwG8KH/zOqmwhbjMJoF2KErKxoVO\nD4BviZFnaPaHN0OegH/ybPdk6r6j6d5aTwPdUMf8Dx8RQehNDoZBS0QNCuhl\n2msY\r\n=gRFQ\r\n-----END PGP SIGNATURE-----\r\n",
    "shasum": "190866bece7553e1f8f267a2ee82c606b5509a1a",
    "tarball": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz",
    "unpackedSize": 34259
  },
  "gitHead": "b8244f108af0aaf34c32a61e97b66e38db682afc",
  "homepage": "https://github.com/lydell/source-map-resolve#readme",
  "keywords": [
    "find",
    "finder",
    "locate",
    "locator",
    "map",
    "resolve",
    "resolver",
    "source",
    "source map",
    "sourceMappingURL",
    "sourcemap"
  ],
  "license": "MIT",
  "main": "lib/source-map-resolve-node.js",
  "maintainers": [
    {
      "name": "lydell",
      "email": "simon.lydell@gmail.com"
    }
  ],
  "name": "source-map-resolve",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lydell/source-map-resolve.git"
  },
  "scripts": {
    "build": "node generate-source-map-resolve.js",
    "lint": "jshint lib/ test/",
    "test": "npm run lint && npm run unit",
    "unit": "node test/source-map-resolve.js && node test/windows.js"
  },
  "version": "0.5.3"
}
