Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
eslint-plugin-notice
/
Filename :
package.json
back
Copy
{ "name": "eslint-plugin-notice", "version": "0.8.10", "description": "An eslint rule that checks the top of files and --fix them too!", "main": "index.js", "directories": { "test": "tests" }, "scripts": { "test": "node tests/lib/rules/notice.js && node tests/test-utils.js" }, "keywords": [ "eslint", "plugin", "notice", "copyright", "header", "lint", "eslintplugin" ], "repository": "https://github.com/nickdeis/eslint-plugin-notice", "author": "nickdeis", "license": "MIT", "devDependencies": { "eslint": "^6.8.0" }, "dependencies": { "find-root": "^1.1.0", "lodash": "^4.17.15", "metric-lcs": "^0.1.2" }, "peerDependencies": { "eslint": ">=3.0.0" } }