Files
automatic-dispose/node_modules/@babel/plugin-transform-dotall-regex/node_modules/regjsparser/package.json
2018-11-24 14:43:59 +01:00

64 lines
1.7 KiB
JSON

{
"_from": "regjsparser@^0.3.0",
"_id": "regjsparser@0.3.0",
"_inBundle": false,
"_integrity": "sha512-zza72oZBBHzt64G7DxdqrOo/30bhHkwMUoT0WqfGu98XLd7N+1tsy5MJ96Bk4MD0y74n629RhmrGW6XlnLLwCA==",
"_location": "/@babel/plugin-transform-dotall-regex/regjsparser",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "regjsparser@^0.3.0",
"name": "regjsparser",
"escapedName": "regjsparser",
"rawSpec": "^0.3.0",
"saveSpec": null,
"fetchSpec": "^0.3.0"
},
"_requiredBy": [
"/@babel/plugin-transform-dotall-regex/regexpu-core"
],
"_resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.3.0.tgz",
"_shasum": "3c326da7fcfd69fa0d332575a41c8c0cdf588c96",
"_spec": "regjsparser@^0.3.0",
"_where": "/var/www/html/autocompletion/node_modules/@babel/plugin-transform-dotall-regex/node_modules/regexpu-core",
"author": {
"name": "'Julian Viereck'",
"email": "julian.viereck@gmail.com"
},
"bin": {
"regjsparser": "bin/parser"
},
"bugs": {
"url": "https://github.com/jviereck/regjsparser/issues"
},
"bundleDependencies": false,
"dependencies": {
"jsesc": "~0.5.0"
},
"deprecated": false,
"description": "Parsing the JavaScript's RegExp in JavaScript.",
"devDependencies": {
"regenerate": "~1.0.1",
"unicode-7.0.0": "~0.1.5"
},
"files": [
"bin/",
"LICENSE.BSD",
"parser.js",
"README.md"
],
"homepage": "https://github.com/jviereck/regjsparser",
"license": "BSD-2-Clause",
"main": "./parser",
"name": "regjsparser",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/jviereck/regjsparser.git"
},
"scripts": {
"test": "node test/index.js"
},
"version": "0.3.0"
}