You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "name": "ssri",
  3. "version": "9.0.1",
  4. "description": "Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.",
  5. "main": "lib/index.js",
  6. "files": [
  7. "bin/",
  8. "lib/"
  9. ],
  10. "scripts": {
  11. "prerelease": "npm t",
  12. "postrelease": "npm publish",
  13. "prepublishOnly": "git push origin --follow-tags",
  14. "posttest": "npm run lint",
  15. "test": "tap",
  16. "coverage": "tap",
  17. "lint": "eslint \"**/*.js\"",
  18. "postlint": "template-oss-check",
  19. "template-oss-apply": "template-oss-apply --force",
  20. "lintfix": "npm run lint -- --fix",
  21. "preversion": "npm test",
  22. "postversion": "npm publish",
  23. "snap": "tap"
  24. },
  25. "tap": {
  26. "check-coverage": true
  27. },
  28. "repository": {
  29. "type": "git",
  30. "url": "https://github.com/npm/ssri.git"
  31. },
  32. "keywords": [
  33. "w3c",
  34. "web",
  35. "security",
  36. "integrity",
  37. "checksum",
  38. "hashing",
  39. "subresource integrity",
  40. "sri",
  41. "sri hash",
  42. "sri string",
  43. "sri generator",
  44. "html"
  45. ],
  46. "author": "GitHub Inc.",
  47. "license": "ISC",
  48. "dependencies": {
  49. "minipass": "^3.1.1"
  50. },
  51. "devDependencies": {
  52. "@npmcli/eslint-config": "^3.0.1",
  53. "@npmcli/template-oss": "3.5.0",
  54. "tap": "^16.0.1"
  55. },
  56. "engines": {
  57. "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
  58. },
  59. "templateOSS": {
  60. "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
  61. "version": "3.5.0"
  62. }
  63. }