source: trip-planner-front/node_modules/fs-minipass/package.json@ e29cc2e

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

adding photos

  • Property mode set to 100644
File size: 1.8 KB
Line 
1{
2 "_args": [
3 [
4 "fs-minipass@2.1.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "fs-minipass@2.1.0",
10 "_id": "fs-minipass@2.1.0",
11 "_inBundle": false,
12 "_integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==",
13 "_location": "/fs-minipass",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "fs-minipass@2.1.0",
19 "name": "fs-minipass",
20 "escapedName": "fs-minipass",
21 "rawSpec": "2.1.0",
22 "saveSpec": null,
23 "fetchSpec": "2.1.0"
24 },
25 "_requiredBy": [
26 "/cacache",
27 "/pacote",
28 "/tar"
29 ],
30 "_resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz",
31 "_spec": "2.1.0",
32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
33 "author": {
34 "name": "Isaac Z. Schlueter",
35 "email": "i@izs.me",
36 "url": "http://blog.izs.me/"
37 },
38 "bugs": {
39 "url": "https://github.com/npm/fs-minipass/issues"
40 },
41 "dependencies": {
42 "minipass": "^3.0.0"
43 },
44 "description": "fs read and write streams based on minipass",
45 "devDependencies": {
46 "mutate-fs": "^2.0.1",
47 "tap": "^14.6.4"
48 },
49 "engines": {
50 "node": ">= 8"
51 },
52 "files": [
53 "index.js"
54 ],
55 "homepage": "https://github.com/npm/fs-minipass#readme",
56 "keywords": [],
57 "license": "ISC",
58 "main": "index.js",
59 "name": "fs-minipass",
60 "repository": {
61 "type": "git",
62 "url": "git+https://github.com/npm/fs-minipass.git"
63 },
64 "scripts": {
65 "postpublish": "git push origin --follow-tags",
66 "postversion": "npm publish",
67 "preversion": "npm test",
68 "test": "tap"
69 },
70 "tap": {
71 "check-coverage": true
72 },
73 "version": "2.1.0"
74}
Note: See TracBrowser for help on using the repository browser.