create-js-app-scripts
Version:
Configuration and scripts for Create Js App.
105 lines (104 loc) • 2.79 kB
JSON
{
"_args": [
[
{
"raw": "watchpack@^1.0.0",
"scope": null,
"escapedName": "watchpack",
"name": "watchpack",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.Dq1t5rCB/node_modules/webpack"
]
],
"_from": "watchpack@>=1.0.0 <2.0.0",
"_id": "watchpack@1.1.0",
"_inCache": true,
"_installable": true,
"_location": "/watchpack",
"_nodeVersion": "6.1.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/watchpack-1.1.0.tgz_1462538539308_0.10082799079827964"
},
"_npmUser": {
"name": "sokra",
"email": "tobias.koppers@googlemail.com"
},
"_npmVersion": "3.8.1",
"_phantomChildren": {
"lodash": "4.15.0"
},
"_requested": {
"raw": "watchpack@^1.0.0",
"scope": null,
"escapedName": "watchpack",
"name": "watchpack",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/webpack"
],
"_resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.1.0.tgz",
"_shasum": "42d44627464a2fadffc9308c0f7562cfde795f24",
"_shrinkwrap": null,
"_spec": "watchpack@^1.0.0",
"_where": "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.Dq1t5rCB/node_modules/webpack",
"author": {
"name": "Tobias Koppers @sokra"
},
"bugs": {
"url": "https://github.com/webpack/watchpack/issues"
},
"dependencies": {
"async": "2.0.0-rc.4",
"chokidar": "^1.4.3",
"graceful-fs": "^4.1.2"
},
"description": "Wrapper library for directory and file watching.",
"devDependencies": {
"coveralls": "^2.11.2",
"eslint": "^2.9.0",
"istanbul": "^0.4.3",
"mocha": "^2.1.0",
"rimraf": "^2.2.8",
"should": "^8.3.1"
},
"directories": {
"test": "test"
},
"dist": {
"shasum": "42d44627464a2fadffc9308c0f7562cfde795f24",
"tarball": "https://registry.npmjs.org/watchpack/-/watchpack-1.1.0.tgz"
},
"gitHead": "2ba154a81dd151a0f1857ea5395954a7d9891ed7",
"homepage": "https://github.com/webpack/watchpack",
"license": "MIT",
"main": "./lib/watchpack.js",
"maintainers": [
{
"name": "sokra",
"email": "tobias.koppers@googlemail.com"
}
],
"name": "watchpack",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/webpack/watchpack.git"
},
"scripts": {
"cover": "istanbul cover node_modules/mocha/bin/_mocha",
"lint": "eslint lib",
"precover": "npm run lint",
"pretest": "npm run lint",
"test": "mocha",
"travis": "npm run cover -- --report lcovonly"
},
"version": "1.1.0"
}