source: trip-planner-front/node_modules/yallist/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: 1.7 KB
Line 
1{
2 "_args": [
3 [
4 "yallist@4.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "yallist@4.0.0",
10 "_id": "yallist@4.0.0",
11 "_inBundle": false,
12 "_integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
13 "_location": "/yallist",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "yallist@4.0.0",
19 "name": "yallist",
20 "escapedName": "yallist",
21 "rawSpec": "4.0.0",
22 "saveSpec": null,
23 "fetchSpec": "4.0.0"
24 },
25 "_requiredBy": [
26 "/lru-cache",
27 "/minipass",
28 "/minizlib",
29 "/tar"
30 ],
31 "_resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
32 "_spec": "4.0.0",
33 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
34 "author": {
35 "name": "Isaac Z. Schlueter",
36 "email": "i@izs.me",
37 "url": "http://blog.izs.me/"
38 },
39 "bugs": {
40 "url": "https://github.com/isaacs/yallist/issues"
41 },
42 "dependencies": {},
43 "description": "Yet Another Linked List",
44 "devDependencies": {
45 "tap": "^12.1.0"
46 },
47 "directories": {
48 "test": "test"
49 },
50 "files": [
51 "yallist.js",
52 "iterator.js"
53 ],
54 "homepage": "https://github.com/isaacs/yallist#readme",
55 "license": "ISC",
56 "main": "yallist.js",
57 "name": "yallist",
58 "repository": {
59 "type": "git",
60 "url": "git+https://github.com/isaacs/yallist.git"
61 },
62 "scripts": {
63 "postpublish": "git push origin --all; git push origin --tags",
64 "postversion": "npm publish",
65 "preversion": "npm test",
66 "test": "tap test/*.js --100"
67 },
68 "version": "4.0.0"
69}
Note: See TracBrowser for help on using the repository browser.