create-js-app-scripts
Version:
Configuration and scripts for Create Js App.
165 lines (164 loc) • 5.02 kB
JSON
{
"_args": [
[
{
"raw": "webpack@^2.1.0-beta.22",
"scope": null,
"escapedName": "webpack",
"name": "webpack",
"rawSpec": "^2.1.0-beta.22",
"spec": ">=2.1.0-beta.22 <3.0.0",
"type": "range"
},
"/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.Dq1t5rCB"
]
],
"_from": "webpack@>=2.1.0-beta.22 <3.0.0",
"_id": "webpack@2.1.0-beta.22",
"_inCache": true,
"_installable": true,
"_location": "/webpack",
"_nodeVersion": "6.3.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/webpack-2.1.0-beta.22.tgz_1473245327095_0.769797197310254"
},
"_npmUser": {
"name": "sokra",
"email": "tobias.koppers@googlemail.com"
},
"_npmVersion": "3.3.3",
"_phantomChildren": {},
"_requested": {
"raw": "webpack@^2.1.0-beta.22",
"scope": null,
"escapedName": "webpack",
"name": "webpack",
"rawSpec": "^2.1.0-beta.22",
"spec": ">=2.1.0-beta.22 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/webpack/-/webpack-2.1.0-beta.22.tgz",
"_shasum": "b073cf6dbb1993f43bffdde4528ba32f7894d330",
"_shrinkwrap": null,
"_spec": "webpack@^2.1.0-beta.22",
"_where": "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.Dq1t5rCB",
"author": {
"name": "Tobias Koppers @sokra"
},
"bin": {
"webpack": "./bin/webpack.js"
},
"bugs": {
"url": "https://github.com/webpack/webpack/issues"
},
"dependencies": {
"acorn": "^3.2.0",
"async": "^1.3.0",
"clone": "^1.0.2",
"enhanced-resolve": "^2.2.0",
"interpret": "^1.0.0",
"loader-runner": "^2.1.0",
"loader-utils": "^0.2.11",
"memory-fs": "~0.3.0",
"mkdirp": "~0.5.0",
"node-libs-browser": "^1.0.0",
"object-assign": "^4.0.1",
"source-map": "^0.5.3",
"supports-color": "^3.1.0",
"tapable": "~0.2.3",
"uglify-js": "~2.6.0",
"watchpack": "^1.0.0",
"webpack-sources": "^0.1.0",
"yargs": "^4.7.1"
},
"description": "Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.",
"devDependencies": {
"beautify-lint": "^1.0.3",
"benchmark": "^1.0.0",
"bundle-loader": "~0.5.0",
"codecov.io": "^0.1.2",
"coffee-loader": "~0.7.1",
"coffee-script": "^1.10.0",
"coveralls": "^2.11.2",
"css-loader": "~0.23.1",
"diff": "^2.0.2",
"es6-promise-polyfill": "^1.1.1",
"eslint": "^1.1.0",
"express": "~4.13.1",
"extract-text-webpack-plugin": "^2.0.0-beta",
"file-loader": "~0.8.0",
"i18n-webpack-plugin": "^0.3.0",
"istanbul": "^0.4.1",
"jade": "^1.11.0",
"jade-loader": "~0.8.0",
"js-beautify": "^1.5.10",
"json-loader": "~0.5.1",
"less": "^2.5.1",
"less-loader": "^2.0.0",
"mocha": "^2.3.4",
"mocha-lcov-reporter": "^1.0.0",
"nsp": "^2.6.1",
"raw-loader": "~0.5.0",
"react": "^15.2.1",
"react-dom": "^15.2.1",
"script-loader": "~0.6.0",
"should": "^8.0.2",
"style-loader": "~0.13.0",
"url-loader": "~0.5.0",
"val-loader": "~0.5.0",
"vm-browserify": "~0.0.0",
"webpack-dev-middleware": "^1.0.0",
"worker-loader": "~0.7.0"
},
"directories": {},
"dist": {
"shasum": "b073cf6dbb1993f43bffdde4528ba32f7894d330",
"tarball": "https://registry.npmjs.org/webpack/-/webpack-2.1.0-beta.22.tgz"
},
"engines": {
"node": ">=0.6"
},
"files": [
"lib/",
"bin/",
"buildin/",
"hot/",
"web_modules/"
],
"gitHead": "f5d9a0901cb6b0cca8dcdbb5cd5a2d21de03fde1",
"homepage": "https://github.com/webpack/webpack",
"license": "MIT",
"main": "lib/webpack.js",
"maintainers": [
{
"name": "sokra",
"email": "tobias.koppers@googlemail.com"
}
],
"name": "webpack",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/webpack/webpack.git"
},
"scripts": {
"appveyor": "mocha --harmony --full-trace",
"beautify": "beautify-rewrite lib/**/*.js hot/**/*.js bin/**/*.js benchmark/*.js test/*.js",
"beautify-lint": "beautify-lint lib/**/*.js hot/**/*.js bin/**/*.js benchmark/*.js test/*.js",
"cover": "istanbul cover -x **/*.runtime.js node_modules/mocha/bin/_mocha",
"lint": "eslint lib bin hot",
"nsp": "nsp check --output summary",
"postcover": "npm run lint && npm run beautify-lint && npm run nsp",
"pretest": "npm run lint && npm run beautify-lint",
"publish-patch": "npm run lint && npm run beautify-lint && mocha && npm version patch && git push && git push --tags && npm publish",
"test": "mocha --harmony --full-trace --check-leaks",
"travis": "npm run cover -- --report lcovonly"
},
"version": "2.1.0-beta.22",
"web": "lib/webpack.web.js"
}