Completely updated React, fixed #11, (hopefully)

This commit is contained in:
2018-03-04 19:11:49 -05:00
parent 6e0afd6e2a
commit 34e5f5139a
13674 changed files with 333464 additions and 473223 deletions

View File

@@ -1,19 +1,49 @@
{
"name": "commondir",
"version": "1.0.1",
"description": "compute the closest common parent for file paths",
"main": "index.js",
"_args": [
[
"commondir@1.0.1",
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
]
],
"_from": "commondir@1.0.1",
"_id": "commondir@1.0.1",
"_inBundle": false,
"_integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=",
"_location": "/babel-loader/commondir",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "commondir@1.0.1",
"name": "commondir",
"escapedName": "commondir",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "1.0.1"
},
"_requiredBy": [
"/babel-loader/find-cache-dir"
],
"_resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
"_spec": "1.0.1",
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bugs": {
"url": "https://github.com/substack/node-commondir/issues"
},
"dependencies": {},
"description": "compute the closest common parent for file paths",
"devDependencies": {
"tape": "^3.5.0"
},
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "http://github.com/substack/node-commondir.git"
"engine": {
"node": ">=0.4"
},
"homepage": "https://github.com/substack/node-commondir#readme",
"keywords": [
"common",
"path",
@@ -22,13 +52,15 @@
"parent",
"root"
],
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"license": "MIT",
"engine": {
"node": ">=0.4"
}
"main": "index.js",
"name": "commondir",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/substack/node-commondir.git"
},
"scripts": {
"test": "tape test/*.js"
},
"version": "1.0.1"
}