1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/eslint-module-utils/package.json

65 lines
1.8 KiB
JSON

{
"_from": "eslint-module-utils@^2.8.0",
"_id": "eslint-module-utils@2.8.0",
"_inBundle": false,
"_integrity": "sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==",
"_location": "/eslint-module-utils",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "eslint-module-utils@^2.8.0",
"name": "eslint-module-utils",
"escapedName": "eslint-module-utils",
"rawSpec": "^2.8.0",
"saveSpec": null,
"fetchSpec": "^2.8.0"
},
"_requiredBy": [
"/eslint-plugin-import"
],
"_resolved": "https://registry.npmmirror.com/eslint-module-utils/-/eslint-module-utils-2.8.0.tgz",
"_shasum": "e439fee65fc33f6bba630ff621efc38ec0375c49",
"_spec": "eslint-module-utils@^2.8.0",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\eslint-plugin-import",
"author": {
"name": "Ben Mosher",
"email": "me@benmosher.com"
},
"bugs": {
"url": "https://github.com/import-js/eslint-plugin-import/issues"
},
"bundleDependencies": false,
"dependencies": {
"debug": "^3.2.7"
},
"deprecated": false,
"description": "Core utilities to support eslint-plugin-import and other module-related plugins.",
"engines": {
"node": ">=4"
},
"homepage": "https://github.com/import-js/eslint-plugin-import#readme",
"keywords": [
"eslint-plugin-import",
"eslint",
"modules",
"esmodules"
],
"license": "MIT",
"name": "eslint-module-utils",
"peerDependenciesMeta": {
"eslint": {
"optional": true
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/import-js/eslint-plugin-import.git"
},
"scripts": {
"prepublishOnly": "cp ../{LICENSE,.npmrc} ./",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "2.8.0"
}