mirror of https://github.com/lukechilds/node.git
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.
111 lines
2.7 KiB
111 lines
2.7 KiB
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "esquery@^1.0.0",
|
|
"scope": null,
|
|
"escapedName": "esquery",
|
|
"name": "esquery",
|
|
"rawSpec": "^1.0.0",
|
|
"spec": ">=1.0.0 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"/Users/trott/io.js/tools/node_modules/eslint"
|
|
]
|
|
],
|
|
"_from": "esquery@>=1.0.0 <2.0.0",
|
|
"_id": "esquery@1.0.0",
|
|
"_inCache": true,
|
|
"_location": "/esquery",
|
|
"_nodeVersion": "7.5.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-12-west.internal.npmjs.com",
|
|
"tmp": "tmp/esquery-1.0.0.tgz_1489187536588_0.0852991035208106"
|
|
},
|
|
"_npmUser": {
|
|
"name": "michaelficarra",
|
|
"email": "npm@michael.ficarra.me"
|
|
},
|
|
"_npmVersion": "4.1.2",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "esquery@^1.0.0",
|
|
"scope": null,
|
|
"escapedName": "esquery",
|
|
"name": "esquery",
|
|
"rawSpec": "^1.0.0",
|
|
"spec": ">=1.0.0 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/eslint"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/esquery/-/esquery-1.0.0.tgz",
|
|
"_shasum": "cfba8b57d7fba93f17298a8a006a04cda13d80fa",
|
|
"_shrinkwrap": null,
|
|
"_spec": "esquery@^1.0.0",
|
|
"_where": "/Users/trott/io.js/tools/node_modules/eslint",
|
|
"author": {
|
|
"name": "Joel Feenstra",
|
|
"email": "jrfeenst+esquery@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jrfeenst/esquery/issues"
|
|
},
|
|
"dependencies": {
|
|
"estraverse": "^4.0.0"
|
|
},
|
|
"description": "A query library for ECMAScript AST using a CSS selector like query language.",
|
|
"devDependencies": {
|
|
"commonjs-everywhere": "~0.9.4",
|
|
"esprima": "~1.1.1",
|
|
"jstestr": ">=0.4",
|
|
"pegjs": "~0.7.0"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "cfba8b57d7fba93f17298a8a006a04cda13d80fa",
|
|
"tarball": "https://registry.npmjs.org/esquery/-/esquery-1.0.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.6"
|
|
},
|
|
"files": [
|
|
"esquery.js",
|
|
"parser.js",
|
|
"license.txt",
|
|
"README.md"
|
|
],
|
|
"gitHead": "c029e89dcef7bc4ca66588a503ec154bd68f0e05",
|
|
"homepage": "https://github.com/jrfeenst/esquery#readme",
|
|
"keywords": [
|
|
"ast",
|
|
"ecmascript",
|
|
"javascript",
|
|
"query"
|
|
],
|
|
"license": "BSD",
|
|
"main": "esquery.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "jrfeenst",
|
|
"email": "jrfeenst@gmail.com"
|
|
},
|
|
{
|
|
"name": "michaelficarra",
|
|
"email": "npm@michael.ficarra.me"
|
|
}
|
|
],
|
|
"name": "esquery",
|
|
"optionalDependencies": {},
|
|
"preferGlobal": false,
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jrfeenst/esquery.git"
|
|
},
|
|
"scripts": {
|
|
"test": "node node_modules/jstestr/bin/jstestr.js path=tests"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|
|
|