home
This commit is contained in:
parent
a71a3b5593
commit
cb52890889
16657 changed files with 1483086 additions and 1 deletions
48
home/ags/node_modules/eslint-module-utils/package.json
generated
vendored
Normal file
48
home/ags/node_modules/eslint-module-utils/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
{
|
||||
"name": "eslint-module-utils",
|
||||
"version": "2.8.1",
|
||||
"description": "Core utilities to support eslint-plugin-import and other module-related plugins.",
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublishOnly": "cp ../{LICENSE,.npmrc} ./",
|
||||
"tsc": "tsc -p .",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/import-js/eslint-plugin-import.git"
|
||||
},
|
||||
"keywords": [
|
||||
"eslint-plugin-import",
|
||||
"eslint",
|
||||
"modules",
|
||||
"esmodules"
|
||||
],
|
||||
"author": "Ben Mosher <me@benmosher.com>",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/import-js/eslint-plugin-import/issues"
|
||||
},
|
||||
"homepage": "https://github.com/import-js/eslint-plugin-import#readme",
|
||||
"dependencies": {
|
||||
"debug": "^3.2.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/debug": "^4.1.12",
|
||||
"@types/eslint": "^8.56.3",
|
||||
"@types/node": "^20.11.20",
|
||||
"typescript": "next"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"eslint": {
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
"publishConfig": {
|
||||
"ignore": [
|
||||
".attw.json"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue