{
	"name": "exorcist",
	"versions": {
		"0.1.0": {
			"name": "exorcist",
			"version": "0.1.0",
			"description": "Externalizes the source map found inside a JavaScript file to an external `.js.map` file",
			"bin": {
				"exorcist": "./bin/exorcist.js"
			},
			"main": "index.js",
			"scripts": {
				"test": "tap test/*.js"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/thlorenz/exorcist.git"
			},
			"homepage": "https://github.com/thlorenz/exorcist",
			"dependencies": {
				"convert-source-map": "~0.3.3",
				"minimist": "0.0.5"
			},
			"devDependencies": {
				"tap": "~0.4.3",
				"browserify": "~3.20.0",
				"through2": "~0.4.0"
			},
			"keywords": [],
			"author": {
				"name": "Thorsten Lorenz",
				"email": "thlorenz@gmx.de",
				"url": "http://thlorenz.com"
			},
			"license": {
				"type": "MIT",
				"url": "https://github.com/thlorenz/exorcist/blob/master/LICENSE"
			},
			"engine": {
				"node": ">=0.6"
			},
			"bugs": {
				"url": "https://github.com/thlorenz/exorcist/issues"
			},
			"_id": "exorcist@0.1.0",
			"dist": {
				"shasum": "8d0aa02679e62981fd74e9823af8214261301ab5",
				"tarball": "https://registry.npmjs.org/exorcist/-/exorcist-0.1.0.tgz",
				"noattachment": true
			},
			"_from": ".",
			"_npmVersion": "1.3.8",
			"_npmUser": {
				"name": "thlorenz",
				"email": "thlorenz@gmx.de"
			},
			"maintainers": [
				{
					"name": "thlorenz",
					"email": "thlorenz@gmx.de"
				}
			],
			"directories": {},
			"contributors": []
		},
		"0.1.1": {
			"name": "exorcist",
			"version": "0.1.1",
			"description": "Externalizes the source map found inside a JavaScript file to an external `.js.map` file",
			"bin": {
				"exorcist": "./bin/exorcist.js"
			},
			"main": "index.js",
			"scripts": {
				"test": "tap test/*.js"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/thlorenz/exorcist.git"
			},
			"homepage": "https://github.com/thlorenz/exorcist",
			"dependencies": {
				"convert-source-map": "~0.3.3",
				"minimist": "0.0.5",
				"through2": "~0.4.0"
			},
			"devDependencies": {
				"tap": "~0.4.3",
				"browserify": "~3.20.0"
			},
			"keywords": [],
			"author": {
				"name": "Thorsten Lorenz",
				"email": "thlorenz@gmx.de",
				"url": "http://thlorenz.com"
			},
			"license": {
				"type": "MIT",
				"url": "https://github.com/thlorenz/exorcist/blob/master/LICENSE"
			},
			"engine": {
				"node": ">=0.6"
			},
			"bugs": {
				"url": "https://github.com/thlorenz/exorcist/issues"
			},
			"_id": "exorcist@0.1.1",
			"dist": {
				"shasum": "ba0c014c42930164ac4c54bfa95c3fa1fa685e9a",
				"tarball": "https://registry.npmjs.org/exorcist/-/exorcist-0.1.1.tgz"
			},
			"_from": ".",
			"_npmVersion": "1.3.8",
			"_npmUser": {
				"name": "thlorenz",
				"email": "thlorenz@gmx.de"
			},
			"maintainers": [
				{
					"name": "thlorenz",
					"email": "thlorenz@gmx.de"
				}
			],
			"directories": {},
			"contributors": []
		},
		"0.1.2": {
			"name": "exorcist",
			"version": "0.1.2",
			"description": "Externalizes the source map found inside a stream to an external `.js.map` file",
			"bin": {
				"exorcist": "./bin/exorcist.js"
			},
			"main": "index.js",
			"scripts": {
				"test": "tap test/*.js"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/thlorenz/exorcist.git"
			},
			"homepage": "https://github.com/thlorenz/exorcist",
			"dependencies": {
				"convert-source-map": "~0.3.3",
				"minimist": "0.0.5",
				"through2": "~0.4.0"
			},
			"devDependencies": {
				"tap": "~0.4.3",
				"browserify": "~3.20.0"
			},
			"keywords": [
				"source-map",
				"source",
				"map",
				"external",
				"mapfile",
				"browserify"
			],
			"author": {
				"name": "Thorsten Lorenz",
				"email": "thlorenz@gmx.de",
				"url": "http://thlorenz.com"
			},
			"license": {
				"type": "MIT",
				"url": "https://github.com/thlorenz/exorcist/blob/master/LICENSE"
			},
			"engine": {
				"node": ">=0.6"
			},
			"bugs": {
				"url": "https://github.com/thlorenz/exorcist/issues"
			},
			"_id": "exorcist@0.1.2",
			"dist": {
				"shasum": "601a152ef08fc830696f6378a7c33a27a7cbbfd7",
				"tarball": "https://registry.npmjs.org/exorcist/-/exorcist-0.1.2.tgz"
			},
			"_from": ".",
			"_npmVersion": "1.3.8",
			"_npmUser": {
				"name": "thlorenz",
				"email": "thlorenz@gmx.de"
			},
			"maintainers": [
				{
					"name": "thlorenz",
					"email": "thlorenz@gmx.de"
				}
			],
			"directories": {},
			"contributors": []
		},
		"0.1.3": {
			"name": "exorcist",
			"version": "0.1.3",
			"description": "Externalizes the source map found inside a stream to an external `.js.map` file",
			"bin": {
				"exorcist": "./bin/exorcist.js"
			},
			"main": "index.js",
			"scripts": {
				"test": "tap test/*.js"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/thlorenz/exorcist.git"
			},
			"homepage": "https://github.com/thlorenz/exorcist",
			"dependencies": {
				"convert-source-map": "~0.3.3",
				"minimist": "0.0.5",
				"through2": "~0.4.0"
			},
			"devDependencies": {
				"tap": "~0.4.3",
				"browserify": "~3.20.0"
			},
			"keywords": [
				"source-map",
				"source",
				"map",
				"external",
				"mapfile",
				"browserify"
			],
			"author": {
				"name": "Thorsten Lorenz",
				"email": "thlorenz@gmx.de",
				"url": "http://thlorenz.com"
			},
			"license": {
				"type": "MIT",
				"url": "https://github.com/thlorenz/exorcist/blob/master/LICENSE"
			},
			"engine": {
				"node": ">=0.6"
			},
			"bugs": {
				"url": "https://github.com/thlorenz/exorcist/issues"
			},
			"_id": "exorcist@0.1.3",
			"dist": {
				"shasum": "5711f22ee92be018261954a463a418bef2f4bdfd",
				"tarball": "https://registry.npmjs.org/exorcist/-/exorcist-0.1.3.tgz",
				"noattachment": true
			},
			"_from": ".",
			"_npmVersion": "1.3.8",
			"_npmUser": {
				"name": "thlorenz",
				"email": "thlorenz@gmx.de"
			},
			"maintainers": [
				{
					"name": "thlorenz",
					"email": "thlorenz@gmx.de"
				}
			],
			"directories": {},
			"contributors": []
		},
		"0.1.4": {
			"name": "exorcist",
			"version": "0.1.4",
			"description": "Externalizes the source map found inside a stream to an external `.js.map` file",
			"bin": {
				"exorcist": "./bin/exorcist.js"
			},
			"main": "index.js",
			"scripts": {
				"test": "tap test/*.js"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/thlorenz/exorcist.git"
			},
			"homepage": "https://github.com/thlorenz/exorcist",
			"dependencies": {
				"convert-source-map": "~0.3.3",
				"minimist": "0.0.5",
				"through2": "~0.4.0"
			},
			"devDependencies": {
				"tap": "~0.4.3",
				"browserify": "~3.20.0"
			},
			"keywords": [
				"source-map",
				"source",
				"map",
				"external",
				"mapfile",
				"browserify",
				"browserify-tool"
			],
			"author": {
				"name": "Thorsten Lorenz",
				"email": "thlorenz@gmx.de",
				"url": "http://thlorenz.com"
			},
			"license": {
				"type": "MIT",
				"url": "https://github.com/thlorenz/exorcist/blob/master/LICENSE"
			},
			"engine": {
				"node": ">=0.6"
			},
			"bugs": {
				"url": "https://github.com/thlorenz/exorcist/issues"
			},
			"_id": "exorcist@0.1.4",
			"dist": {
				"shasum": "a50615ddb501ae3a72186f3c8dd5344d7d3d76cb",
				"tarball": "https://registry.npmjs.org/exorcist/-/exorcist-0.1.4.tgz"
			},
			"_from": ".",
			"_npmVersion": "1.3.22",
			"_npmUser": {
				"name": "thlorenz",
				"email": "thlorenz@gmx.de"
			},
			"maintainers": [
				{
					"name": "thlorenz",
					"email": "thlorenz@gmx.de"
				}
			],
			"directories": {},
			"contributors": []
		},
		"0.1.5": {
			"name": "exorcist",
			"version": "0.1.5",
			"description": "Externalizes the source map found inside a stream to an external `.js.map` file",
			"bin": {
				"exorcist": "./bin/exorcist.js"
			},
			"main": "index.js",
			"scripts": {
				"test": "tap test/*.js"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/thlorenz/exorcist.git"
			},
			"homepage": "https://github.com/thlorenz/exorcist",
			"dependencies": {
				"convert-source-map": "~0.3.3",
				"minimist": "0.0.5",
				"through2": "~0.4.0"
			},
			"devDependencies": {
				"tap": "~0.4.3",
				"browserify": "~3.20.0"
			},
			"keywords": [
				"source-map",
				"source",
				"map",
				"external",
				"mapfile",
				"browserify",
				"browserify-tool"
			],
			"author": {
				"name": "Thorsten Lorenz",
				"email": "thlorenz@gmx.de",
				"url": "http://thlorenz.com"
			},
			"license": {
				"type": "MIT",
				"url": "https://github.com/thlorenz/exorcist/blob/master/LICENSE"
			},
			"engine": {
				"node": ">=0.6"
			},
			"bugs": {
				"url": "https://github.com/thlorenz/exorcist/issues"
			},
			"_id": "exorcist@0.1.5",
			"dist": {
				"shasum": "f05e936e6d29b65bf3c792b4532ca0b41611e3e3",
				"tarball": "https://registry.npmjs.org/exorcist/-/exorcist-0.1.5.tgz"
			},
			"_from": ".",
			"_npmVersion": "1.3.8",
			"_npmUser": {
				"name": "thlorenz",
				"email": "thlorenz@gmx.de"
			},
			"maintainers": [
				{
					"name": "thlorenz",
					"email": "thlorenz@gmx.de"
				}
			],
			"directories": {},
			"contributors": []
		},
		"0.1.6": {
			"name": "exorcist",
			"version": "0.1.6",
			"description": "Externalizes the source map found inside a stream to an external `.js.map` file",
			"bin": {
				"exorcist": "./bin/exorcist.js"
			},
			"main": "index.js",
			"scripts": {
				"test": "tap test/*.js"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/thlorenz/exorcist.git"
			},
			"homepage": "https://github.com/thlorenz/exorcist",
			"dependencies": {
				"convert-source-map": "~0.3.3",
				"minimist": "0.0.5",
				"through2": "~0.4.0"
			},
			"devDependencies": {
				"tap": "~0.4.3",
				"browserify": "~3.20.0"
			},
			"keywords": [
				"source-map",
				"source",
				"map",
				"external",
				"mapfile",
				"browserify",
				"browserify-tool"
			],
			"author": {
				"name": "Thorsten Lorenz",
				"email": "thlorenz@gmx.de",
				"url": "http://thlorenz.com"
			},
			"license": {
				"type": "MIT",
				"url": "https://github.com/thlorenz/exorcist/blob/master/LICENSE"
			},
			"engine": {
				"node": ">=0.6"
			},
			"bugs": {
				"url": "https://github.com/thlorenz/exorcist/issues"
			},
			"_id": "exorcist@0.1.6",
			"dist": {
				"shasum": "16a4c4837f484d0b8394fb6380a13fd6b42af8ee",
				"tarball": "https://registry.npmjs.org/exorcist/-/exorcist-0.1.6.tgz"
			},
			"_from": ".",
			"_npmVersion": "1.4.6",
			"_npmUser": {
				"name": "thlorenz",
				"email": "thlorenz@gmx.de"
			},
			"maintainers": [
				{
					"name": "thlorenz",
					"email": "thlorenz@gmx.de"
				}
			],
			"directories": {},
			"contributors": []
		},
		"0.2.0": {
			"name": "exorcist",
			"version": "0.2.0",
			"description": "Externalizes the source map found inside a stream to an external `.js.map` file",
			"bin": {
				"exorcist": "./bin/exorcist.js"
			},
			"main": "index.js",
			"scripts": {
				"test-main": "tap test/*.js",
				"test-0.10": " nave use 0.10 npm run test-main",
				"test-0.12": " nave use 0.12 npm run test-main",
				"test-iojs": " nave use latest 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": "if [ -e $TRAVIS ]; then npm run test-all; else npm run test-main; fi"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/thlorenz/exorcist.git"
			},
			"homepage": "https://github.com/thlorenz/exorcist",
			"dependencies": {
				"minimist": "0.0.5",
				"mold-source-map": "~0.3.0",
				"nave": "~0.5.1"
			},
			"devDependencies": {
				"tap": "~0.4.3",
				"browserify": "~3.20.0",
				"through2": "~0.4.0"
			},
			"keywords": [
				"source-map",
				"source",
				"map",
				"external",
				"mapfile",
				"browserify",
				"browserify-tool"
			],
			"author": {
				"name": "Thorsten Lorenz",
				"email": "thlorenz@gmx.de",
				"url": "http://thlorenz.com"
			},
			"license": {
				"type": "MIT",
				"url": "https://github.com/thlorenz/exorcist/blob/master/LICENSE"
			},
			"engine": {
				"node": ">=0.6"
			},
			"gitHead": "af015e29869584920d39ad4668ae51209e9dee6f",
			"bugs": {
				"url": "https://github.com/thlorenz/exorcist/issues"
			},
			"_id": "exorcist@0.2.0",
			"_shasum": "58b255643fa00089f17e68448e0cb335e11d1234",
			"_from": ".",
			"_npmVersion": "2.7.5",
			"_nodeVersion": "1.6.4",
			"_npmUser": {
				"name": "thlorenz",
				"email": "thlorenz@gmx.de"
			},
			"maintainers": [
				{
					"name": "thlorenz",
					"email": "thlorenz@gmx.de"
				}
			],
			"dist": {
				"shasum": "58b255643fa00089f17e68448e0cb335e11d1234",
				"tarball": "https://registry.npmjs.org/exorcist/-/exorcist-0.2.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.3.0": {
			"name": "exorcist",
			"version": "0.3.0",
			"description": "Externalizes the source map found inside a stream to an external `.js.map` file",
			"bin": {
				"exorcist": "./bin/exorcist.js"
			},
			"main": "index.js",
			"scripts": {
				"test-main": "tap test/*.js",
				"test-0.10": " nave use 0.10 npm run test-main",
				"test-0.12": " nave use 0.12 npm run test-main",
				"test-iojs": " nave use latest 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": "if [ -e $TRAVIS ]; then npm run test-all; else npm run test-main; fi"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/thlorenz/exorcist.git"
			},
			"homepage": "https://github.com/thlorenz/exorcist",
			"dependencies": {
				"minimist": "0.0.5",
				"mold-source-map": "~0.3.0",
				"nave": "~0.5.1"
			},
			"devDependencies": {
				"tap": "~0.4.3",
				"browserify": "~3.20.0",
				"through2": "~0.4.0"
			},
			"keywords": [
				"source-map",
				"source",
				"map",
				"external",
				"mapfile",
				"browserify",
				"browserify-tool"
			],
			"author": {
				"name": "Thorsten Lorenz",
				"email": "thlorenz@gmx.de",
				"url": "http://thlorenz.com"
			},
			"license": {
				"type": "MIT",
				"url": "https://github.com/thlorenz/exorcist/blob/master/LICENSE"
			},
			"engine": {
				"node": ">=0.6"
			},
			"gitHead": "95335c614dbf4a00ae8420b0479b4f586742bb82",
			"bugs": {
				"url": "https://github.com/thlorenz/exorcist/issues"
			},
			"_id": "exorcist@0.3.0",
			"_shasum": "1d71eb82e370b5992a3e4a24c83cb049ca26a417",
			"_from": ".",
			"_npmVersion": "2.8.3",
			"_nodeVersion": "1.8.1",
			"_npmUser": {
				"name": "thlorenz",
				"email": "thlorenz@gmx.de"
			},
			"maintainers": [
				{
					"name": "thlorenz",
					"email": "thlorenz@gmx.de"
				}
			],
			"dist": {
				"shasum": "1d71eb82e370b5992a3e4a24c83cb049ca26a417",
				"tarball": "https://registry.npmjs.org/exorcist/-/exorcist-0.3.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.4.0": {
			"name": "exorcist",
			"version": "0.4.0",
			"description": "Externalizes the source map found inside a stream to an external `.js.map` file",
			"bin": {
				"exorcist": "./bin/exorcist.js"
			},
			"main": "index.js",
			"scripts": {
				"test-main": "tap test/*.js",
				"test-0.10": " nave use 0.10 npm run test-main",
				"test-0.12": " nave use 0.12 npm run test-main",
				"test-iojs": " nave use latest 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": "if [ -e $TRAVIS ]; then npm run test-all; else npm run test-main; fi"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/thlorenz/exorcist.git"
			},
			"homepage": "https://github.com/thlorenz/exorcist",
			"dependencies": {
				"minimist": "0.0.5",
				"mold-source-map": "~0.4.0",
				"nave": "~0.5.1"
			},
			"devDependencies": {
				"browserify": "~10.2.0",
				"tap": "~0.4.3",
				"through2": "~0.4.0"
			},
			"keywords": [
				"source-map",
				"source",
				"map",
				"external",
				"mapfile",
				"browserify",
				"browserify-tool"
			],
			"author": {
				"name": "Thorsten Lorenz",
				"email": "thlorenz@gmx.de",
				"url": "http://thlorenz.com"
			},
			"license": {
				"type": "MIT",
				"url": "https://github.com/thlorenz/exorcist/blob/master/LICENSE"
			},
			"engine": {
				"node": ">=0.6"
			},
			"gitHead": "2ea417707404f3b612b6ffbbbd3ba88e7393af17",
			"bugs": {
				"url": "https://github.com/thlorenz/exorcist/issues"
			},
			"_id": "exorcist@0.4.0",
			"_shasum": "1230ffdedd9248f42fbccf8b4a44d4cab29e3c64",
			"_from": ".",
			"_npmVersion": "2.6.1",
			"_nodeVersion": "1.4.2",
			"_npmUser": {
				"name": "thlorenz",
				"email": "thlorenz@gmx.de"
			},
			"maintainers": [
				{
					"name": "thlorenz",
					"email": "thlorenz@gmx.de"
				}
			],
			"dist": {
				"shasum": "1230ffdedd9248f42fbccf8b4a44d4cab29e3c64",
				"tarball": "https://registry.npmjs.org/exorcist/-/exorcist-0.4.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0": {
			"name": "exorcist",
			"version": "1.0.0",
			"description": "Externalizes the source map found inside a stream to an external `.js.map` file",
			"bin": {
				"exorcist": "./bin/exorcist.js"
			},
			"main": "index.js",
			"scripts": {
				"test-main": "tap test/*.js",
				"test-0.10": " nave use 0.10 npm run test-main",
				"test-0.12": " nave use 0.12 npm run test-main",
				"test-iojs": " nave use latest 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": "if [ -e $TRAVIS ]; then npm run test-all; else npm run test-main; fi"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/thlorenz/exorcist.git"
			},
			"homepage": "https://github.com/thlorenz/exorcist",
			"dependencies": {
				"is-stream": "~1.1.0",
				"minimist": "0.0.5",
				"mkdirp": "~0.5.1",
				"mold-source-map": "~0.4.0"
			},
			"devDependencies": {
				"browserify": "~10.2.0",
				"nave": "~0.5.1",
				"proxyquire": "~1.7.9",
				"tap": "~0.4.3",
				"through2": "~0.4.0"
			},
			"keywords": [
				"source-map",
				"source",
				"map",
				"external",
				"mapfile",
				"browserify",
				"browserify-tool"
			],
			"author": {
				"name": "Thorsten Lorenz",
				"email": "thlorenz@gmx.de",
				"url": "http://thlorenz.com"
			},
			"license": "MIT",
			"engine": {
				"node": ">=0.6"
			},
			"gitHead": "a8a8bd6eb767812b32497a0f95a2edc5d7a0a8e0",
			"bugs": {
				"url": "https://github.com/thlorenz/exorcist/issues"
			},
			"_id": "exorcist@1.0.0",
			"_shasum": "ac16ca162a0c55adee24b601f8b0e6e77bf34e8b",
			"_from": ".",
			"_npmVersion": "2.15.11",
			"_nodeVersion": "8.4.0",
			"_npmUser": {
				"name": "thlorenz",
				"email": "thlorenz@gmx.de"
			},
			"dist": {
				"shasum": "ac16ca162a0c55adee24b601f8b0e6e77bf34e8b",
				"tarball": "https://registry.npmjs.org/exorcist/-/exorcist-1.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "thlorenz",
					"email": "thlorenz@gmx.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/exorcist-1.0.0.tgz_1506369346233_0.11060330481268466"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.1": {
			"name": "exorcist",
			"version": "1.0.1",
			"description": "Externalizes the source map found inside a stream to an external `.js.map` file",
			"bin": {
				"exorcist": "./bin/exorcist.js"
			},
			"main": "index.js",
			"scripts": {
				"test-main": "tap test/*.js",
				"test-0.10": " nave use 0.10 npm run test-main",
				"test-0.12": " nave use 0.12 npm run test-main",
				"test-iojs": " nave use latest 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": "if [ -e $TRAVIS ]; then npm run test-all; else npm run test-main; fi"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/thlorenz/exorcist.git"
			},
			"homepage": "https://github.com/thlorenz/exorcist",
			"dependencies": {
				"is-stream": "~1.1.0",
				"minimist": "0.0.5",
				"mkdirp": "~0.5.1",
				"mold-source-map": "~0.4.0"
			},
			"devDependencies": {
				"browserify": "~10.2.0",
				"nave": "~0.5.1",
				"proxyquire": "~1.7.9",
				"tap": "~0.4.3",
				"through2": "~0.4.0"
			},
			"keywords": [
				"source-map",
				"source",
				"map",
				"external",
				"mapfile",
				"browserify",
				"browserify-tool"
			],
			"author": {
				"name": "Thorsten Lorenz",
				"email": "thlorenz@gmx.de",
				"url": "http://thlorenz.com"
			},
			"license": "MIT",
			"engine": {
				"node": ">=0.6"
			},
			"gitHead": "c666023730d9d60a0d23193b734059ceb01e15d8",
			"bugs": {
				"url": "https://github.com/thlorenz/exorcist/issues"
			},
			"_id": "exorcist@1.0.1",
			"_shasum": "79316e3c4885845490f7bb405c0e5b5db1167c52",
			"_from": ".",
			"_npmVersion": "2.15.12",
			"_nodeVersion": "8.9.1",
			"_npmUser": {
				"name": "thlorenz",
				"email": "thlorenz@gmx.de"
			},
			"dist": {
				"shasum": "79316e3c4885845490f7bb405c0e5b5db1167c52",
				"tarball": "https://registry.npmjs.org/exorcist/-/exorcist-1.0.1.tgz",
				"fileCount": 19,
				"unpackedSize": 33918
			},
			"maintainers": [
				{
					"name": "thlorenz",
					"email": "thlorenz@gmx.de"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/exorcist_1.0.1_1518626293498_0.6297350630113019"
			},
			"contributors": []
		}
	},
	"time": {
		"modified": "2018-03-11T12:37:03.838Z",
		"created": "2014-01-16T21:49:41.138Z",
		"0.1.0": "2014-01-16T21:49:41.506Z",
		"0.1.1": "2014-01-16T21:54:44.943Z",
		"0.1.2": "2014-01-16T22:06:00.595Z",
		"0.1.3": "2014-01-16T22:24:22.394Z",
		"0.1.4": "2014-01-21T21:25:48.572Z",
		"0.1.5": "2014-01-22T22:32:49.547Z",
		"0.1.6": "2014-04-17T21:19:05.445Z",
		"0.2.0": "2015-04-17T16:26:24.636Z",
		"0.3.0": "2015-04-21T16:31:33.973Z",
		"0.4.0": "2015-05-14T21:33:19.786Z",
		"1.0.0": "2017-09-25T19:55:47.304Z",
		"1.0.1": "2018-02-14T16:38:14.293Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "1.0.1"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"866223a6c42ce9b23fae1465609dec3e\"",
			"fetched": 1602009395656
		}
	},
	"_distfiles": {
		"exorcist-0.1.0.tgz": {
			"url": "https://registry.npmjs.org/exorcist/-/exorcist-0.1.0.tgz",
			"sha": "8d0aa02679e62981fd74e9823af8214261301ab5",
			"registry": "npmjs"
		},
		"exorcist-0.1.1.tgz": {
			"url": "https://registry.npmjs.org/exorcist/-/exorcist-0.1.1.tgz",
			"sha": "ba0c014c42930164ac4c54bfa95c3fa1fa685e9a",
			"registry": "npmjs"
		},
		"exorcist-0.1.2.tgz": {
			"url": "https://registry.npmjs.org/exorcist/-/exorcist-0.1.2.tgz",
			"sha": "601a152ef08fc830696f6378a7c33a27a7cbbfd7",
			"registry": "npmjs"
		},
		"exorcist-0.1.3.tgz": {
			"url": "https://registry.npmjs.org/exorcist/-/exorcist-0.1.3.tgz",
			"sha": "5711f22ee92be018261954a463a418bef2f4bdfd",
			"registry": "npmjs"
		},
		"exorcist-0.1.4.tgz": {
			"url": "https://registry.npmjs.org/exorcist/-/exorcist-0.1.4.tgz",
			"sha": "a50615ddb501ae3a72186f3c8dd5344d7d3d76cb",
			"registry": "npmjs"
		},
		"exorcist-0.1.5.tgz": {
			"url": "https://registry.npmjs.org/exorcist/-/exorcist-0.1.5.tgz",
			"sha": "f05e936e6d29b65bf3c792b4532ca0b41611e3e3",
			"registry": "npmjs"
		},
		"exorcist-0.1.6.tgz": {
			"url": "https://registry.npmjs.org/exorcist/-/exorcist-0.1.6.tgz",
			"sha": "16a4c4837f484d0b8394fb6380a13fd6b42af8ee",
			"registry": "npmjs"
		},
		"exorcist-0.2.0.tgz": {
			"url": "https://registry.npmjs.org/exorcist/-/exorcist-0.2.0.tgz",
			"sha": "58b255643fa00089f17e68448e0cb335e11d1234",
			"registry": "npmjs"
		},
		"exorcist-0.3.0.tgz": {
			"url": "https://registry.npmjs.org/exorcist/-/exorcist-0.3.0.tgz",
			"sha": "1d71eb82e370b5992a3e4a24c83cb049ca26a417",
			"registry": "npmjs"
		},
		"exorcist-0.4.0.tgz": {
			"url": "https://registry.npmjs.org/exorcist/-/exorcist-0.4.0.tgz",
			"sha": "1230ffdedd9248f42fbccf8b4a44d4cab29e3c64",
			"registry": "npmjs"
		},
		"exorcist-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/exorcist/-/exorcist-1.0.0.tgz",
			"sha": "ac16ca162a0c55adee24b601f8b0e6e77bf34e8b",
			"registry": "npmjs"
		},
		"exorcist-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/exorcist/-/exorcist-1.0.1.tgz",
			"sha": "79316e3c4885845490f7bb405c0e5b5db1167c52",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"exorcist-1.0.1.tgz": {
			"shasum": "79316e3c4885845490f7bb405c0e5b5db1167c52"
		}
	},
	"_rev": "12-2b1e82507be6cae8",
	"_id": "exorcist",
	"readme": "# exorcist [![build status](https://secure.travis-ci.org/thlorenz/exorcist.svg?branch=master)](http://travis-ci.org/thlorenz/exorcist)\n\n<a href=\"https://www.patreon.com/bePatron?u=8663953\"><img alt=\"become a patron\" src=\"https://c5.patreon.com/external/logo/become_a_patron_button.png\" height=\"35px\"></a>\n\nExternalizes the source map found inside a stream to an external `.map` file or stream.\n\nWorks with both JavaScript and CSS input streams.\n\n```js\nvar browserify = require('browserify')\n  , path       = require('path')\n  , fs         = require('fs')\n  , exorcist   = require('exorcist')\n  , mapfile    = path.join(__dirname, 'bundle.js.map')\n\n// from a file, to a file, and send source map to its own file\nbrowserify({debug: true})\n  .require(require.resolve('./main'), { entry: true })\n  .bundle()\n  .pipe(exorcist(mapfile))\n  .pipe(fs.createWriteStream(path.join(__dirname, 'bundle.js'), 'utf8'))\n\n//  from a stream, to a stream, and send source map to a stream\nbrowserify([readableSourceStream], browserifyOptions)\n  .bundle()\n  .pipe(exorcist(targetSourceMapStream, '/url/path/to/replace/source/comment/with/bundle.js'))\n  .pipe(writableTargetStream)\n```\n\n### command line example\n\n```\nbrowserify main.js --debug | exorcist bundle.js.map > bundle.js\n```\n\n<!-- START doctoc generated TOC please keep comment here to allow auto update -->\n<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->\n**Table of Contents**  *generated with [DocToc](http://doctoc.herokuapp.com/)*\n\n- [Usage](#usage)\n- [Installation](#installation)\n- [API](#api)\n- [Integration with other tools](#integration-with-other-tools)\n- [License](#license)\n\n<!-- END doctoc generated TOC please keep comment here to allow auto update -->\n\n## Usage\n\n```\nexorcist map_file [options]\n\n  Externalizes the source map of the file streamed in.\n\n  The source map is written as JSON to map_file, and the original file is streamed out with its\n  sourceMappingURL set to the path of map_file (or to the value of the --url option).\n\nOPTIONS:\n\n              --base -b   Base path for calculating relative source paths.\n                          (default: use absolute paths)\n\n              --root -r   Root URL for loading relative source paths.\n                          Set as sourceRoot in the source map.\n                          (default: '')\n\n               --url -u   Full URL to source map.\n                          Set as sourceMappingURL in the output stream.\n                          (default: map_file)\n\n  --error-on-missing -e   Abort with error if no map is found in the stream.\n                          (default: warn but still pipe through source)\n\nEXAMPLE:\n\n  Bundle main.js with browserify into bundle.js and externalize the map to bundle.js.map.\n\n    browserify main.js --debug | exorcist bundle.js.map > bundle.js\n```\n\n## Installation\n\n    npm install exorcist\n\n## API\n\n\n<!-- START docme generated API please keep comment here to allow auto update -->\n<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN docme TO UPDATE -->\n\n<div>\n<div class=\"jsdoc-githubify\">\n<section>\n<article>\n<div class=\"container-overview\">\n<dl class=\"details\">\n</dl>\n</div>\n<dl>\n<dt>\n<h4 class=\"name\" id=\"exorcist\"><span class=\"type-signature\"></span>exorcist<span class=\"signature\">(input, <span class=\"optional\">url</span>, <span class=\"optional\">root</span>, <span class=\"optional\">base</span>, <span class=\"optional\">errorOnMissing</span>)</span><span class=\"type-signature\"> &rarr; {TransformStream}</span></h4>\n</dt>\n<dd>\n<div class=\"description\">\n<p>Externalizes the source map of the file streamed in.</p>\n<p>The source map is written as JSON to <code>file</code>, and the original file is streamed out with its\n<code>sourceMappingURL</code> set to the path of <code>file</code> (or to the value of <code>url</code>).</p>\n<h4>Events (in addition to stream events)</h4>\n<ul>\n<li><code>missing-map</code> emitted if no map was found in the stream and errorOnMissing is falsey\n(the src is still piped through in this case, but no map file is written)</li>\n</ul>\n</div>\n<h5>Parameters:</h5>\n<table class=\"params\">\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Argument</th>\n<th class=\"last\">Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td class=\"name\"><code>input</code></td>\n<td class=\"type\">\n<span class=\"param-type\">String / Object</span>\n</td>\n<td class=\"attributes\">\n</td>\n<td class=\"description last\"><p>full path to the map file to which to write the extracted source map or a writable stream</p></td>\n</tr>\n<tr>\n<td class=\"name\"><code>url</code></td>\n<td class=\"type\">\n<span class=\"param-type\">String</span>\n</td>\n<td class=\"attributes\">\n&lt;optional><br>\n</td>\n<td class=\"description last\"><p>full URL to the map file, set as <code>sourceMappingURL</code> in the streaming output (default: file)</p></td>\n</tr>\n<tr>\n<td class=\"name\"><code>root</code></td>\n<td class=\"type\">\n<span class=\"param-type\">String</span>\n</td>\n<td class=\"attributes\">\n&lt;optional><br>\n</td>\n<td class=\"description last\"><p>root URL for loading relative source paths, set as <code>sourceRoot</code> in the source map (default: '')</p></td>\n</tr>\n<tr>\n<td class=\"name\"><code>base</code></td>\n<td class=\"type\">\n<span class=\"param-type\">String</span>\n</td>\n<td class=\"attributes\">\n&lt;optional><br>\n</td>\n<td class=\"description last\"><p>base path for calculating relative source paths (default: use absolute paths)</p></td>\n</tr>\n<tr>\n<td class=\"name\"><code>errorOnMissing</code></td>\n<td class=\"type\">\n<span class=\"param-type\">Boolean</span>\n</td>\n<td class=\"attributes\">\n&lt;optional><br>\n</td>\n<td class=\"description last\"><p>when truthy, causes 'error' to be emitted instead of 'missing-map' if no map was found in the stream (default: falsey)</p></td>\n</tr>\n</tbody>\n</table>\n<dl class=\"details\">\n<dt class=\"tag-source\">Source:</dt>\n<dd class=\"tag-source\"><ul class=\"dummy\">\n<li>\n<a href=\"https://github.com/thlorenz/exorcist/blob/master/index.js\">index.js</a>\n<span>, </span>\n<a href=\"https://github.com/thlorenz/exorcist/blob/master/index.js#L33\">lineno 33</a>\n</li>\n</ul></dd>\n</dl>\n<h5>Returns:</h5>\n<div class=\"param-desc\">\n<p>transform stream into which to pipe the code containing the source map</p>\n</div>\n<dl>\n<dt>\nType\n</dt>\n<dd>\n<span class=\"param-type\">TransformStream</span>\n</dd>\n</dl>\n</dd>\n</dl>\n</article>\n</section>\n</div>\n\n*generated with [docme](https://github.com/thlorenz/docme)*\n</div>\n<!-- END docme generated API please keep comment here to allow auto update -->\n\n## Integration with other tools\n\n- [using exorcist with gulp](https://github.com/thlorenz/exorcist/wiki/Recipes#gulp)\n\n## License\n\nMIT"
}