{
|
|
"_args": [
|
|
[
|
|
"eslint-config-etherpad@1.0.20",
|
|
"/home/ubuntu/etherpad-lite"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "eslint-config-etherpad@1.0.20",
|
|
"_id": "eslint-config-etherpad@1.0.20",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-dDEmWphxOmYe7XC0Uevzb0lK7o1jDBGwYMMCdNeZlgo2EfJljnijPgodlimM4R+4OsnfegEMY6rdWoXjzdd5Rw==",
|
|
"_location": "/eslint-config-etherpad",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "eslint-config-etherpad@1.0.20",
|
|
"name": "eslint-config-etherpad",
|
|
"escapedName": "eslint-config-etherpad",
|
|
"rawSpec": "1.0.20",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.20"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/eslint-config-etherpad/-/eslint-config-etherpad-1.0.20.tgz",
|
|
"_spec": "1.0.20",
|
|
"_where": "/home/ubuntu/etherpad-lite",
|
|
"bugs": {
|
|
"url": "https://github.com/ether/eslint-config-etherpad/issues"
|
|
},
|
|
"description": "ESLint shareable config used for Etherpad and its plugins",
|
|
"devDependencies": {
|
|
"eslint": "^7.15.0",
|
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-prefer-arrow": "^1.2.2",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-you-dont-need-lodash-underscore": "^6.10.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"extends": "./node.js"
|
|
},
|
|
"homepage": "https://github.com/ether/eslint-config-etherpad#readme",
|
|
"keywords": [
|
|
"eslint",
|
|
"eslintconfig",
|
|
"etherpad"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"main": "index.js",
|
|
"name": "eslint-config-etherpad",
|
|
"peerDependencies": {
|
|
"eslint": "^7.15.0",
|
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
"eslint-plugin-mocha": "^8.0.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-prefer-arrow": "^1.2.2",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-you-dont-need-lodash-underscore": "^6.10.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ether/eslint-config-etherpad.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint --fix ."
|
|
},
|
|
"version": "1.0.20"
|
|
}
|