Completely updated React, fixed #11, (hopefully)
This commit is contained in:
60
goTorrentWebUI/node_modules/babel-cli/node_modules/private/package.json
generated
vendored
60
goTorrentWebUI/node_modules/babel-cli/node_modules/private/package.json
generated
vendored
@@ -1,10 +1,51 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"private@0.1.8",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "private@0.1.8",
|
||||
"_id": "private@0.1.8",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg==",
|
||||
"_location": "/babel-cli/private",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "private@0.1.8",
|
||||
"name": "private",
|
||||
"escapedName": "private",
|
||||
"rawSpec": "0.1.8",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.1.8"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/babel-cli/babel-core"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/private/-/private-0.1.8.tgz",
|
||||
"_spec": "0.1.8",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"author": {
|
||||
"name": "Ben Newman",
|
||||
"email": "bn@cs.stanford.edu"
|
||||
},
|
||||
"name": "private",
|
||||
"bugs": {
|
||||
"url": "https://github.com/benjamn/private/issues"
|
||||
},
|
||||
"description": "Utility for associating truly private state with any JavaScript object",
|
||||
"devDependencies": {
|
||||
"mocha": "^4.0.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.6"
|
||||
},
|
||||
"files": [
|
||||
"private.js"
|
||||
],
|
||||
"homepage": "http://github.com/benjamn/private",
|
||||
"keywords": [
|
||||
"private",
|
||||
"access control",
|
||||
@@ -16,24 +57,15 @@
|
||||
"scope",
|
||||
"es5"
|
||||
],
|
||||
"version": "0.1.8",
|
||||
"homepage": "http://github.com/benjamn/private",
|
||||
"license": "MIT",
|
||||
"main": "private.js",
|
||||
"name": "private",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/benjamn/private.git"
|
||||
},
|
||||
"license": "MIT",
|
||||
"main": "private.js",
|
||||
"files": [
|
||||
"private.js"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "mocha --reporter spec --full-trace test/run.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "^4.0.1"
|
||||
}
|
||||
"version": "0.1.8"
|
||||
}
|
||||
|
Reference in New Issue
Block a user