Initial commit
This commit is contained in:
53
themes/keepit/node_modules/insert-module-globals/package.json
generated
vendored
Normal file
53
themes/keepit/node_modules/insert-module-globals/package.json
generated
vendored
Normal file
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user