54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
{
|
|
"name": "insert-module-globals",
|
|
"version": "7.2.1",
|
|
"description": "insert implicit module globals into a module-deps stream",
|
|
"main": "index.js",
|
|
"bin": {
|
|
"insert-module-globals": "bin/cmd.js"
|
|
},
|
|
"dependencies": {
|
|
"JSONStream": "^1.0.3",
|
|
"acorn-node": "^1.5.2",
|
|
"combine-source-map": "^0.8.0",
|
|
"concat-stream": "^1.6.1",
|
|
"is-buffer": "^1.1.0",
|
|
"path-is-absolute": "^1.0.1",
|
|
"process": "~0.11.0",
|
|
"through2": "^2.0.0",
|
|
"undeclared-identifiers": "^1.1.2",
|
|
"xtend": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"browser-pack": "^6.0.0",
|
|
"buffer": "^4.9.1",
|
|
"convert-source-map": "~1.1.0",
|
|
"module-deps": "^4.0.2",
|
|
"nanobench": "^2.1.1",
|
|
"tape": "^4.2.0",
|
|
"timers-browserify": "^1.4.2"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test/*.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/browserify/insert-module-globals.git"
|
|
},
|
|
"homepage": "https://github.com/browserify/insert-module-globals",
|
|
"keywords": [
|
|
"__filename",
|
|
"__dirname",
|
|
"global",
|
|
"process",
|
|
"module-deps",
|
|
"browser-pack",
|
|
"browserify"
|
|
],
|
|
"author": {
|
|
"name": "James Halliday",
|
|
"email": "mail@substack.net",
|
|
"url": "http://substack.net"
|
|
},
|
|
"license": "MIT"
|
|
}
|