react-scripts
Version:
Configuration and scripts for Create React App.
144 lines (143 loc) • 3.79 kB
JSON
{
"_args": [
[
"html-webpack-plugin@2.22.0",
"/Users/dan/p/create-react-app"
]
],
"_from": "html-webpack-plugin@2.22.0",
"_id": "html-webpack-plugin@2.22.0",
"_inCache": true,
"_installable": true,
"_location": "/html-webpack-plugin",
"_nodeVersion": "4.4.4",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/html-webpack-plugin-2.22.0.tgz_1467457096981_0.4767827505711466"
},
"_npmUser": {
"email": "j.nicklas@me.com",
"name": "jantimon"
},
"_npmVersion": "3.9.3",
"_phantomChildren": {
"clean-css": "3.4.19",
"graceful-readlink": "1.0.1",
"header-case": "1.0.0",
"is-lower-case": "1.1.3",
"is-upper-case": "1.1.2",
"lower-case": "1.1.3",
"lower-case-first": "1.0.2",
"ncname": "1.0.0",
"no-case": "2.3.0",
"relateurl": "0.2.7",
"swap-case": "1.1.2",
"uglify-js": "2.6.4",
"upper-case": "1.1.3",
"upper-case-first": "1.1.2"
},
"_requested": {
"name": "html-webpack-plugin",
"raw": "html-webpack-plugin@2.22.0",
"rawSpec": "2.22.0",
"scope": null,
"spec": "2.22.0",
"type": "version"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-2.22.0.tgz",
"_shasum": "7eb02ff9039da84e5ba71004d4693c04b92d2905",
"_shrinkwrap": null,
"_spec": "html-webpack-plugin@2.22.0",
"_where": "/Users/dan/p/create-react-app",
"author": {
"email": "charles.blaxland@gmail.com",
"name": "Charles Blaxland",
"url": "https://github.com/ampedandwired"
},
"bugs": {
"url": "https://github.com/ampedandwired/html-webpack-plugin/issues"
},
"dependencies": {
"bluebird": "^3.4.1",
"html-minifier": "^2.1.6",
"loader-utils": "^0.2.15",
"lodash": "^4.13.1",
"pretty-error": "^2.0.0",
"toposort": "^1.0.0"
},
"description": "Simplifies creation of HTML files to serve your webpack bundles",
"devDependencies": {
"appcache-webpack-plugin": "^1.2.1",
"css-loader": "^0.23.1",
"dir-compare": "1.0.1",
"es6-promise": "^3.2.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"html-loader": "^0.4.3",
"jade": "^1.11.0",
"jade-loader": "^0.8.0",
"jasmine": "^2.4.1",
"rimraf": "^2.5.2",
"semistandard": "^8.0.0",
"style-loader": "^0.13.1",
"underscore-template-loader": "^0.7.3",
"url-loader": "^0.5.7",
"webpack": "^1.13.1",
"webpack-recompilation-simulator": "^1.3.0"
},
"directories": {},
"dist": {
"shasum": "7eb02ff9039da84e5ba71004d4693c04b92d2905",
"tarball": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-2.22.0.tgz"
},
"files": [
"default_index.ejs",
"index.js",
"lib/"
],
"gitHead": "8fbbf69e503ce637c7ac92601afea02caff8ebcb",
"homepage": "https://github.com/ampedandwired/html-webpack-plugin",
"keywords": [
"html",
"html-webpack-plugin",
"plugin",
"webpack"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "ampedandwired",
"email": "charles.blaxland@gmail.com"
},
{
"name": "jantimon",
"email": "j.nicklas@me.com"
}
],
"name": "html-webpack-plugin",
"optionalDependencies": {},
"peerDependencies": {
"webpack": "*"
},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/ampedandwired/html-webpack-plugin.git"
},
"scripts": {
"build-examples": "node examples/build-examples.js",
"prepublish": "npm run test",
"pretest": "semistandard",
"test": "jasmine"
},
"semistandard": {
"ignore": [
"examples/*/dist/**/*.*"
]
},
"version": "2.22.0"
}