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,17 +1,49 @@
{
"name": "regjsparser",
"version": "0.1.5",
"author": "'Julian Viereck' <julian.viereck@gmail.com>",
"license": "BSD",
"main": "./parser",
"bin": "bin/parser",
"homepage": "https://github.com/jviereck/regjsparser",
"repository": {
"type": "git",
"url": "git@github.com:jviereck/regjsparser.git"
"_args": [
[
"regjsparser@0.1.5",
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
]
],
"_from": "regjsparser@0.1.5",
"_id": "regjsparser@0.1.5",
"_inBundle": false,
"_integrity": "sha1-fuj4Tcb6eS0/0K4ijSS9lJ6tIFw=",
"_location": "/babel-preset-env/regjsparser",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "regjsparser@0.1.5",
"name": "regjsparser",
"escapedName": "regjsparser",
"rawSpec": "0.1.5",
"saveSpec": null,
"fetchSpec": "0.1.5"
},
"scripts": {
"test": "node test/index.js"
"_requiredBy": [
"/babel-preset-env/regexpu-core"
],
"_resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.1.5.tgz",
"_spec": "0.1.5",
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
"author": {
"name": "'Julian Viereck'",
"email": "julian.viereck@gmail.com"
},
"bin": {
"regjsparser": "bin/parser"
},
"bugs": {
"url": "https://github.com/jviereck/regjsparser/issues"
},
"dependencies": {
"jsesc": "~0.5.0"
},
"description": "Parsing the JavaScript's RegExp in JavaScript.",
"devDependencies": {
"regenerate": "~1.0.1",
"unicode-7.0.0": "~0.1.5"
},
"files": [
"bin/",
@@ -19,11 +51,16 @@
"parser.js",
"README.md"
],
"dependencies": {
"jsesc": "~0.5.0"
"homepage": "https://github.com/jviereck/regjsparser",
"license": "BSD",
"main": "./parser",
"name": "regjsparser",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/jviereck/regjsparser.git"
},
"devDependencies": {
"regenerate": "~1.0.1",
"unicode-7.0.0": "~0.1.5"
}
"scripts": {
"test": "node test/index.js"
},
"version": "0.1.5"
}