react-scripts
Version:
Configuration and scripts for Create React App.
108 lines (107 loc) • 3.14 kB
JSON
{
"_args": [
[
"eslint-plugin-flowtype@2.11.4",
"/Users/dan/p/create-react-app"
]
],
"_from": "eslint-plugin-flowtype@2.11.4",
"_id": "eslint-plugin-flowtype@2.11.4",
"_inCache": true,
"_installable": true,
"_location": "/eslint-plugin-flowtype",
"_nodeVersion": "6.4.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/eslint-plugin-flowtype-2.11.4.tgz_1472164883277_0.062448655255138874"
},
"_npmUser": {
"email": "gajus@gajus.com",
"name": "gajus"
},
"_npmVersion": "3.10.3",
"_phantomChildren": {},
"_requested": {
"name": "eslint-plugin-flowtype",
"raw": "eslint-plugin-flowtype@2.11.4",
"rawSpec": "2.11.4",
"scope": null,
"spec": "2.11.4",
"type": "version"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.11.4.tgz",
"_shasum": "78878df0bcd147c0d1888d05ed005177a5b2f176",
"_shrinkwrap": null,
"_spec": "eslint-plugin-flowtype@2.11.4",
"_where": "/Users/dan/p/create-react-app",
"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.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",
"create-index": "^0.1.3",
"eslint": "^3.3.1",
"eslint-config-canonical": "1.7.16",
"gitdown": "^2.4.10",
"mocha": "^3.0.2",
"standard-version": "^2.4.0",
"travis-after-all": "^1.4.4"
},
"directories": {},
"dist": {
"shasum": "78878df0bcd147c0d1888d05ed005177a5b2f176",
"tarball": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.11.4.tgz"
},
"gitHead": "1b148c1c36f9679a073375a5048aefba9c19094c",
"homepage": "https://github.com/gajus/eslint-plugin-flowtype#readme",
"keywords": [
"eslint",
"flowtype",
"plugin"
],
"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",
"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",
"test": "mocha --compilers js:babel-register ./tests/rules/index.js"
},
"version": "2.11.4"
}