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.
 
 
 

86 lines
2.3 KiB

{
"_from": "webpack-manifest-plugin@2.2.0",
"_id": "webpack-manifest-plugin@2.2.0",
"_inBundle": false,
"_integrity": "sha512-9S6YyKKKh/Oz/eryM1RyLVDVmy3NSPV0JXMRhZ18fJsq+AwGxUY34X54VNwkzYcEmEkDwNxuEOboCZEebJXBAQ==",
"_location": "/webpack-manifest-plugin",
"_phantomChildren": {
"graceful-fs": "4.2.4",
"jsonfile": "4.0.0",
"universalify": "0.1.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "webpack-manifest-plugin@2.2.0",
"name": "webpack-manifest-plugin",
"escapedName": "webpack-manifest-plugin",
"rawSpec": "2.2.0",
"saveSpec": null,
"fetchSpec": "2.2.0"
},
"_requiredBy": [
"/react-scripts"
],
"_resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-2.2.0.tgz",
"_shasum": "19ca69b435b0baec7e29fbe90fb4015de2de4f16",
"_spec": "webpack-manifest-plugin@2.2.0",
"_where": "C:\\Users\\user\\Documents\\myapp\\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.2.0"
}