This repository has been archived on 2024-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
keksAccountGUI/node_modulesOLD/regexp-tree/package.json

71 lines
2.0 KiB
JSON

{
"_from": "regexp-tree@^0.1.6",
"_id": "regexp-tree@0.1.11",
"_inBundle": false,
"_integrity": "sha512-7/l/DgapVVDzZobwMCCgMlqiqyLFJ0cduo/j+3BcDJIB+yJdsYCfKuI3l/04NV+H/rfNRdPIDbXNZHM9XvQatg==",
"_location": "/regexp-tree",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "regexp-tree@^0.1.6",
"name": "regexp-tree",
"escapedName": "regexp-tree",
"rawSpec": "^0.1.6",
"saveSpec": null,
"fetchSpec": "^0.1.6"
},
"_requiredBy": [
"/@babel/plugin-transform-named-capturing-groups-regex"
],
"_resolved": "https://registry.npmjs.org/regexp-tree/-/regexp-tree-0.1.11.tgz",
"_shasum": "c9c7f00fcf722e0a56c7390983a7a63dd6c272f3",
"_spec": "regexp-tree@^0.1.6",
"_where": "/home/soeren/dev/keksaccountgui/node_modules/@babel/plugin-transform-named-capturing-groups-regex",
"author": {
"name": "Dmitry Soshnikov"
},
"bin": {
"regexp-tree": "./bin/regexp-tree"
},
"bugs": {
"url": "https://github.com/DmitrySoshnikov/regexp-tree/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Regular Expressions parser in JavaScript",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "1.6.1",
"babel-preset-flow": "6.23.0",
"eslint": "^4.11.0",
"jest-cli": "^19.0.2",
"prettier": "^1.17.1",
"shelljs": "^0.7.8",
"syntax-cli": "^0.1.11"
},
"homepage": "https://github.com/DmitrySoshnikov/regexp-tree",
"keywords": [
"regexp",
"parser",
"AST",
"tree",
"JavaScript",
"ECMAScript"
],
"license": "MIT",
"name": "regexp-tree",
"repository": {
"type": "git",
"url": "git+https://github.com/DmitrySoshnikov/regexp-tree.git"
},
"scripts": {
"build": "node scripts/build.js",
"eslint": "eslint src/ && eslint bin/regexp-tree",
"prepublish": "npm run build && npm test",
"test": "jest",
"watch": "node scripts/build.js --watch"
},
"version": "0.1.11"
}