mirror of
https://github.com/denoland/deno.git
synced 2024-12-01 16:51:13 -05:00
1 line
122 KiB
JSON
1 line
122 KiB
JSON
|
{"_id":"ssri","_rev":"80-70c4428d02e23de2ea1ca7ea96bf872b","name":"ssri","description":"Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.","dist-tags":{"latest":"10.0.6"},"versions":{"0.0.0":{"name":"ssri","version":"0.0.0","keywords":["w3c","integrity","checksum","hashing","subresource integrity","html"],"author":{"name":"Kat Marchán","email":"kzm@sykosomatic.org"},"license":"CC0-1.0","_id":"ssri@0.0.0","maintainers":[{"name":"zkat","email":"kat@sykosomatic.org"}],"homepage":"https://github.com/zkat/ssri#readme","bugs":{"url":"https://github.com/zkat/ssri/issues"},"dist":{"shasum":"e67ebd98828741c1055caafb8a3a66cdcea4eb1e","tarball":"http://localhost:4260/ssri/ssri-0.0.0.tgz","integrity":"sha512-DfvFsKxJS26HR97vcY3OsDEH4dI8TzT6r5bVgm2adOJqV1xGBLADIvwUOK3R6FTwL7hWJrCWXWd3cKgevCJpKQ==","signatures":[{"sig":"MEUCIBDBnoxHJ2qSHYo9mIVm2e7FkK3Y7Dq1mL2cbkqraLWVAiEAxx5MsA3PN0vcDMYhcupZvnCgf2m0gWAkdU1x78NOsQU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","files":["*.js","lib"],"config":{"nyc":{"exclude":["node_modules/**","test/**"]}},"_shasum":"e67ebd98828741c1055caafb8a3a66cdcea4eb1e","gitHead":"cdb6d7d19ded4d8126c2753b9c15491f8c3f83bb","scripts":{"test":"nyc --all -- tap -J test/*.js","pretest":"standard lib test *.js","release":"standard-version -s","prerelease":"npm t","update-coc":"weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'","postrelease":"npm publish && git push --follow-tags","update-contrib":"weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"},"_npmUser":{"name":"zkat","email":"kat@sykosomatic.org"},"repository":{"url":"git+https://github.com/zkat/ssri.git","type":"git"},"_npmVersion":"4.4.4","description":"Simple Subresource Integrity library -- generates, parses, and unparses integrity strings.","directories":{},"_nodeVersion":"4.8.1","dependencies":{"bluebird":"^3.4.7","checksum-stream":"^1.0.2"},"devDependencies":{"nyc":"^10.0.0","tap":"^10.3.0","standard":"^9.0.1","weallbehave":"^1.0.0","weallcontribute":"^1.0.8","standard-version":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ssri-0.0.0.tgz_1490244963191_0.1570116642396897","host":"packages-18-east.internal.npmjs.com"}},"1.0.0":{"name":"ssri","version":"1.0.0","keywords":["w3c","integrity","checksum","hashing","subresource integrity","html"],"author":{"name":"Kat Marchán","email":"kzm@sykosomatic.org"},"license":"CC0-1.0","_id":"ssri@1.0.0","maintainers":[{"name":"zkat","email":"kat@sykosomatic.org"}],"homepage":"https://github.com/zkat/ssri#readme","bugs":{"url":"https://github.com/zkat/ssri/issues"},"dist":{"shasum":"225790b751d5595eabcbdcf8d0d619122640186a","tarball":"http://localhost:4260/ssri/ssri-1.0.0.tgz","integrity":"sha512-R8CKUkiyd3LmDBSx70Ncl2F+w68y1R6RgI/ineqMTR5B7ZXy0CvMpUH2WCdTLqinoZXaMNfCOqXqdp1PHBzQyQ==","signatures":[{"sig":"MEUCIFVU4e1LTctZ21SP+8bq0QdieecEJbKSeVnm8xzijBUGAiEAzX1ER7GhXXzX4Q0sHI3jDWOSSfczZkw3wQ3MtXUm9b0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","files":["*.js","lib"],"config":{"nyc":{"exclude":["node_modules/**","test/**"]}},"_shasum":"225790b751d5595eabcbdcf8d0d619122640186a","gitHead":"2e0a8a6f8035dc785e451ec766849a35cf93aff6","scripts":{"test":"nyc --all -- tap -J test/*.js","pretest":"standard lib test *.js","release":"standard-version -s","prerelease":"npm t","update-coc":"weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'","postrelease":"npm publish && git push --follow-tags","update-contrib":"weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"},"_npmUser":{"name":"zkat","email":"kat@sykosomatic.org"},"repository":{"url":"git+https://github.com/zkat/ssri.git","type":"git"},"_npmVersion":"4.4.4","description":"Simple Subresource Integrity library -- generates, parses, and unparses integrity strings.","directo
|