增加晶全app静态页面
This commit is contained in:
158
node_modules/esniff/package.json
generated
vendored
Normal file
158
node_modules/esniff/package.json
generated
vendored
Normal file
@ -0,0 +1,158 @@
|
||||
{
|
||||
"_from": "esniff@^2.0.1",
|
||||
"_id": "esniff@2.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-kTUIGKQ/mDPFoJ0oVfcmyJn4iBDRptjNVIzwIFR7tqWXdVI9xfA2RMwY/gbSpJG3lkdWNEjLap/NqVHZiJsdfg==",
|
||||
"_location": "/esniff",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "esniff@^2.0.1",
|
||||
"name": "esniff",
|
||||
"escapedName": "esniff",
|
||||
"rawSpec": "^2.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/es5-ext"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/esniff/-/esniff-2.0.1.tgz",
|
||||
"_shasum": "a4d4b43a5c71c7ec51c51098c1d8a29081f9b308",
|
||||
"_spec": "esniff@^2.0.1",
|
||||
"_where": "E:\\gitee\\fys\\fys\\app\\JingQuan\\node_modules\\es5-ext",
|
||||
"author": {
|
||||
"name": "Mariusz Nowak",
|
||||
"email": "medyk@medikoo.com",
|
||||
"url": "http://www.medikoo.com/"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/medikoo/esniff/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"d": "^1.0.1",
|
||||
"es5-ext": "^0.10.62",
|
||||
"event-emitter": "^0.3.5",
|
||||
"type": "^2.7.2"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Low footprint ECMAScript source code parser",
|
||||
"devDependencies": {
|
||||
"eslint": "^8.56.0",
|
||||
"eslint-config-medikoo": "^4.2.0",
|
||||
"esprima": "^4.0.1",
|
||||
"github-release-from-cc-changelog": "^2.3.0",
|
||||
"nyc": "^15.1.0",
|
||||
"prettier-elastic": "^2.7.1",
|
||||
"tad": "^3.1.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "medikoo/es5",
|
||||
"root": true,
|
||||
"overrides": [
|
||||
{
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"rules": {
|
||||
"max-depth": "off"
|
||||
}
|
||||
},
|
||||
{
|
||||
"files": [
|
||||
"index.js",
|
||||
"utils/is-variable-name.js"
|
||||
],
|
||||
"rules": {
|
||||
"max-lines": "off"
|
||||
}
|
||||
},
|
||||
{
|
||||
"files": [
|
||||
"utils/is-variable-name.js"
|
||||
],
|
||||
"rules": {
|
||||
"no-misleading-character-class": "off"
|
||||
}
|
||||
},
|
||||
{
|
||||
"files": [
|
||||
"test/**"
|
||||
],
|
||||
"env": {
|
||||
"node": true
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"eslintIgnore": [
|
||||
"/coverage",
|
||||
"/test/__playground"
|
||||
],
|
||||
"homepage": "https://github.com/medikoo/esniff#readme",
|
||||
"keywords": [
|
||||
"sniff",
|
||||
"analyze",
|
||||
"ast",
|
||||
"parse",
|
||||
"syntax",
|
||||
"sniffer",
|
||||
"detective",
|
||||
"detect",
|
||||
"find",
|
||||
"search",
|
||||
"source",
|
||||
"code"
|
||||
],
|
||||
"license": "ISC",
|
||||
"name": "esniff",
|
||||
"nyc": {
|
||||
"all": true,
|
||||
"exclude": [
|
||||
".github",
|
||||
"coverage/**",
|
||||
"test/**",
|
||||
"*.config.js"
|
||||
],
|
||||
"reporter": [
|
||||
"lcov",
|
||||
"html",
|
||||
"text-summary"
|
||||
]
|
||||
},
|
||||
"prettier": {
|
||||
"printWidth": 100,
|
||||
"tabWidth": 4,
|
||||
"overrides": [
|
||||
{
|
||||
"files": [
|
||||
"*.md",
|
||||
"*.yml"
|
||||
],
|
||||
"options": {
|
||||
"tabWidth": 2
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/medikoo/esniff.git"
|
||||
},
|
||||
"scripts": {
|
||||
"coverage": "nyc npm test",
|
||||
"lint": "eslint .",
|
||||
"lint:updated": "pipe-git-updated --base=main --ext=js -- eslint --ignore-pattern '!*'",
|
||||
"prettier-check": "prettier -c \"**/*.{css,html,js,json,md,yaml,yml}\"",
|
||||
"prettier-check:updated": "pipe-git-updated --base=main --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier -c",
|
||||
"prettify": "prettier --write \"**/*.{css,html,js,json,md,yaml,yml}\"",
|
||||
"prettify:updated": "pipe-git-updated ---base=main -ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier --write",
|
||||
"test": "node ./node_modules/tad/bin/tad"
|
||||
},
|
||||
"version": "2.0.1"
|
||||
}
|
Reference in New Issue
Block a user