You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

73 lines
1.9 KiB

{
"_from": "regexp-tree@^0.1.21",
"_id": "regexp-tree@0.1.21",
"_inBundle": false,
"_integrity": "sha1-VeIka399NvG0YUkJQvp4ApnEANc=",
"_location": "/regexp-tree",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "regexp-tree@^0.1.21",
"name": "regexp-tree",
"escapedName": "regexp-tree",
"rawSpec": "^0.1.21",
"saveSpec": null,
"fetchSpec": "^0.1.21"
},
"_requiredBy": [
"/eslint-plugin-unicorn",
"/eslint-plugin-unicorn/safe-regex",
"/sylvanas/safe-regex"
],
"_resolved": "https://registry.npm.taobao.org/regexp-tree/download/regexp-tree-0.1.21.tgz",
"_shasum": "55e2246b7f7d36f1b461490942fa780299c400d7",
"_spec": "regexp-tree@^0.1.21",
"_where": "/Users/zq/Desktop/hngs/node_modules/eslint-plugin-unicorn",
"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.21"
}