Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
eslint-plugin-lodash
/
Filename :
package.json
back
Copy
{ "name": "eslint-plugin-lodash", "version": "6.0.0", "author": "Omer Ganim <ganimomer@gmail.com>", "description": "Lodash specific linting rules for ESLint", "main": "src/index.js", "scripts": { "coveralls": "nyc report --reporter=text-lcov | coveralls", "lint": "eslint .", "test": "npm run lint && npm run unit-test", "unit-test": "cross-env NODE_ENV=test nyc mocha tests/**/*.js --reporter=dot", "patch": "npm version patch -m\"update version to %s\" && git push && git push --tags", "minor": "npm version minor -m\"update version to %s\" && git push && git push --tags", "major": "npm version major -m\"update version to %s\" && git push && git push --tags" }, "files": [ "LICENSE", "README.md", "src", "docs" ], "repository": { "type": "git", "url": "https://github.com/wix/eslint-plugin-lodash" }, "homepage": "https://github.com/wix/eslint-plugin-lodash", "bugs": "https://github.com/wix/eslint-plugin-lodash/issues", "peerDependencies": { "eslint": ">=2.10.0" }, "dependencies": { "lodash": "^4.17.15" }, "devDependencies": { "@babel/core": "^7.5.5", "@babel/preset-env": "^7.5.5", "@babel/register": "^7.5.5", "babel-plugin-istanbul": "^5.2.0", "coveralls": "^3.0.6", "cross-env": "^5.2.0", "eslint": "^6.1.0", "eslint-config-wix-editor": "^7.1.0", "eslint-plugin-eslint-plugin": "^2.1.0", "eslint-traverser": "^1.5.2", "istanbul": "^0.4.5", "mocha": "^6.2.0", "nyc": "^14.1.1" }, "engines": { "node": ">=6" }, "keywords": [ "eslint", "eslint-plugin", "eslintplugin", "lodash" ], "license": "MIT" }