{
  "_from": "ssri@^12.0.0",
  "_id": "ssri@12.0.0",
  "_inBundle": false,
  "_integrity": "sha512-S7iGNosepx9RadX82oimUkvr0Ct7IjJbEbs4mJcTxst8um95J3sDYU1RBEOvdu6oL1Wek2ODI5i4MAw+dZ6cAQ==",
  "_location": "/ssri",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ssri@^12.0.0",
    "name": "ssri",
    "escapedName": "ssri",
    "rawSpec": "^12.0.0",
    "saveSpec": null,
    "fetchSpec": "^12.0.0"
  },
  "_requiredBy": [
    "/cacache",
    "/make-fetch-happen"
  ],
  "_resolved": "https://registry.npmjs.org/ssri/-/ssri-12.0.0.tgz",
  "_shasum": "bcb4258417c702472f8191981d3c8a771fee6832",
  "_spec": "ssri@^12.0.0",
  "_where": "/var/www/html/moro/node_modules/make-fetch-happen",
  "author": {
    "name": "GitHub Inc."
  },
  "bugs": {
    "url": "https://github.com/npm/ssri/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "minipass": "^7.0.3"
  },
  "deprecated": false,
  "description": "Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.",
  "devDependencies": {
    "@npmcli/eslint-config": "^5.0.0",
    "@npmcli/template-oss": "4.23.3",
    "tap": "^16.0.1"
  },
  "engines": {
    "node": "^18.17.0 || >=20.5.0"
  },
  "files": [
    "bin/",
    "lib/"
  ],
  "homepage": "https://github.com/npm/ssri#readme",
  "keywords": [
    "w3c",
    "web",
    "security",
    "integrity",
    "checksum",
    "hashing",
    "subresource integrity",
    "sri",
    "sri hash",
    "sri string",
    "sri generator",
    "html"
  ],
  "license": "ISC",
  "main": "lib/index.js",
  "name": "ssri",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/ssri.git"
  },
  "scripts": {
    "coverage": "tap",
    "eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
    "lint": "npm run eslint",
    "lintfix": "npm run eslint -- --fix",
    "postlint": "template-oss-check",
    "postrelease": "npm publish",
    "posttest": "npm run lint",
    "prerelease": "npm t",
    "snap": "tap",
    "template-oss-apply": "template-oss-apply --force",
    "test": "tap"
  },
  "tap": {
    "check-coverage": true,
    "nyc-arg": [
      "--exclude",
      "tap-snapshots/**"
    ]
  },
  "templateOSS": {
    "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
    "version": "4.23.3",
    "publish": "true"
  },
  "version": "12.0.0"
}
