package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "ssri@5.3.0",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ssri@5.3.0",
  10. "_id": "ssri@5.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-XRSIPqLij52MtgoQavH/x/dU1qVKtWUAAZeOHsR9c2Ddi4XerFy3mc1alf+dLJKl9EUIm/Ht+EowFkTUOA6GAQ==",
  13. "_location": "/ssri",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ssri@5.3.0",
  19. "name": "ssri",
  20. "escapedName": "ssri",
  21. "rawSpec": "5.3.0",
  22. "saveSpec": null,
  23. "fetchSpec": "5.3.0"
  24. },
  25. "_requiredBy": [
  26. "/cacache"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/ssri/-/ssri-5.3.0.tgz",
  29. "_spec": "5.3.0",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Kat Marchán",
  33. "email": "kzm@sykosomatic.org"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/zkat/ssri/issues"
  37. },
  38. "config": {
  39. "nyc": {
  40. "exclude": [
  41. "node_modules/**",
  42. "test/**"
  43. ]
  44. }
  45. },
  46. "dependencies": {
  47. "safe-buffer": "^5.1.1"
  48. },
  49. "description": "Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.",
  50. "devDependencies": {
  51. "nyc": "^11.4.1",
  52. "standard": "^10.0.3",
  53. "standard-version": "^4.3.0",
  54. "tap": "^11.1.0",
  55. "weallbehave": "^1.2.0",
  56. "weallcontribute": "^1.0.8"
  57. },
  58. "files": [
  59. "*.js"
  60. ],
  61. "homepage": "https://github.com/zkat/ssri#readme",
  62. "keywords": [
  63. "w3c",
  64. "web",
  65. "security",
  66. "integrity",
  67. "checksum",
  68. "hashing",
  69. "subresource integrity",
  70. "sri",
  71. "sri hash",
  72. "sri string",
  73. "sri generator",
  74. "html"
  75. ],
  76. "license": "ISC",
  77. "main": "index.js",
  78. "name": "ssri",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/zkat/ssri.git"
  82. },
  83. "scripts": {
  84. "postrelease": "npm publish && git push --follow-tags",
  85. "prerelease": "npm t",
  86. "pretest": "standard",
  87. "release": "standard-version -s",
  88. "test": "tap -J --coverage test/*.js",
  89. "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
  90. "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
  91. },
  92. "version": "5.3.0"
  93. }