Files
30-seconds-of-code/node_modules/webpack-stats-plugin/package.json
2019-08-20 15:52:05 +02:00

65 lines
1.8 KiB
JSON

{
"_from": "webpack-stats-plugin@^0.1.5",
"_id": "webpack-stats-plugin@0.1.5",
"_inBundle": false,
"_integrity": "sha1-KeXxLr/VMVjTHWVqETrB97hhedk=",
"_location": "/webpack-stats-plugin",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "webpack-stats-plugin@^0.1.5",
"name": "webpack-stats-plugin",
"escapedName": "webpack-stats-plugin",
"rawSpec": "^0.1.5",
"saveSpec": null,
"fetchSpec": "^0.1.5"
},
"_requiredBy": [
"/gatsby"
],
"_resolved": "https://registry.npmjs.org/webpack-stats-plugin/-/webpack-stats-plugin-0.1.5.tgz",
"_shasum": "29e5f12ebfd53158d31d656a113ac1f7b86179d9",
"_spec": "webpack-stats-plugin@^0.1.5",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby",
"author": {
"name": "Ryan Roemer",
"email": "ryan.roemer@formidablelabs.com"
},
"bugs": {
"url": "https://github.com/FormidableLabs/webpack-stats-plugin/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Webpack stats plugin",
"devDependencies": {
"gulp": "3.8.10",
"gulp-eslint": "0.2.2",
"gulp-jscs": "1.4.0",
"gulp-mdox": "0.0.2",
"webpack": "1.6.0"
},
"files": [
"lib",
"index.js"
],
"homepage": "https://github.com/FormidableLabs/webpack-stats-plugin#readme",
"keywords": [
"webpack"
],
"license": "MIT",
"main": "webpack-stats-plugin.js",
"name": "webpack-stats-plugin",
"repository": {
"type": "git",
"url": "git+https://github.com/FormidableLabs/webpack-stats-plugin.git"
},
"scripts": {
"build-demo": "npm run clean && cd demo && webpack",
"clean": "rm -rf demo/stats.json demo/build*",
"test": "gulp check"
},
"version": "0.1.5"
}