107 lines
2.6 KiB
JSON
107 lines
2.6 KiB
JSON
{
|
|
"_from": "standard",
|
|
"_id": "standard@14.3.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-HBEAD5eVXrr2o/KZ3kU8Wwaxw90wzoq4dOQe6vlRnPoQ6stn4LCLRLBBDp0CjH/aOTL9bDZJbRUOZcBaBnNJ0A==",
|
|
"_location": "/standard",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "standard",
|
|
"name": "standard",
|
|
"escapedName": "standard",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/",
|
|
"#USER"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/standard/-/standard-14.3.3.tgz",
|
|
"_shasum": "2b16559d892cb29e29a854eb6ed15d43e44759c8",
|
|
"_spec": "standard",
|
|
"_where": "/home/juan/bigint-crypto-utils",
|
|
"author": {
|
|
"name": "Feross Aboukhadijeh",
|
|
"email": "feross@feross.org",
|
|
"url": "https://feross.org/"
|
|
},
|
|
"bin": {
|
|
"standard": "bin/cmd.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/standard/standard/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"eslint": "~6.8.0",
|
|
"eslint-config-standard": "14.1.0",
|
|
"eslint-config-standard-jsx": "8.1.0",
|
|
"eslint-plugin-import": "~2.18.0",
|
|
"eslint-plugin-node": "~10.0.0",
|
|
"eslint-plugin-promise": "~4.2.1",
|
|
"eslint-plugin-react": "~7.14.2",
|
|
"eslint-plugin-standard": "~4.0.0",
|
|
"standard-engine": "^12.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "JavaScript Standard Style",
|
|
"devDependencies": {
|
|
"babel-eslint": "^10.0.3",
|
|
"cross-spawn": "^7.0.0",
|
|
"eslint-index": "^1.3.0",
|
|
"hallmark": "^2.0.0",
|
|
"minimist": "^1.2.2",
|
|
"mkdirp": "^1.0.3",
|
|
"run-parallel-limit": "^1.0.3",
|
|
"standard-packages": "^3.6.1",
|
|
"tape": "^4.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.10.0"
|
|
},
|
|
"homepage": "https://standardjs.com",
|
|
"keywords": [
|
|
"JavaScript Standard Style",
|
|
"check",
|
|
"checker",
|
|
"code",
|
|
"code checker",
|
|
"code linter",
|
|
"code standards",
|
|
"code style",
|
|
"enforce",
|
|
"eslint",
|
|
"hint",
|
|
"jscs",
|
|
"jshint",
|
|
"lint",
|
|
"policy",
|
|
"quality",
|
|
"simple",
|
|
"standard",
|
|
"standard style",
|
|
"style",
|
|
"style checker",
|
|
"style linter",
|
|
"verify"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "standard",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/standard/standard.git"
|
|
},
|
|
"scripts": {
|
|
"show-rules": "eslint-index eslintrc.json",
|
|
"show-rules-disabled": "eslint-index eslintrc.json --status omitted off",
|
|
"show-summary": "eslint-index eslintrc.json --format table",
|
|
"test": "./bin/cmd.js --verbose && tape test/*.js",
|
|
"update-authors": "./tools/update-authors.sh && hallmark --fix AUTHORS.md"
|
|
},
|
|
"version": "14.3.3"
|
|
}
|