{ "_args": [ [ "ssri@8.0.1", "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" ] ], "_development": true, "_from": "ssri@8.0.1", "_id": "ssri@8.0.1", "_inBundle": false, "_integrity": "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==", "_location": "/ssri", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "ssri@8.0.1", "name": "ssri", "escapedName": "ssri", "rawSpec": "8.0.1", "saveSpec": null, "fetchSpec": "8.0.1" }, "_requiredBy": [ "/cacache", "/make-fetch-happen", "/pacote" ], "_resolved": "https://registry.npmjs.org/ssri/-/ssri-8.0.1.tgz", "_spec": "8.0.1", "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", "author": { "name": "Kat Marchán", "email": "kzm@sykosomatic.org" }, "bugs": { "url": "https://github.com/npm/ssri/issues" }, "dependencies": { "minipass": "^3.1.1" }, "description": "Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.", "devDependencies": { "standard": "^16.0.3", "standard-version": "^9.1.0", "tap": "^14.10.6" }, "engines": { "node": ">= 8" }, "files": [], "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": "index.js", "name": "ssri", "repository": { "type": "git", "url": "git+https://github.com/npm/ssri.git" }, "scripts": { "coverage": "tap", "lint": "standard", "postrelease": "npm publish", "posttest": "npm run lint", "prepublishOnly": "git push --follow-tags", "prerelease": "npm t", "release": "standard-version -s", "test": "tap" }, "tap": { "check-coverage": true }, "version": "8.0.1" }