You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
102 lines
3.0 KiB
102 lines
3.0 KiB
{ |
|
"_from": "eslint-plugin-es@^3.0.0", |
|
"_id": "eslint-plugin-es@3.0.1", |
|
"_inBundle": false, |
|
"_integrity": "sha1-dafN/czdwFiZNK7rOEF18iHFeJM=", |
|
"_location": "/eslint-plugin-es", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "range", |
|
"registry": true, |
|
"raw": "eslint-plugin-es@^3.0.0", |
|
"name": "eslint-plugin-es", |
|
"escapedName": "eslint-plugin-es", |
|
"rawSpec": "^3.0.0", |
|
"saveSpec": null, |
|
"fetchSpec": "^3.0.0" |
|
}, |
|
"_requiredBy": [ |
|
"/eslint-plugin-node" |
|
], |
|
"_resolved": "https://registry.npm.taobao.org/eslint-plugin-es/download/eslint-plugin-es-3.0.1.tgz", |
|
"_shasum": "75a7cdfdccddc0589934aeeb384175f221c57893", |
|
"_spec": "eslint-plugin-es@^3.0.0", |
|
"_where": "/home/alvis/Projects/chrome-extension-syncmarks/node_modules/eslint-plugin-node", |
|
"author": { |
|
"name": "Toru Nagashima", |
|
"url": "https://github.com/mysticatea" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/mysticatea/eslint-plugin-es/issues" |
|
}, |
|
"bundleDependencies": false, |
|
"dependencies": { |
|
"eslint-utils": "^2.0.0", |
|
"regexpp": "^3.0.0" |
|
}, |
|
"deprecated": false, |
|
"description": "ESLint plugin about ECMAScript syntactic features.", |
|
"devDependencies": { |
|
"@mysticatea/eslint-plugin": "^11.0.0", |
|
"@vuepress/plugin-pwa": "^1.2.0", |
|
"acorn": "^7.1.0", |
|
"babel-eslint": "^10.0.1", |
|
"codecov": "^3.5.0", |
|
"eslint": "^6.2.2", |
|
"eslint4b": "^6.2.2", |
|
"espree": "^7.0.0", |
|
"globals": "^12.0.0", |
|
"mocha": "^6.2.0", |
|
"npm-run-all": "^4.1.5", |
|
"nyc": "^14.1.1", |
|
"opener": "^1.5.1", |
|
"rimraf": "^3.0.0", |
|
"semver": "^6.3.0", |
|
"vue-eslint-editor": "^0.2.0", |
|
"vuepress": "^1.2.0" |
|
}, |
|
"engines": { |
|
"node": ">=8.10.0" |
|
}, |
|
"files": [ |
|
"lib" |
|
], |
|
"funding": "https://github.com/sponsors/mysticatea", |
|
"homepage": "https://github.com/mysticatea/eslint-plugin-es#readme", |
|
"keywords": [ |
|
"eslint", |
|
"plugin", |
|
"eslintplugin" |
|
], |
|
"license": "MIT", |
|
"main": "lib/index.js", |
|
"name": "eslint-plugin-es", |
|
"peerDependencies": { |
|
"eslint": ">=4.19.1" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/mysticatea/eslint-plugin-es.git" |
|
}, |
|
"scripts": { |
|
"clean": "rimraf .nyc_output coverage", |
|
"codecov": "nyc report -r lcovonly && codecov -t ${CODECOV_TOKEN} --disable=gcov", |
|
"coverage": "nyc report -r lcov && opener ./coverage/lcov-report/index.html", |
|
"docs:build": "vuepress build docs", |
|
"docs:watch": "vuepress dev docs", |
|
"lint": "eslint lib tests scripts", |
|
"new": "node scripts/new-rule", |
|
"postversion": "git push && git push --tags", |
|
"pretest": "npm run -s lint", |
|
"preversion": "npm test", |
|
"test": "npm run -s test:mocha", |
|
"test:mocha": "nyc mocha tests/**/*.js --reporter dot", |
|
"update": "run-s update:*", |
|
"update:index": "node scripts/update-index", |
|
"update:ruledocs": "node scripts/update-docs-rules", |
|
"update:url": "npm run -s lint -- --fix", |
|
"version": "run-s update:* docs:build && git add .", |
|
"watch": "mocha tests/**/*.js --reporter progress --watch --growl" |
|
}, |
|
"version": "3.0.1" |
|
}
|
|
|