139 lines
3.5 KiB
JSON
139 lines
3.5 KiB
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"
|
|
},
|
|
"/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/react-transform-hmr"
|
|
]
|
|
],
|
|
"_from": "global@>=4.3.0 <5.0.0",
|
|
"_id": "global@4.3.2",
|
|
"_inCache": true,
|
|
"_location": "/global",
|
|
"_nodeVersion": "0.10.32",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-18-east.internal.npmjs.com",
|
|
"tmp": "tmp/global-4.3.2.tgz_1492580146760_0.3673510455992073"
|
|
},
|
|
"_npmUser": {
|
|
"name": "raynos",
|
|
"email": "raynos2@gmail.com"
|
|
},
|
|
"_npmVersion": "2.15.11",
|
|
"_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-transform-hmr"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/global/-/global-4.3.2.tgz",
|
|
"_shasum": "e76989268a6c74c38908b1305b10fc0e394e9d0f",
|
|
"_shrinkwrap": null,
|
|
"_spec": "global@^4.3.0",
|
|
"_where": "/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/react-transform-hmr",
|
|
"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.19.0",
|
|
"process": "~0.5.1"
|
|
},
|
|
"description": "Require global variables",
|
|
"devDependencies": {
|
|
"tape": "^2.12.0"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "e76989268a6c74c38908b1305b10fc0e394e9d0f",
|
|
"tarball": "https://registry.npmjs.org/global/-/global-4.3.2.tgz"
|
|
},
|
|
"gitHead": "dca6193fee92549cb0a1944705f8b054beb338a2",
|
|
"homepage": "https://github.com/Raynos/global",
|
|
"keywords": [],
|
|
"license": "MIT",
|
|
"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": "# global\n\n<!-- [![build status][1]][2]\n\n[![browser support][3]][4] -->\n\nRequire global variables\n\n## Example\n\n```js\nvar global = require(\"global\")\nvar document = require(\"global/document\")\nvar window = require(\"global/window\")\n```\n\n## Installation\n\n`npm install global`\n\n## Contributors\n\n - Raynos\n\n## MIT Licenced\n\n [1]: https://secure.travis-ci.org/Colingo/global.png\n [2]: http://travis-ci.org/Colingo/global\n [3]: http://ci.testling.com/Colingo/global.png\n [4]: http://ci.testling.com/Colingo/global\n",
|
|
"readmeFilename": "README.md",
|
|
"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.2"
|
|
}
|