106 lines
3.0 KiB
JSON
106 lines
3.0 KiB
JSON
{
|
|
"_from": "webpack-assets-manifest@^3.0.2",
|
|
"_id": "webpack-assets-manifest@3.1.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-JV9V2QKc5wEWQptdIjvXDUL1ucbPLH2f27toAY3SNdGZp+xSaStAgpoMcvMZmqtFrBc9a5pTS1058vxyMPOzRQ==",
|
|
"_location": "/webpack-assets-manifest",
|
|
"_phantomChildren": {
|
|
"ajv": "6.10.2",
|
|
"ajv-errors": "1.0.1",
|
|
"ajv-keywords": "3.4.1"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "webpack-assets-manifest@^3.0.2",
|
|
"name": "webpack-assets-manifest",
|
|
"escapedName": "webpack-assets-manifest",
|
|
"rawSpec": "^3.0.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.0.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/gatsby-plugin-netlify"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/webpack-assets-manifest/-/webpack-assets-manifest-3.1.1.tgz",
|
|
"_shasum": "39bbc3bf2ee57fcd8ba07cda51c9ba4a3c6ae1de",
|
|
"_spec": "webpack-assets-manifest@^3.0.2",
|
|
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby-plugin-netlify",
|
|
"author": {
|
|
"name": "Eric King",
|
|
"email": "eric@webdeveric.com",
|
|
"url": "http://webdeveric.com/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/webdeveric/webpack-assets-manifest/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"chalk": "^2.0",
|
|
"lodash.get": "^4.0",
|
|
"lodash.has": "^4.0",
|
|
"mkdirp": "^0.5",
|
|
"schema-utils": "^1.0.0",
|
|
"tapable": "^1.0.0",
|
|
"webpack-sources": "^1.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "This Webpack plugin will generate a JSON file that matches the original filename with the hashed version.",
|
|
"devDependencies": {
|
|
"chai": "^4.2.0",
|
|
"chai-spies": "^1.0.0",
|
|
"css-loader": "^1.0.1",
|
|
"eslint": "^5.9.0",
|
|
"eslint-config-webdeveric": "^0.3",
|
|
"file-loader": "^2.0.0",
|
|
"fs-extra": "^7.0.1",
|
|
"istanbul": "^0.4",
|
|
"jsdoc": "^3.0",
|
|
"memory-fs": "^0.4.1",
|
|
"mini-css-extract-plugin": "^0.4.4",
|
|
"mocha": "^5.2.0",
|
|
"rimraf": "^2.0",
|
|
"superagent": "^3.8.3",
|
|
"webpack": "^4.25.1",
|
|
"webpack-dev-server": "^3.1.10"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.11.5"
|
|
},
|
|
"files": [
|
|
"src"
|
|
],
|
|
"homepage": "https://github.com/webdeveric/webpack-assets-manifest",
|
|
"keywords": [
|
|
"webpack-assets-manifest",
|
|
"webpack-plugin",
|
|
"webpack",
|
|
"plugin",
|
|
"assets",
|
|
"manifest",
|
|
"json",
|
|
"subresource",
|
|
"integrity",
|
|
"sri"
|
|
],
|
|
"license": "MIT",
|
|
"main": "src/WebpackAssetsManifest.js",
|
|
"name": "webpack-assets-manifest",
|
|
"peerDependencies": {
|
|
"webpack": ">=4.4.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/webdeveric/webpack-assets-manifest.git"
|
|
},
|
|
"scripts": {
|
|
"doc": "jsdoc -c ./jsdoc.json",
|
|
"lint": "eslint --fix src test",
|
|
"prepublishOnly": "npm run lint && npm test",
|
|
"test": "mocha --colors",
|
|
"test:coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec",
|
|
"test:report": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec"
|
|
},
|
|
"version": "3.1.1"
|
|
}
|