source: trip-planner-front/node_modules/resolve-from/package.json@ 84d0fbb

Last change on this file since 84d0fbb 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-from@4.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "resolve-from@4.0.0",
10 "_id": "resolve-from@4.0.0",
11 "_inBundle": false,
12 "_integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
13 "_location": "/resolve-from",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "resolve-from@4.0.0",
19 "name": "resolve-from",
20 "escapedName": "resolve-from",
21 "rawSpec": "4.0.0",
22 "saveSpec": null,
23 "fetchSpec": "4.0.0"
24 },
25 "_requiredBy": [
26 "/import-fresh"
27 ],
28 "_resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
29 "_spec": "4.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-from/issues"
38 },
39 "description": "Resolve the path of a module like `require.resolve()` but from a given path",
40 "devDependencies": {
41 "ava": "*",
42 "xo": "*"
43 },
44 "engines": {
45 "node": ">=4"
46 },
47 "files": [
48 "index.js"
49 ],
50 "homepage": "https://github.com/sindresorhus/resolve-from#readme",
51 "keywords": [
52 "require",
53 "resolve",
54 "path",
55 "module",
56 "from",
57 "like",
58 "import"
59 ],
60 "license": "MIT",
61 "name": "resolve-from",
62 "repository": {
63 "type": "git",
64 "url": "git+https://github.com/sindresorhus/resolve-from.git"
65 },
66 "scripts": {
67 "test": "xo && ava"
68 },
69 "version": "4.0.0"
70}
Note: See TracBrowser for help on using the repository browser.