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.
92 lines
2.7 KiB
92 lines
2.7 KiB
{
|
|
"_from": "nearley@^2.7.10",
|
|
"_id": "nearley@2.19.5",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-a+eOSULuuaBDsXxWNBMRHUrYSbc=",
|
|
"_location": "/nearley",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "nearley@^2.7.10",
|
|
"name": "nearley",
|
|
"escapedName": "nearley",
|
|
"rawSpec": "^2.7.10",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.7.10"
|
|
},
|
|
"_requiredBy": [
|
|
"/rst-selector-parser"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/nearley/download/nearley-2.19.5.tgz?cache=0&sync_timestamp=1594785884545&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fnearley%2Fdownload%2Fnearley-2.19.5.tgz",
|
|
"_shasum": "6be78e4942eeb9a043b17c563413111d4ad849b7",
|
|
"_spec": "nearley@^2.7.10",
|
|
"_where": "/Users/zq/Desktop/hngs/node_modules/rst-selector-parser",
|
|
"author": {
|
|
"name": "Hardmath123"
|
|
},
|
|
"bin": {
|
|
"nearleyc": "bin/nearleyc.js",
|
|
"nearley-test": "bin/nearley-test.js",
|
|
"nearley-unparse": "bin/nearley-unparse.js",
|
|
"nearley-railroad": "bin/nearley-railroad.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/hardmath123/nearley/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": "https://github.com/Hardmath123/nearley/graphs/contributors",
|
|
"dependencies": {
|
|
"commander": "^2.19.0",
|
|
"moo": "^0.5.0",
|
|
"railroad-diagrams": "^1.0.0",
|
|
"randexp": "0.4.6",
|
|
"semver": "^5.4.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Simple, fast, powerful parser toolkit for JavaScript.",
|
|
"devDependencies": {
|
|
"@types/moo": "^0.3.0",
|
|
"@types/node": "^7.0.27",
|
|
"babel-cli": "^6.26.0",
|
|
"babel-preset-env": "^1.6.0",
|
|
"benchr": "^3.2.0",
|
|
"coffee-script": "^1.10.0",
|
|
"doctoc": "^1.3.0",
|
|
"expect": "^1.20.2",
|
|
"microtime": "^2.1.2",
|
|
"mocha": "^2.5.3",
|
|
"typescript": "^2.6.1"
|
|
},
|
|
"files": [
|
|
"bin/",
|
|
"lib/",
|
|
"builtin/"
|
|
],
|
|
"homepage": "https://github.com/hardmath123/nearley#readme",
|
|
"keywords": [
|
|
"parser",
|
|
"parse",
|
|
"generator",
|
|
"compiler",
|
|
"compile",
|
|
"grammar",
|
|
"language"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/nearley.js",
|
|
"name": "nearley",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/hardmath123/nearley.git"
|
|
},
|
|
"scripts": {
|
|
"benchmark": "benchr test/benchmark.js",
|
|
"bootstrap": "mocha test/bootstrap.test.js && bin/nearleyc.js lib/nearley-language-bootstrapped.ne > tmp && mv tmp lib/nearley-language-bootstrapped.js && echo bootstrapped ok",
|
|
"doctoc": "doctoc --notitle README.md",
|
|
"profile": "bin/nearleyc.js test/grammars/parens.ne > test/grammars/parens.js && node test/profile.js",
|
|
"test": "mocha test/*.test.js"
|
|
},
|
|
"version": "2.19.5"
|
|
}
|