Completely updated React, fixed #11, (hopefully)
This commit is contained in:
63
goTorrentWebUI/node_modules/material-ui/node_modules/is-in-browser/package.json
generated
vendored
63
goTorrentWebUI/node_modules/material-ui/node_modules/is-in-browser/package.json
generated
vendored
@@ -1,18 +1,41 @@
|
||||
{
|
||||
"name": "is-in-browser",
|
||||
"version": "1.1.3",
|
||||
"description": "Simple check to see if current app is running in browser",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/module.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
"build": "BABEL_ENV=cjs babel src -d dist && BABEL_ENV=module babel src/index.js -o dist/module.js && cpy src/index.d.ts dist",
|
||||
"test": "babel-tape-runner test/*.js | tap-spec",
|
||||
"prepublish": "npm run build"
|
||||
"_args": [
|
||||
[
|
||||
"is-in-browser@1.1.3",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "is-in-browser@1.1.3",
|
||||
"_id": "is-in-browser@1.1.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-Vv9NtoOgeMYILrldrX3GLh0E+DU=",
|
||||
"_location": "/material-ui/is-in-browser",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "is-in-browser@1.1.3",
|
||||
"name": "is-in-browser",
|
||||
"escapedName": "is-in-browser",
|
||||
"rawSpec": "1.1.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.1.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui/css-vendor",
|
||||
"/material-ui/jss"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/is-in-browser/-/is-in-browser-1.1.3.tgz",
|
||||
"_spec": "1.1.3",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"author": {
|
||||
"name": "Jared Anderson"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/tuxsudo/is-in-browser/issues"
|
||||
},
|
||||
"keywords": [],
|
||||
"license": "MIT",
|
||||
"dependencies": {},
|
||||
"description": "Simple check to see if current app is running in browser",
|
||||
"devDependencies": {
|
||||
"babel": "^6.3.26",
|
||||
"babel-cli": "^6.4.5",
|
||||
@@ -29,13 +52,21 @@
|
||||
"directories": {
|
||||
"test": "test"
|
||||
},
|
||||
"homepage": "https://github.com/tuxsudo/is-in-browser#readme",
|
||||
"keywords": [],
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/module.js",
|
||||
"name": "is-in-browser",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/tuxsudo/is-in-browser.git"
|
||||
},
|
||||
"author": "Jared Anderson",
|
||||
"bugs": {
|
||||
"url": "https://github.com/tuxsudo/is-in-browser/issues"
|
||||
"scripts": {
|
||||
"build": "BABEL_ENV=cjs babel src -d dist && BABEL_ENV=module babel src/index.js -o dist/module.js && cpy src/index.d.ts dist",
|
||||
"prepublish": "npm run build",
|
||||
"test": "babel-tape-runner test/*.js | tap-spec"
|
||||
},
|
||||
"homepage": "https://github.com/tuxsudo/is-in-browser#readme"
|
||||
"types": "dist/index.d.ts",
|
||||
"version": "1.1.3"
|
||||
}
|
||||
|
Reference in New Issue
Block a user