12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "_args": [
- [
- "eslint-plugin-standard@4.1.0",
- "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
- ]
- ],
- "_development": true,
- "_from": "eslint-plugin-standard@4.1.0",
- "_id": "eslint-plugin-standard@4.1.0",
- "_inBundle": false,
- "_integrity": "sha1-DDvzpn6FP4u7xYD7SUX78W9Bt8U=",
- "_location": "/eslint-plugin-standard",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "eslint-plugin-standard@4.1.0",
- "name": "eslint-plugin-standard",
- "escapedName": "eslint-plugin-standard",
- "rawSpec": "4.1.0",
- "saveSpec": null,
- "fetchSpec": "4.1.0"
- },
- "_requiredBy": [
- "#DEV:/"
- ],
- "_resolved": "https://registry.nlark.com/eslint-plugin-standard/download/eslint-plugin-standard-4.1.0.tgz",
- "_spec": "4.1.0",
- "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
- "author": {
- "name": "Feross Aboukhadijeh",
- "email": "feross@feross.org",
- "url": "https://feross.org"
- },
- "bugs": {
- "url": "https://github.com/standard/eslint-plugin-standard/issues"
- },
- "dependencies": {},
- "description": "ESlint Plugin for the Standard Linter",
- "devDependencies": {
- "eslint": "^7.0.0",
- "mocha": "^6.2.0",
- "standard": "*"
- },
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ],
- "homepage": "https://github.com/standard/eslint-plugin-standard#readme",
- "keywords": [
- "eslint",
- "eslintplugin"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "eslint-plugin-standard",
- "peerDependencies": {
- "eslint": ">=5.0.0"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/standard/eslint-plugin-standard.git"
- },
- "scripts": {
- "test": "standard && mocha tests/"
- },
- "version": "4.1.0"
- }
|