82 lines
2.2 KiB
JSON
82 lines
2.2 KiB
JSON
{
|
|
"_from": "insert-module-globals@^7.0.0",
|
|
"_id": "insert-module-globals@7.2.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-ufS5Qq9RZN+Bu899eA9QCAYThY+gGW7oRkmb0vC93Vlyu/CFGcH0OYPEjVkDXA5FEbTt1+VWzdoOD3Ny9N+8tg==",
|
|
"_location": "/insert-module-globals",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "insert-module-globals@^7.0.0",
|
|
"name": "insert-module-globals",
|
|
"escapedName": "insert-module-globals",
|
|
"rawSpec": "^7.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^7.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/browserify"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/insert-module-globals/-/insert-module-globals-7.2.1.tgz",
|
|
"_shasum": "d5e33185181a4e1f33b15f7bf100ee91890d5cb3",
|
|
"_spec": "insert-module-globals@^7.0.0",
|
|
"_where": "/home/simon/Documents/lifen-autotest/node_modules/browserify",
|
|
"author": {
|
|
"name": "James Halliday",
|
|
"email": "mail@substack.net",
|
|
"url": "http://substack.net"
|
|
},
|
|
"bin": {
|
|
"insert-module-globals": "bin/cmd.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/browserify/insert-module-globals/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"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"
|
|
},
|
|
"deprecated": false,
|
|
"description": "insert implicit module globals into a module-deps stream",
|
|
"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"
|
|
},
|
|
"homepage": "https://github.com/browserify/insert-module-globals",
|
|
"keywords": [
|
|
"__filename",
|
|
"__dirname",
|
|
"global",
|
|
"process",
|
|
"module-deps",
|
|
"browser-pack",
|
|
"browserify"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "insert-module-globals",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/browserify/insert-module-globals.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test/*.js"
|
|
},
|
|
"version": "7.2.1"
|
|
}
|