package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. {
  2. "_args": [
  3. [
  4. "webpack-subresource-integrity@1.1.0-rc.6",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "webpack-subresource-integrity@1.1.0-rc.6",
  10. "_id": "webpack-subresource-integrity@1.1.0-rc.6",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Az7y8xTniNhaA0620AV1KPwWOqawurVVDzQSpPAeR5RwNbL91GoBSJAAo9cfd+GiFHwsS5bbHepBw1e6Hzxy4w==",
  13. "_location": "/webpack-subresource-integrity",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "webpack-subresource-integrity@1.1.0-rc.6",
  19. "name": "webpack-subresource-integrity",
  20. "escapedName": "webpack-subresource-integrity",
  21. "rawSpec": "1.1.0-rc.6",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.0-rc.6"
  24. },
  25. "_requiredBy": [
  26. "/@angular-devkit/build-angular"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/webpack-subresource-integrity/-/webpack-subresource-integrity-1.1.0-rc.6.tgz",
  29. "_spec": "1.1.0-rc.6",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  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-core": "^0.6.8"
  40. },
  41. "description": "Webpack plugin for enabling Subresource Integrity",
  42. "devDependencies": {
  43. "babel-eslint": "^8.2.1",
  44. "bluebird": "^3.5.1",
  45. "check-node-version": "^3.2.0",
  46. "connect": "^3.6.6",
  47. "coveralls": "^3.0.0",
  48. "css-loader": "^0.28.0",
  49. "eslint": "^4.18.0",
  50. "eslint-config-airbnb-base": "^12.1.0",
  51. "eslint-config-prettier": "^2.9.0",
  52. "eslint-plugin-import": "^2.2.0",
  53. "expect": "^21.0.0",
  54. "extract-text-webpack-plugin": "^1.0.1",
  55. "file-loader": "^1.1.0",
  56. "get-port": "^3.2.0",
  57. "glob": "^7.1.1",
  58. "html-webpack-plugin": "^2.21.0",
  59. "htmlparser": "^1.7.7",
  60. "http-shutdown": "^1.2.0",
  61. "karma": "^1.3.0",
  62. "karma-chrome-launcher": "^2.0.0",
  63. "karma-firefox-launcher": "^1.0.0",
  64. "karma-mocha": "^1.0.1",
  65. "karma-webpack": "2.0.7",
  66. "lodash": "^4.17.5",
  67. "mini-css-extract-plugin": "^0.2.0",
  68. "mocha": "^5.0.1",
  69. "module-alias": "^2.0.6",
  70. "nyc": "^11.0.0",
  71. "prettier": "^1.10.2",
  72. "puppeteer": "^1.1.0",
  73. "rimraf": "^2.6.2",
  74. "serve-static": "^1.13.2",
  75. "soupselect": "^0.2.0",
  76. "style-loader": "^0.18.0",
  77. "tmp": "^0.0.31",
  78. "webpack": "^1.12.11"
  79. },
  80. "engines": {
  81. "node": ">=4"
  82. },
  83. "files": [
  84. "LICENSE",
  85. "README.md",
  86. "CHANGELOG.md",
  87. "index.js",
  88. "util.js",
  89. "jmtp.js"
  90. ],
  91. "homepage": "https://github.com/waysact/webpack-subresource-integrity#readme",
  92. "keywords": [
  93. "webpack",
  94. "plugin",
  95. "sri",
  96. "subresource",
  97. "integrity",
  98. "html-webpack-plugin"
  99. ],
  100. "license": "MIT",
  101. "main": "index",
  102. "name": "webpack-subresource-integrity",
  103. "nyc": {
  104. "exclude": [
  105. "coverage/**",
  106. "test/**",
  107. "examples/**",
  108. "**/node_modules/**"
  109. ]
  110. },
  111. "peerDependencies": {
  112. "webpack": "^1.12.11 || ~2 || ~3 || ~4"
  113. },
  114. "prettier": {
  115. "singleQuote": true
  116. },
  117. "repository": {
  118. "type": "git",
  119. "url": "git+https://github.com/waysact/webpack-subresource-integrity.git"
  120. },
  121. "scripts": {
  122. "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",
  123. "coverage": "nyc $(npm bin)/mocha --exit --timeout 20000",
  124. "lint": "eslint .",
  125. "mocha": "mocha --exit --timeout 20000",
  126. "prettier": "prettier --write '**/*.js'",
  127. "test": "karma start --single-run && mocha --exit --timeout 20000"
  128. },
  129. "version": "1.1.0-rc.6"
  130. }