| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- {
- "_args": [
- [
- "eslint-module-utils@2.7.4",
- "E:\\2023\\5\\myjadmin"
- ]
- ],
- "_development": true,
- "_from": "eslint-module-utils@2.7.4",
- "_id": "eslint-module-utils@2.7.4",
- "_inBundle": false,
- "_integrity": "sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==",
- "_location": "/eslint-module-utils",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "eslint-module-utils@2.7.4",
- "name": "eslint-module-utils",
- "escapedName": "eslint-module-utils",
- "rawSpec": "2.7.4",
- "saveSpec": null,
- "fetchSpec": "2.7.4"
- },
- "_requiredBy": [
- "/eslint-plugin-import"
- ],
- "_resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.7.4.tgz",
- "_spec": "2.7.4",
- "_where": "E:\\2023\\5\\myjadmin",
- "author": {
- "name": "Ben Mosher",
- "email": "me@benmosher.com"
- },
- "bugs": {
- "url": "https://github.com/import-js/eslint-plugin-import/issues"
- },
- "dependencies": {
- "debug": "^3.2.7"
- },
- "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.7.4"
- }
|