61 lines
1.7 KiB
JSON
61 lines
1.7 KiB
JSON
|
{
|
||
|
"_from": "eslint-plugin-standard@~4.0.0",
|
||
|
"_id": "eslint-plugin-standard@4.0.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-v/KBnfyaOMPmZc/dmc6ozOdWqekGp7bBGq4jLAecEfPGmfKiWS4sA8sC0LqiV9w5qmXAtXVn4M3p1jSyhY85SQ==",
|
||
|
"_location": "/eslint-plugin-standard",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "eslint-plugin-standard@~4.0.0",
|
||
|
"name": "eslint-plugin-standard",
|
||
|
"escapedName": "eslint-plugin-standard",
|
||
|
"rawSpec": "~4.0.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "~4.0.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/standard"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/eslint-plugin-standard/-/eslint-plugin-standard-4.0.1.tgz",
|
||
|
"_shasum": "ff0519f7ffaff114f76d1bd7c3996eef0f6e20b4",
|
||
|
"_spec": "eslint-plugin-standard@~4.0.0",
|
||
|
"_where": "/home/juan/bigint-crypto-utils/node_modules/standard",
|
||
|
"author": {
|
||
|
"name": "Jamund Ferguson",
|
||
|
"email": "jamund@gmail.com"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/standard/eslint-plugin-standard/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {},
|
||
|
"deprecated": false,
|
||
|
"description": "ESlint Plugin for the Standard Linter",
|
||
|
"devDependencies": {
|
||
|
"eslint": "^6.1.0",
|
||
|
"mocha": "^6.2.0",
|
||
|
"standard": "*"
|
||
|
},
|
||
|
"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.0.1"
|
||
|
}
|