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,23 +1,52 @@
{
"name": "number-is-nan",
"version": "1.0.1",
"description": "ES2015 Number.isNaN() ponyfill",
"license": "MIT",
"repository": "sindresorhus/number-is-nan",
"_args": [
[
"number-is-nan@1.0.1",
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
]
],
"_development": true,
"_from": "number-is-nan@1.0.1",
"_id": "number-is-nan@1.0.1",
"_inBundle": false,
"_integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=",
"_location": "/babel-cli/number-is-nan",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "number-is-nan@1.0.1",
"name": "number-is-nan",
"escapedName": "number-is-nan",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "1.0.1"
},
"_requiredBy": [
"/babel-cli/is-finite"
],
"_resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
"_spec": "1.0.1",
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/number-is-nan/issues"
},
"description": "ES2015 Number.isNaN() ponyfill",
"devDependencies": {
"ava": "*"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "ava"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/number-is-nan#readme",
"keywords": [
"es2015",
"ecmascript",
@@ -29,7 +58,14 @@
"nan",
"not"
],
"devDependencies": {
"ava": "*"
}
"license": "MIT",
"name": "number-is-nan",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/number-is-nan.git"
},
"scripts": {
"test": "ava"
},
"version": "1.0.1"
}