- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/webpack-subresource-integrity/package.json
rceaed42 r59329aa 1 1 { 2 "name": "webpack-subresource-integrity", 3 "version": "1.5.2", 4 "description": "Webpack plugin for enabling Subresource Integrity", 5 "engines": { 6 "node": ">=4" 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" 7 24 }, 8 "main": "index", 9 "scripts": { 10 "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", 11 "coverage": "nyc $(npm bin)/mocha --exit --timeout 20000", 12 "karma": "karma start --single-run", 13 "test": "mocha --exit --timeout 20000", 14 "lint": "eslint .", 15 "prettier": "prettier --write '**/*.js'" 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" 16 34 }, 17 "repository": {18 "type": "git",19 "url": "https://github.com/waysact/webpack-subresource-integrity.git"20 },21 "keywords": [22 "webpack",23 "plugin",24 "sri",25 "subresource",26 "integrity",27 "html-webpack-plugin"28 ],29 "author": "Julian Scheid <julian@waysact.com>",30 "license": "MIT",31 35 "bugs": { 32 36 "url": "https://github.com/waysact/webpack-subresource-integrity/issues" 33 37 }, 34 "homepage": "https://github.com/waysact/webpack-subresource-integrity#readme", 38 "dependencies": { 39 "webpack-sources": "^1.3.0" 40 }, 41 "description": "Webpack plugin for enabling Subresource Integrity", 35 42 "devDependencies": { 36 43 "add-asset-html-webpack-plugin": "^3.0.1", … … 76 83 "webpack-fix-style-only-entries": "^0.4.0" 77 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 }, 78 116 "peerDependencies": { 79 117 "html-webpack-plugin": ">= 2.21.0 < 5", … … 85 123 } 86 124 }, 87 "files": [88 "LICENSE",89 "README.md",90 "CHANGELOG.md",91 "index.js",92 "util.js",93 "jmtp.js"94 ],95 "nyc": {96 "exclude": [97 "coverage/**",98 "test/**",99 "examples/**",100 "**/node_modules/**"101 ]102 },103 125 "prettier": { 104 126 "singleQuote": true 105 127 }, 106 "dependencies": { 107 "webpack-sources": "^1.3.0" 108 } 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" 109 141 }
Note:
See TracChangeset
for help on using the changeset viewer.