react-scripts
Version:
Configuration and scripts for Create React App.
120 lines (119 loc) • 3.64 kB
JSON
{
"_args": [
[
{
"raw": "eslint-plugin-flowtype@2.18.1",
"scope": null,
"escapedName": "eslint-plugin-flowtype",
"name": "eslint-plugin-flowtype",
"rawSpec": "2.18.1",
"spec": "2.18.1",
"type": "version"
},
"/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.wvpZ0Wi0"
]
],
"_from": "eslint-plugin-flowtype@2.18.1",
"_id": "eslint-plugin-flowtype@2.18.1",
"_inCache": true,
"_location": "/eslint-plugin-flowtype",
"_nodeVersion": "6.5.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/eslint-plugin-flowtype-2.18.1.tgz_1473937577218_0.7488789414055645"
},
"_npmUser": {
"name": "gajus",
"email": "gajus@gajus.com"
},
"_npmVersion": "3.10.7",
"_phantomChildren": {},
"_requested": {
"raw": "eslint-plugin-flowtype@2.18.1",
"scope": null,
"escapedName": "eslint-plugin-flowtype",
"name": "eslint-plugin-flowtype",
"rawSpec": "2.18.1",
"spec": "2.18.1",
"type": "version"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.18.1.tgz",
"_shasum": "f027524c58b90d27a0544e74c082fba070afd9c8",
"_shrinkwrap": null,
"_spec": "eslint-plugin-flowtype@2.18.1",
"_where": "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.wvpZ0Wi0",
"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.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",
"mocha": "^3.0.2",
"standard-version": "^2.4.0",
"travis-after-all": "^1.4.4"
},
"directories": {},
"dist": {
"shasum": "f027524c58b90d27a0544e74c082fba070afd9c8",
"tarball": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.18.1.tgz"
},
"gitHead": "267291523419c00bc108f1472c798e53c4792610",
"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 --copy-files",
"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.18.1"
}