source: trip-planner-front/node_modules/webpack-subresource-integrity/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 4.0 KB
Line 
1{
2 "_args": [
3 [
4 "webpack-subresource-integrity@1.5.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "webpack-subresource-integrity@1.5.2",
10 "_id": "webpack-subresource-integrity@1.5.2",
11 "_inBundle": false,
12 "_integrity": "sha512-GBWYBoyalbo5YClwWop9qe6Zclp8CIXYGIz12OPclJhIrSplDxs1Ls1JDMH8xBPPrg1T6ISaTW9Y6zOrwEiAzw==",
13 "_location": "/webpack-subresource-integrity",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "webpack-subresource-integrity@1.5.2",
19 "name": "webpack-subresource-integrity",
20 "escapedName": "webpack-subresource-integrity",
21 "rawSpec": "1.5.2",
22 "saveSpec": null,
23 "fetchSpec": "1.5.2"
24 },
25 "_requiredBy": [
26 "/@angular-devkit/build-angular"
27 ],
28 "_resolved": "https://registry.npmjs.org/webpack-subresource-integrity/-/webpack-subresource-integrity-1.5.2.tgz",
29 "_spec": "1.5.2",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Julian Scheid",
33 "email": "julian@waysact.com"
34 },
35 "bugs": {
36 "url": "https://github.com/waysact/webpack-subresource-integrity/issues"
37 },
38 "dependencies": {
39 "webpack-sources": "^1.3.0"
40 },
41 "description": "Webpack plugin for enabling Subresource Integrity",
42 "devDependencies": {
43 "add-asset-html-webpack-plugin": "^3.0.1",
44 "babel-eslint": "^8.2.1",
45 "before-build-webpack": "^0.2.3",
46 "bluebird": "^3.5.1",
47 "check-node-version": "^3.2.0",
48 "connect": "^3.6.6",
49 "coveralls": "3.0.7",
50 "css-loader": "^0.28.0",
51 "eslint": "^4.18.0",
52 "eslint-config-airbnb-base": "^12.1.0",
53 "eslint-config-prettier": "^2.9.0",
54 "eslint-plugin-import": "^2.2.0",
55 "expect": "^21.0.0",
56 "extract-text-webpack-plugin": "^1.0.1",
57 "file-loader": "^1.1.0",
58 "get-port": "^3.2.0",
59 "glob": "^7.1.1",
60 "html-webpack-externals-plugin": "^3.8.0",
61 "html-webpack-plugin": "^2.21.0",
62 "htmlparser": "^1.7.7",
63 "http-shutdown": "^1.2.0",
64 "karma": "^1.3.0",
65 "karma-chrome-launcher": "^2.0.0",
66 "karma-firefox-launcher": "1.1.0",
67 "karma-mocha": "^1.0.1",
68 "karma-webpack": "2.0.7",
69 "lodash": "^4.17.5",
70 "mini-css-extract-plugin": "^0.2.0",
71 "mocha": "^5.0.1",
72 "module-alias": "^2.0.6",
73 "nyc": "^11.0.0",
74 "prettier": "^1.10.2",
75 "puppeteer": "^1.1.0",
76 "rimraf": "^2.6.2",
77 "serve-static": "^1.13.2",
78 "soupselect": "^0.2.0",
79 "style-loader": "^0.18.0",
80 "tmp": "^0.0.31",
81 "webpack": "^1.12.11",
82 "webpack-assets-manifest": "^3.0.0",
83 "webpack-fix-style-only-entries": "^0.4.0"
84 },
85 "engines": {
86 "node": ">=4"
87 },
88 "files": [
89 "LICENSE",
90 "README.md",
91 "CHANGELOG.md",
92 "index.js",
93 "util.js",
94 "jmtp.js"
95 ],
96 "homepage": "https://github.com/waysact/webpack-subresource-integrity#readme",
97 "keywords": [
98 "webpack",
99 "plugin",
100 "sri",
101 "subresource",
102 "integrity",
103 "html-webpack-plugin"
104 ],
105 "license": "MIT",
106 "main": "index",
107 "name": "webpack-subresource-integrity",
108 "nyc": {
109 "exclude": [
110 "coverage/**",
111 "test/**",
112 "examples/**",
113 "**/node_modules/**"
114 ]
115 },
116 "peerDependencies": {
117 "html-webpack-plugin": ">= 2.21.0 < 5",
118 "webpack": ">= 1.12.11 < 6"
119 },
120 "peerDependenciesMeta": {
121 "html-webpack-plugin": {
122 "optional": true
123 }
124 },
125 "prettier": {
126 "singleQuote": true
127 },
128 "repository": {
129 "type": "git",
130 "url": "git+https://github.com/waysact/webpack-subresource-integrity.git"
131 },
132 "scripts": {
133 "codeclimate": "docker run --interactive --tty --rm --env CODECLIMATE_CODE=\"$PWD\" --volume \"$PWD\":/code --volume /var/run/docker.sock:/var/run/docker.sock --volume /tmp/cc:/tmp/cc codeclimate/codeclimate",
134 "coverage": "nyc $(npm bin)/mocha --exit --timeout 20000",
135 "karma": "karma start --single-run",
136 "lint": "eslint .",
137 "prettier": "prettier --write '**/*.js'",
138 "test": "mocha --exit --timeout 20000"
139 },
140 "version": "1.5.2"
141}
Note: See TracBrowser for help on using the repository browser.