react-scripts
Version:
Configuration and scripts for Create React App.
108 lines (107 loc) • 2.58 kB
JSON
{
"_args": [
[
"sane@~1.4.1",
"/Users/dan/p/create-react-app/node_modules/jest/node_modules/jest-cli"
]
],
"_from": "sane@>=1.4.1 <1.5.0",
"_id": "sane@1.4.1",
"_inCache": true,
"_installable": true,
"_location": "/sane",
"_nodeVersion": "5.10.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/sane-1.4.1.tgz_1470674290449_0.19708131649531424"
},
"_npmUser": {
"email": "amjad.masad@gmail.com",
"name": "amasad"
},
"_npmVersion": "3.8.3",
"_phantomChildren": {},
"_requested": {
"name": "sane",
"raw": "sane@~1.4.1",
"rawSpec": "~1.4.1",
"scope": null,
"spec": ">=1.4.1 <1.5.0",
"type": "range"
},
"_requiredBy": [
"/jest/jest-cli"
],
"_resolved": "https://registry.npmjs.org/sane/-/sane-1.4.1.tgz",
"_shasum": "88f763d74040f5f0c256b6163db399bf110ac715",
"_shrinkwrap": null,
"_spec": "sane@~1.4.1",
"_where": "/Users/dan/p/create-react-app/node_modules/jest/node_modules/jest-cli",
"author": {
"name": "amasad"
},
"bin": {
"sane": "./src/cli.js"
},
"bugs": {
"url": "https://github.com/amasad/sane/issues"
},
"dependencies": {
"exec-sh": "^0.2.0",
"fb-watchman": "^1.8.0",
"minimatch": "^3.0.2",
"minimist": "^1.1.1",
"walker": "~1.0.5",
"watch": "~0.10.0"
},
"description": "Sane aims to be fast, small, and reliable file system watcher.",
"devDependencies": {
"jshint": "^2.5.10",
"mocha": "~1.17.1",
"rimraf": "~2.2.6",
"tmp": "0.0.27"
},
"directories": {},
"dist": {
"shasum": "88f763d74040f5f0c256b6163db399bf110ac715",
"tarball": "https://registry.npmjs.org/sane/-/sane-1.4.1.tgz"
},
"engines": {
"node": ">=0.6.0"
},
"files": [
"index.js",
"src"
],
"gitHead": "d48b61add951c21e4a8cd03659480cc1f6b10f9d",
"homepage": "https://github.com/amasad/sane",
"keywords": [
"file",
"fs",
"fswatcher",
"watch",
"watchfile",
"watching"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "amasad",
"email": "amjad.masad@gmail.com"
}
],
"name": "sane",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/amasad/sane.git"
},
"scripts": {
"prepublish": "jshint --config=.jshintrc src/ index.js && mocha --bail",
"test": "jshint --config=.jshintrc src/ index.js && mocha --bail",
"test:debug": "mocha debug --bail"
},
"version": "1.4.1"
}