Improve code quality and write tests
This commit is contained in:
+73
@@ -0,0 +1,73 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"regexp-tree@0.1.13",
|
||||
"E:\\python\\setup-php"
|
||||
]
|
||||
],
|
||||
"_from": "regexp-tree@0.1.13",
|
||||
"_id": "regexp-tree@0.1.13",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-hwdV/GQY5F8ReLZWO+W1SRoN5YfpOKY6852+tBFcma72DKBIcHjPRIlIvQN35bCOljuAfP2G2iB0FC/w236mUw==",
|
||||
"_location": "/regexp-tree",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "regexp-tree@0.1.13",
|
||||
"name": "regexp-tree",
|
||||
"escapedName": "regexp-tree",
|
||||
"rawSpec": "0.1.13",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.1.13"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@babel/plugin-transform-named-capturing-groups-regex"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/regexp-tree/-/regexp-tree-0.1.13.tgz",
|
||||
"_spec": "0.1.13",
|
||||
"_where": "E:\\python\\setup-php",
|
||||
"author": {
|
||||
"name": "Dmitry Soshnikov"
|
||||
},
|
||||
"bin": {
|
||||
"regexp-tree": "./bin/regexp-tree"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/DmitrySoshnikov/regexp-tree/issues"
|
||||
},
|
||||
"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.13"
|
||||
}
|
||||
Reference in New Issue
Block a user