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