{
  "name": "ssri",
  "version": "13.0.1",
  "description": "Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.",
  "main": "lib/index.js",
  "files": [
    "bin/",
    "lib/"
  ],
  "scripts": {
    "prerelease": "npm t",
    "postrelease": "npm publish",
    "posttest": "npm run lint",
    "test": "node --test './test/**/*.js'",
    "coverage": "tap",
    "lint": "npm run eslint",
    "postlint": "template-oss-check",
    "template-oss-apply": "template-oss-apply --force",
    "lintfix": "npm run eslint -- --fix",
    "snap": "node --test --test-update-snapshots './test/**/*.js'",
    "eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
    "test:node20": "node --test test",
    "test:cover": "node --test --experimental-test-coverage --test-timeout=3000 --test-coverage-lines=100 --test-coverage-functions=100 --test-coverage-branches=100 './test/**/*.js'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/ssri.git"
  },
  "keywords": [
    "w3c",
    "web",
    "security",
    "integrity",
    "checksum",
    "hashing",
    "subresource integrity",
    "sri",
    "sri hash",
    "sri string",
    "sri generator",
    "html"
  ],
  "author": "GitHub Inc.",
  "license": "ISC",
  "dependencies": {
    "minipass": "^7.0.3"
  },
  "devDependencies": {
    "@npmcli/eslint-config": "^6.0.0",
    "@npmcli/template-oss": "4.28.1",
    "benchmark": "^2.1.4"
  },
  "engines": {
    "node": "^20.17.0 || >=22.9.0"
  },
  "templateOSS": {
    "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
    "version": "4.28.1",
    "publish": "true",
    "allowPaths": [
      "benchmarks/"
    ],
    "testRunner": "node:test",
    "latestVersion": 24
  }
}
