source: trip-planner-front/node_modules/resolve-cwd/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.7 KB
Line 
1{
2 "_args": [
3 [
4 "resolve-cwd@2.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "resolve-cwd@2.0.0",
10 "_id": "resolve-cwd@2.0.0",
11 "_inBundle": false,
12 "_integrity": "sha1-AKn3OHVW4nA46uIyyqNypqWbZlo=",
13 "_location": "/resolve-cwd",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "resolve-cwd@2.0.0",
19 "name": "resolve-cwd",
20 "escapedName": "resolve-cwd",
21 "rawSpec": "2.0.0",
22 "saveSpec": null,
23 "fetchSpec": "2.0.0"
24 },
25 "_requiredBy": [
26 "/import-local"
27 ],
28 "_resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-2.0.0.tgz",
29 "_spec": "2.0.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Sindre Sorhus",
33 "email": "sindresorhus@gmail.com",
34 "url": "sindresorhus.com"
35 },
36 "bugs": {
37 "url": "https://github.com/sindresorhus/resolve-cwd/issues"
38 },
39 "dependencies": {
40 "resolve-from": "^3.0.0"
41 },
42 "description": "Resolve the path of a module like `require.resolve()` but from the current working directory",
43 "devDependencies": {
44 "ava": "*",
45 "xo": "*"
46 },
47 "engines": {
48 "node": ">=4"
49 },
50 "files": [
51 "index.js"
52 ],
53 "homepage": "https://github.com/sindresorhus/resolve-cwd#readme",
54 "keywords": [
55 "require",
56 "resolve",
57 "path",
58 "module",
59 "from",
60 "like",
61 "cwd",
62 "current",
63 "working",
64 "directory",
65 "import"
66 ],
67 "license": "MIT",
68 "name": "resolve-cwd",
69 "repository": {
70 "type": "git",
71 "url": "git+https://github.com/sindresorhus/resolve-cwd.git"
72 },
73 "scripts": {
74 "test": "xo && ava"
75 },
76 "version": "2.0.0"
77}
Note: See TracBrowser for help on using the repository browser.