create-js-app-scripts
Version:
Configuration and scripts for Create Js App.
139 lines (138 loc) • 3.05 kB
JSON
{
"_args": [
[
{
"raw": "global@^4.3.0",
"scope": null,
"escapedName": "global",
"name": "global",
"rawSpec": "^4.3.0",
"spec": ">=4.3.0 <5.0.0",
"type": "range"
},
"/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.Dq1t5rCB/node_modules/react-hot-loader"
]
],
"_from": "global@>=4.3.0 <5.0.0",
"_id": "global@4.3.0",
"_inCache": true,
"_installable": true,
"_location": "/global",
"_npmUser": {
"name": "raynos",
"email": "raynos2@gmail.com"
},
"_npmVersion": "1.4.23",
"_phantomChildren": {},
"_requested": {
"raw": "global@^4.3.0",
"scope": null,
"escapedName": "global",
"name": "global",
"rawSpec": "^4.3.0",
"spec": ">=4.3.0 <5.0.0",
"type": "range"
},
"_requiredBy": [
"/react-hot-loader"
],
"_resolved": "https://registry.npmjs.org/global/-/global-4.3.0.tgz",
"_shasum": "ef7ec4beead579b454f5ebd5e7f303db54f42a2b",
"_shrinkwrap": null,
"_spec": "global@^4.3.0",
"_where": "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.Dq1t5rCB/node_modules/react-hot-loader",
"author": {
"name": "Raynos",
"email": "raynos2@gmail.com"
},
"browser": {
"min-document": false,
"individual": false
},
"bugs": {
"url": "https://github.com/Raynos/global/issues",
"email": "raynos2@gmail.com"
},
"contributors": [
{
"name": "Raynos"
}
],
"dependencies": {
"min-document": "^2.6.1",
"process": "~0.5.1"
},
"description": "Require global variables",
"devDependencies": {
"tape": "^2.12.0"
},
"directories": {},
"dist": {
"shasum": "ef7ec4beead579b454f5ebd5e7f303db54f42a2b",
"tarball": "https://registry.npmjs.org/global/-/global-4.3.0.tgz"
},
"gitHead": "b089724e7378fee6a7efda13f858577f34633ca8",
"homepage": "https://github.com/Raynos/global",
"keywords": [],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/Raynos/global/raw/master/LICENSE"
}
],
"main": "window.js",
"maintainers": [
{
"name": "raynos",
"email": "raynos2@gmail.com"
},
{
"name": "mattesch",
"email": "matt@mattesch.info"
},
{
"name": "jerrysievert",
"email": "code@legitimatesounding.com"
}
],
"name": "global",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/Raynos/global.git"
},
"scripts": {
"build": "browserify test/index.js -o test/static/bundle.js",
"test": "node ./test",
"testem": "testem"
},
"testling": {
"files": "test/index.js",
"browsers": {
"ie": [
"8",
"9",
"10"
],
"firefox": [
"16",
"17",
"nightly"
],
"chrome": [
"22",
"23",
"canary"
],
"opera": [
"12",
"next"
],
"safari": [
"5.1"
]
}
},
"version": "4.3.0"
}