{
  "_from": "exorcist@^1.0.1",
  "_id": "exorcist@1.0.1",
  "_inBundle": false,
  "_integrity": "sha1-eTFuPEiFhFSQ97tAXA5bXbEWfFI=",
  "_location": "/exorcist",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "exorcist@^1.0.1",
    "name": "exorcist",
    "escapedName": "exorcist",
    "rawSpec": "^1.0.1",
    "saveSpec": null,
    "fetchSpec": "^1.0.1"
  },
  "_requiredBy": [
    "/vistorian-core"
  ],
  "_resolved": "https://registry.npmjs.org/exorcist/-/exorcist-1.0.1.tgz",
  "_shasum": "79316e3c4885845490f7bb405c0e5b5db1167c52",
  "_spec": "exorcist@^1.0.1",
  "_where": "C:\\Users\\Asus\\Desktop\\AVIZ\\vistorian\\vistorian-matrix\\node_modules\\vistorian-core",
  "author": {
    "name": "Thorsten Lorenz",
    "email": "thlorenz@gmx.de",
    "url": "http://thlorenz.com"
  },
  "bin": {
    "exorcist": "./bin/exorcist.js"
  },
  "bugs": {
    "url": "https://github.com/thlorenz/exorcist/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "is-stream": "~1.1.0",
    "minimist": "0.0.5",
    "mkdirp": "~0.5.1",
    "mold-source-map": "~0.4.0"
  },
  "deprecated": false,
  "description": "Externalizes the source map found inside a stream to an external `.js.map` file",
  "devDependencies": {
    "browserify": "~10.2.0",
    "nave": "~0.5.1",
    "proxyquire": "~1.7.9",
    "tap": "~0.4.3",
    "through2": "~0.4.0"
  },
  "engine": {
    "node": ">=0.6"
  },
  "homepage": "https://github.com/thlorenz/exorcist",
  "keywords": [
    "source-map",
    "source",
    "map",
    "external",
    "mapfile",
    "browserify",
    "browserify-tool"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "exorcist",
  "repository": {
    "type": "git",
    "url": "git://github.com/thlorenz/exorcist.git"
  },
  "scripts": {
    "test": "if [ -e $TRAVIS ]; then npm run test-all; else npm run test-main; fi",
    "test-0.10": " nave use 0.10 npm run test-main",
    "test-0.12": " nave use 0.12 npm run test-main",
    "test-all": "npm run test-main && npm run test-0.10 && npm run test-0.12 && npm run test-iojs",
    "test-iojs": " nave use latest npm run test-main",
    "test-main": "tap test/*.js"
  },
  "version": "1.0.1"
}
