UNPKG

create-js-app-scripts

Version:
121 lines (120 loc) 3.65 kB
{ "_args": [ [ { "raw": "eslint-plugin-flowtype@2.15.0", "scope": null, "escapedName": "eslint-plugin-flowtype", "name": "eslint-plugin-flowtype", "rawSpec": "2.15.0", "spec": "2.15.0", "type": "version" }, "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.5qOXFYwm" ] ], "_from": "eslint-plugin-flowtype@2.15.0", "_id": "eslint-plugin-flowtype@2.15.0", "_inCache": true, "_installable": true, "_location": "/eslint-plugin-flowtype", "_nodeVersion": "6.5.0", "_npmOperationalInternal": { "host": "packages-16-east.internal.npmjs.com", "tmp": "tmp/eslint-plugin-flowtype-2.15.0.tgz_1473103452121_0.3232066174969077" }, "_npmUser": { "name": "gajus", "email": "gajus@gajus.com" }, "_npmVersion": "3.10.6", "_phantomChildren": {}, "_requested": { "raw": "eslint-plugin-flowtype@2.15.0", "scope": null, "escapedName": "eslint-plugin-flowtype", "name": "eslint-plugin-flowtype", "rawSpec": "2.15.0", "spec": "2.15.0", "type": "version" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.15.0.tgz", "_shasum": "408458aa399ab9712e66317fafc2530912b473a7", "_shrinkwrap": null, "_spec": "eslint-plugin-flowtype@2.15.0", "_where": "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.5qOXFYwm", "author": { "name": "Gajus Kuizinas", "email": "gajus@gajus.com", "url": "http://gajus.com" }, "bugs": { "url": "https://github.com/gajus/eslint-plugin-flowtype/issues" }, "dependencies": { "lodash": "^4.15.0" }, "description": "Flowtype linting rules for ESLint.", "devDependencies": { "babel-cli": "^6.11.4", "babel-eslint": "^6.1.2", "babel-plugin-add-module-exports": "^0.2.1", "babel-preset-es2015": "^6.13.2", "babel-preset-stage-0": "^6.5.0", "babel-register": "^6.11.6", "chai": "^3.5.0", "conventional-changelog-lint": "^1.0.1", "create-index": "^0.1.3", "eslint": "^3.3.1", "eslint-config-canonical": "1.7.16", "gitdown": "^2.4.10", "husky": "^0.11.6", "mocha": "^3.0.2", "standard-version": "^2.4.0", "travis-after-all": "^1.4.4" }, "directories": {}, "dist": { "shasum": "408458aa399ab9712e66317fafc2530912b473a7", "tarball": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.15.0.tgz" }, "gitHead": "736857625ae080124f226a7e66351fc4f7bc368f", "homepage": "https://github.com/gajus/eslint-plugin-flowtype#readme", "keywords": [ "eslint", "plugin", "flowtype" ], "license": "BSD-3-Clause", "main": "./dist/index.js", "maintainers": [ { "name": "gajus", "email": "gajus@gajus.com" } ], "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": "babel ./src --out-dir ./dist", "commitmsg": "conventional-changelog-lint -e", "create-index": "create-index ./src --update-index", "documentation": "gitdown ./.README/README.md --output-file ./README.md; npm run documentation-add-assertions", "documentation-add-assertions": "babel-node ./bin/readmeAssertions", "lint": "eslint ./src ./tests", "precommit": "npm run lint && npm run test", "test": "mocha --compilers js:babel-register ./tests/rules/index.js" }, "version": "2.15.0" }