react / react-0.13.3 / examples / basic-commonjs / node_modules / browserify / node_modules / insert-module-globals / package.json
80712 views{1"name": "insert-module-globals",2"version": "6.5.0",3"description": "insert implicit module globals into a module-deps stream",4"main": "index.js",5"bin": {6"insert-module-globals": "bin/cmd.js"7},8"dependencies": {9"JSONStream": "^1.0.3",10"combine-source-map": "~0.3.0",11"concat-stream": "~1.4.1",12"lexical-scope": "~1.1.0",13"process": "~0.11.0",14"through2": "^1.0.0",15"xtend": "^4.0.0"16},17"devDependencies": {18"tap": "^1.1.0",19"browser-pack": "^5.0.0",20"buffer": "^3.0.0",21"module-deps": "^3.7.11"22},23"scripts": {24"test": "tap test/*.js"25},26"repository": {27"type": "git",28"url": "git://github.com/substack/insert-module-globals.git"29},30"homepage": "https://github.com/substack/insert-module-globals",31"keywords": [32"__filename",33"__dirname",34"global",35"process",36"module-deps",37"browser-pack",38"browserify"39],40"author": {41"name": "James Halliday",42"email": "[email protected]",43"url": "http://substack.net"44},45"license": "MIT",46"gitHead": "b247821160abf231580bd316f7c00efbe4498ebe",47"bugs": {48"url": "https://github.com/substack/insert-module-globals/issues"49},50"_id": "[email protected]",51"_shasum": "e554008c41d6cb186ebe062fea4d779810e3c837",52"_from": "insert-module-globals@>=6.1.0 <7.0.0",53"_npmVersion": "2.10.1",54"_nodeVersion": "0.10.38",55"_npmUser": {56"name": "zertosh",57"email": "[email protected]"58},59"maintainers": [60{61"name": "substack",62"email": "[email protected]"63},64{65"name": "zertosh",66"email": "[email protected]"67}68],69"dist": {70"shasum": "e554008c41d6cb186ebe062fea4d779810e3c837",71"tarball": "http://registry.npmjs.org/insert-module-globals/-/insert-module-globals-6.5.0.tgz"72},73"directories": {},74"_resolved": "https://registry.npmjs.org/insert-module-globals/-/insert-module-globals-6.5.0.tgz"75}767778