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.

78 lines
1.9 KiB

{
"_args": [
[
"esquery@1.0.1",
"G:\\bishe\\2024\\springboot\\143_论文\\039_springboot流浪天使乐园管理系统设计与实现\\vue\\admin"
]
],
"_development": true,
"_from": "esquery@1.0.1",
"_id": "esquery@1.0.1",
"_inBundle": false,
"_integrity": "sha1-QGxRZYsfWZGl+bYrHcJbAOPlxwg=",
"_location": "/esquery",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "esquery@1.0.1",
"name": "esquery",
"escapedName": "esquery",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "1.0.1"
},
"_requiredBy": [
"/eslint",
"/vue-eslint-parser"
],
"_resolved": "https://registry.npm.taobao.org/esquery/download/esquery-1.0.1.tgz",
"_spec": "1.0.1",
"_where": "G:\\bishe\\2024\\springboot\\143_论文\\039_springboot流浪天使乐园管理系统设计与实现\\vue\\admin",
"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"
},
"engines": {
"node": ">=0.6"
},
"files": [
"esquery.js",
"parser.js",
"license.txt",
"README.md"
],
"homepage": "https://github.com/jrfeenst/esquery#readme",
"keywords": [
"ast",
"ecmascript",
"javascript",
"query"
],
"license": "BSD-3-Clause",
"main": "esquery.js",
"name": "esquery",
"preferGlobal": false,
"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.1"
}