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