create-js-app-scripts
Version:
Configuration and scripts for Create Js App.
105 lines (104 loc) • 3.03 kB
JSON
{
"_args": [
[
{
"raw": "loader-runner@^2.1.0",
"scope": null,
"escapedName": "loader-runner",
"name": "loader-runner",
"rawSpec": "^2.1.0",
"spec": ">=2.1.0 <3.0.0",
"type": "range"
},
"/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.5qOXFYwm/node_modules/webpack"
]
],
"_from": "loader-runner@>=2.1.0 <3.0.0",
"_id": "loader-runner@2.1.1",
"_inCache": true,
"_installable": true,
"_location": "/loader-runner",
"_nodeVersion": "0.12.4",
"_npmOperationalInternal": {
"host": "packages-6-west.internal.npmjs.com",
"tmp": "tmp/loader-runner-2.1.1.tgz_1454531680561_0.005646316800266504"
},
"_npmUser": {
"name": "sokra",
"email": "tobias.koppers@googlemail.com"
},
"_npmVersion": "2.10.1",
"_phantomChildren": {},
"_requested": {
"raw": "loader-runner@^2.1.0",
"scope": null,
"escapedName": "loader-runner",
"name": "loader-runner",
"rawSpec": "^2.1.0",
"spec": ">=2.1.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/webpack"
],
"_resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-2.1.1.tgz",
"_shasum": "60a30f2a7c8eae79f0805b5848fee134f8ade519",
"_shrinkwrap": null,
"_spec": "loader-runner@^2.1.0",
"_where": "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.5qOXFYwm/node_modules/webpack",
"author": {
"name": "Tobias Koppers @sokra"
},
"bugs": {
"url": "https://github.com/webpack/loader-runner/issues"
},
"dependencies": {},
"description": "Runs (webpack) loaders",
"devDependencies": {
"beautify-lint": "^1.0.4",
"codecov.io": "^0.1.6",
"coveralls": "^2.11.6",
"eslint": "^1.10.3",
"eslint-plugin-nodeca": "^1.0.3",
"istanbul": "^0.4.1",
"mocha": "^2.3.4",
"should": "^8.0.2"
},
"directories": {},
"dist": {
"shasum": "60a30f2a7c8eae79f0805b5848fee134f8ade519",
"tarball": "https://registry.npmjs.org/loader-runner/-/loader-runner-2.1.1.tgz"
},
"gitHead": "31460593795b9b66ab590312c9e21bec5556c240",
"homepage": "https://github.com/webpack/loader-runner#readme",
"keywords": [
"webpack",
"loader"
],
"license": "MIT",
"main": "lib/LoaderRunner.js",
"maintainers": [
{
"name": "sokra",
"email": "tobias.koppers@googlemail.com"
}
],
"name": "loader-runner",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/webpack/loader-runner.git"
},
"scripts": {
"beautify": "beautify-rewrite lib/**.js test/*.js",
"beautify-lint": "beautify-lint lib/**.js test/*.js",
"cover": "istanbul cover node_modules/mocha/bin/_mocha",
"lint": "eslint lib test",
"precover": "npm run lint && npm run beautify-lint",
"pretest": "npm run lint && npm run beautify-lint",
"test": "mocha --reporter spec",
"travis": "npm run cover -- --report lcovonly"
},
"version": "2.1.1"
}