UNPKG

canonical

Version:

Canonical code style linter and formatter for JavaScript, SCSS, CSS and JSON.

107 lines (106 loc) 3.18 kB
{ "_args": [ [ "eslint-plugin-flowtype@^2.0.0", "/Users/gajus/Documents/dev/canonical-code-style/canonical/node_modules/eslint-config-canonical" ] ], "_from": "eslint-plugin-flowtype@>=2.0.0 <3.0.0", "_id": "eslint-plugin-flowtype@2.0.0", "_inCache": true, "_installable": true, "_location": "/eslint-plugin-flowtype", "_nodeVersion": "5.6.0", "_npmOperationalInternal": { "host": "packages-6-west.internal.npmjs.com", "tmp": "tmp/eslint-plugin-flowtype-2.0.0.tgz_1456148119752_0.4860025292728096" }, "_npmUser": { "email": "gajus@gajus.com", "name": "gajus" }, "_npmVersion": "3.7.2", "_phantomChildren": {}, "_requested": { "name": "eslint-plugin-flowtype", "raw": "eslint-plugin-flowtype@^2.0.0", "rawSpec": "^2.0.0", "scope": null, "spec": ">=2.0.0 <3.0.0", "type": "range" }, "_requiredBy": [ "/eslint-config-canonical" ], "_shasum": "793f30c5f4d225fc973e9be5c638665324307eab", "_shrinkwrap": null, "_spec": "eslint-plugin-flowtype@^2.0.0", "_where": "/Users/gajus/Documents/dev/canonical-code-style/canonical/node_modules/eslint-config-canonical", "author": { "email": "gajus@gajus.com", "name": "Gajus Kuizinas", "url": "http://gajus.com" }, "bugs": { "url": "https://github.com/gajus/eslint-plugin-flowtype/issues" }, "dependencies": { "lodash": "^4.5.1" }, "description": "Flowtype linting rules for ESLint.", "devDependencies": { "babel-cli": "^6.5.1", "babel-eslint": "^5.0.0", "babel-preset-es2015": "^6.5.0", "chai": "^3.5.0", "create-index": "^0.1.2", "eslint": "^2.2.0", "gitdown": "^2.4.0", "globby": "^4.0.0", "mocha": "^2.4.5", "pragmatist": "^3.0.9" }, "directories": {}, "dist": { "shasum": "793f30c5f4d225fc973e9be5c638665324307eab", "tarball": "http://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.0.0.tgz" }, "gitHead": "51d685c650c53250b11e3015148d1e33c17a9839", "homepage": "https://github.com/gajus/eslint-plugin-flowtype#readme", "keywords": [ "eslint", "plugin", "flowtype" ], "license": "BSD-3-Clause", "main": "./dist/index.js", "maintainers": [ { "email": "gajus@gajus.com", "name": "gajus" } ], "name": "eslint-plugin-flowtype", "optionalDependencies": {}, "peerDependencies": { "eslint": ">=2.0.0" }, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/gajus/eslint-plugin-flowtype.git" }, "scripts": { "build": "npm run pragmatist build", "create-index": "create-index ./src --update-index", "lint": "npm run pragmatist lint", "pragmatist": "pragmatist --es5", "readme": "node ./node_modules/.bin/gitdown ./.README/README.md --output-file ./README.md; npm run readme-add-assertions", "readme-add-assertions": "babel-node --presets es2015 ./bin/readmeAssertions", "test": "npm run pragmatist test", "watch": "npm run pragmatist watch", "watch-lint": "npm run pragmatist watch-lint", "watch-test": "npm run pragmatist watch-test" }, "version": "2.0.0" }