source: trip-planner-front/node_modules/commondir/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.5 KB
Line 
1{
2 "_args": [
3 [
4 "commondir@1.0.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "commondir@1.0.1",
10 "_id": "commondir@1.0.1",
11 "_inBundle": false,
12 "_integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=",
13 "_location": "/commondir",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "commondir@1.0.1",
19 "name": "commondir",
20 "escapedName": "commondir",
21 "rawSpec": "1.0.1",
22 "saveSpec": null,
23 "fetchSpec": "1.0.1"
24 },
25 "_requiredBy": [
26 "/find-cache-dir"
27 ],
28 "_resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
29 "_spec": "1.0.1",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "James Halliday",
33 "email": "mail@substack.net",
34 "url": "http://substack.net"
35 },
36 "bugs": {
37 "url": "https://github.com/substack/node-commondir/issues"
38 },
39 "dependencies": {},
40 "description": "compute the closest common parent for file paths",
41 "devDependencies": {
42 "tape": "^3.5.0"
43 },
44 "engine": {
45 "node": ">=0.4"
46 },
47 "homepage": "https://github.com/substack/node-commondir#readme",
48 "keywords": [
49 "common",
50 "path",
51 "directory",
52 "file",
53 "parent",
54 "root"
55 ],
56 "license": "MIT",
57 "main": "index.js",
58 "name": "commondir",
59 "repository": {
60 "type": "git",
61 "url": "git+ssh://git@github.com/substack/node-commondir.git"
62 },
63 "scripts": {
64 "test": "tape test/*.js"
65 },
66 "version": "1.0.1"
67}
Note: See TracBrowser for help on using the repository browser.