source: trip-planner-front/node_modules/ssri/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.0 KB
Line 
1{
2 "_args": [
3 [
4 "ssri@8.0.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "ssri@8.0.1",
10 "_id": "ssri@8.0.1",
11 "_inBundle": false,
12 "_integrity": "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==",
13 "_location": "/ssri",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "ssri@8.0.1",
19 "name": "ssri",
20 "escapedName": "ssri",
21 "rawSpec": "8.0.1",
22 "saveSpec": null,
23 "fetchSpec": "8.0.1"
24 },
25 "_requiredBy": [
26 "/cacache",
27 "/make-fetch-happen",
28 "/pacote"
29 ],
30 "_resolved": "https://registry.npmjs.org/ssri/-/ssri-8.0.1.tgz",
31 "_spec": "8.0.1",
32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
33 "author": {
34 "name": "Kat Marchán",
35 "email": "kzm@sykosomatic.org"
36 },
37 "bugs": {
38 "url": "https://github.com/npm/ssri/issues"
39 },
40 "dependencies": {
41 "minipass": "^3.1.1"
42 },
43 "description": "Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.",
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 "files": [],
53 "homepage": "https://github.com/npm/ssri#readme",
54 "keywords": [
55 "w3c",
56 "web",
57 "security",
58 "integrity",
59 "checksum",
60 "hashing",
61 "subresource integrity",
62 "sri",
63 "sri hash",
64 "sri string",
65 "sri generator",
66 "html"
67 ],
68 "license": "ISC",
69 "main": "index.js",
70 "name": "ssri",
71 "repository": {
72 "type": "git",
73 "url": "git+https://github.com/npm/ssri.git"
74 },
75 "scripts": {
76 "coverage": "tap",
77 "lint": "standard",
78 "postrelease": "npm publish",
79 "posttest": "npm run lint",
80 "prepublishOnly": "git push --follow-tags",
81 "prerelease": "npm t",
82 "release": "standard-version -s",
83 "test": "tap"
84 },
85 "tap": {
86 "check-coverage": true
87 },
88 "version": "8.0.1"
89}
Note: See TracBrowser for help on using the repository browser.