Completely updated React, fixed #11, (hopefully)
This commit is contained in:
66
goTorrentWebUI/node_modules/material-ui/node_modules/global/package.json
generated
vendored
66
goTorrentWebUI/node_modules/material-ui/node_modules/global/package.json
generated
vendored
@@ -1,36 +1,69 @@
|
||||
{
|
||||
"name": "global",
|
||||
"version": "4.3.2",
|
||||
"description": "Require global variables",
|
||||
"keywords": [],
|
||||
"author": "Raynos <raynos2@gmail.com>",
|
||||
"repository": "git://github.com/Raynos/global.git",
|
||||
"main": "window.js",
|
||||
"homepage": "https://github.com/Raynos/global",
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Raynos"
|
||||
}
|
||||
"_args": [
|
||||
[
|
||||
"global@4.3.2",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"bugs": {
|
||||
"url": "https://github.com/Raynos/global/issues",
|
||||
"_from": "global@4.3.2",
|
||||
"_id": "global@4.3.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-52mJJopsdMOJCLEwWxD8DjlOnQ8=",
|
||||
"_location": "/material-ui/global",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "global@4.3.2",
|
||||
"name": "global",
|
||||
"escapedName": "global",
|
||||
"rawSpec": "4.3.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "4.3.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui/rafl"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/global/-/global-4.3.2.tgz",
|
||||
"_spec": "4.3.2",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"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"
|
||||
},
|
||||
"homepage": "https://github.com/Raynos/global",
|
||||
"keywords": [],
|
||||
"license": "MIT",
|
||||
"main": "window.js",
|
||||
"name": "global",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/Raynos/global.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node ./test",
|
||||
"build": "browserify test/index.js -o test/static/bundle.js",
|
||||
"test": "node ./test",
|
||||
"testem": "testem"
|
||||
},
|
||||
"testling": {
|
||||
@@ -59,5 +92,6 @@
|
||||
"5.1"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": "4.3.2"
|
||||
}
|
||||
|
Reference in New Issue
Block a user