Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-flow

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-flow - npm Package Compare versions

Comparing version 0.0.0 to 2.29.1

bin/readmeAssertions.js

72

package.json
{
"author": {
"email": "gajus@gajus.com",
"name": "Gajus Kuizinas",
"url": "http://gajus.com"
},
"keywords": [
"eslint",
"flow",
"flowtype"
],
"license": "BSD-3-Clause",
"name": "eslint-plugin-flow",
"repository": {
"type": "git",
"url": "https://github.com/gajus/eslint-plugin-flowtype"
},
"version": "0.0.0"
"name": "eslint-plugin-flow",
"description": "Flowtype linting rules for ESLint.",
"version": "2.29.1",
"main": "./dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/gajus/eslint-plugin-flowtype"
},
"keywords": [
"eslint",
"plugin",
"flowtype"
],
"author": {
"name": "Gajus Kuizinas",
"email": "gajus@gajus.com",
"url": "http://gajus.com"
},
"license": "BSD-3-Clause",
"peerDependencies": {
"eslint": ">=2.0.0"
},
"dependencies": {
"lodash": "^4.15.0"
},
"scripts": {
"lint": "eslint ./src ./tests",
"test": "mocha --compilers js:babel-register ./tests/rules/index.js",
"build": "babel ./src --out-dir ./dist --copy-files",
"documentation-add-assertions": "babel-node ./bin/readmeAssertions",
"documentation": "gitdown ./.README/README.md --output-file ./README.md; npm run documentation-add-assertions",
"create-index": "create-index ./src --update-index",
"precommit": "npm run lint && npm run test && npm run format-json",
"commitmsg": "conventional-changelog-lint -e",
"format-json": "jsonlint --sort-keys --in-place --indent ' ' ./src/configs/recommended.json && echo '' >> ./src/configs/recommended.json"
},
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-eslint": "^6.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.14.0",
"chai": "^3.5.0",
"conventional-changelog-lint": "^1.0.1",
"create-index": "^0.1.3",
"eslint": "^3.4.0",
"eslint-config-canonical": "1.8.1",
"gitdown": "^2.5.0",
"husky": "^0.11.7",
"jsonlint": "^1.6.2",
"mocha": "^3.0.2",
"standard-version": "^2.4.0",
"travis-after-all": "^1.4.4"
}
}
# eslint-plugin-flow
This plugin is an alias of https://github.com/gajus/eslint-plugin-flowtype.
It is present for legacy compatibility purposes.

Sorry, the diff of this file is not supported yet

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