You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

82 lines
2.2 KiB

{
"_from": "webpack-manifest-plugin@2.1.1",
"_id": "webpack-manifest-plugin@2.1.1",
"_inBundle": false,
"_integrity": "sha512-2zqJ6mvc3yoiqfDjghAIpljhLSDh/G7vqGrzYcYqqRCd/ZZZCAuc/YPE5xG0LGpLgDJRhUNV1H+znyyhIxahzA==",
"_location": "/webpack-manifest-plugin",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "webpack-manifest-plugin@2.1.1",
"name": "webpack-manifest-plugin",
"escapedName": "webpack-manifest-plugin",
"rawSpec": "2.1.1",
"saveSpec": null,
"fetchSpec": "2.1.1"
},
"_requiredBy": [
"/react-scripts"
],
"_resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-2.1.1.tgz",
"_shasum": "6b3e280327815b83152c79f42d0ca13b665773c4",
"_spec": "webpack-manifest-plugin@2.1.1",
"_where": "/home/f2256342/forge/udemy-react/burger/node_modules/react-scripts",
"author": {
"name": "Dane Thurber",
"email": "dane.thurber@gmail.com"
},
"bugs": {
"url": "https://github.com/danethurber/webpack-manifest-plugin/issues"
},
"bundleDependencies": false,
"dependencies": {
"fs-extra": "^7.0.0",
"lodash": ">=3.5 <5",
"object.entries": "^1.1.0",
"tapable": "^1.0.0"
},
"deprecated": false,
"description": "webpack plugin for generating asset manifests",
"devDependencies": {
"codecov": "^3.1.0",
"css-loader": "^1.0.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^2.0.0",
"jest": "^23.5.0",
"memory-fs": "^0.4.1",
"react": "^16.3.2",
"rimraf": "^2.6.1",
"style-loader": "^0.23.0",
"svgr": "^1.9.2",
"webpack": "^3.12.0"
},
"engines": {
"node": ">=6.11.5"
},
"files": [
"index.js",
"lib"
],
"homepage": "https://github.com/danethurber/webpack-manifest-plugin",
"jest": {
"testEnvironment": "node",
"coverageDirectory": "./coverage/",
"collectCoverage": true
},
"license": "MIT",
"main": "index.js",
"name": "webpack-manifest-plugin",
"peerDependencies": {
"webpack": "2 || 3 || 4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danethurber/webpack-manifest-plugin.git"
},
"scripts": {
"codecov": "codecov",
"test": "jest"
},
"version": "2.1.1"
}