Socket
Socket
Sign inDemoInstall

eslint-plugin-jsdoc

Package Overview
Dependencies
Maintainers
1
Versions
655
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-jsdoc - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

.babelrc

39

package.json
{
"name": "eslint-plugin-jsdoc",
"version": "0.0.0"
"name": "eslint-plugin-jsdoc",
"description": "JSDoc specific linting rules for ESLint.",
"version": "0.0.1",
"main": "./dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/gajus/eslint-plugin-jsdoc"
},
"keywords": [
"eslint",
"plugin",
"jsdoc"
],
"author": {
"name": "Gajus Kuizinas",
"email": "gk@anuary.com",
"url": "http://gajus.com"
},
"license": "BSD-3-Clause",
"peerDependencies": {
"eslint": ">=0.8.0"
},
"dependencies": {
"jscs": "^2.1.1",
"jscs-jsdoc": "^1.1.0",
"lodash": "^3.10.1"
},
"scripts": {
"test": "./node_modules/.bin/babel-node ./node_modules/.bin/mocha ./test/**/*.js",
"build": "babel ./src/ --out-dir ./dist/",
"watch": "babel --watch ./src/ --out-dir ./dist/"
},
"devDependencies": {
"babel": "^5.8.23",
"eslint": "^1.5.0",
"mocha": "^2.3.2"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc