UNPKG

1.13 kBJSONView Raw
1{
2 "name": "ssri",
3 "version": "8.0.1",
4 "description": "Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.",
5 "main": "index.js",
6 "files": [],
7 "scripts": {
8 "prerelease": "npm t",
9 "postrelease": "npm publish",
10 "prepublishOnly": "git push --follow-tags",
11 "posttest": "npm run lint",
12 "release": "standard-version -s",
13 "test": "tap",
14 "coverage": "tap",
15 "lint": "standard"
16 },
17 "tap": {
18 "check-coverage": true
19 },
20 "repository": "https://github.com/npm/ssri",
21 "keywords": [
22 "w3c",
23 "web",
24 "security",
25 "integrity",
26 "checksum",
27 "hashing",
28 "subresource integrity",
29 "sri",
30 "sri hash",
31 "sri string",
32 "sri generator",
33 "html"
34 ],
35 "author": {
36 "name": "Kat Marchán",
37 "email": "kzm@sykosomatic.org",
38 "twitter": "maybekatz"
39 },
40 "license": "ISC",
41 "dependencies": {
42 "minipass": "^3.1.1"
43 },
44 "devDependencies": {
45 "standard": "^16.0.3",
46 "standard-version": "^9.1.0",
47 "tap": "^14.10.6"
48 },
49 "engines": {
50 "node": ">= 8"
51 }
52}