source: trip-planner-front/node_modules/import-local/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: 2.0 KB
Line 
1{
2 "_args": [
3 [
4 "import-local@2.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "import-local@2.0.0",
10 "_id": "import-local@2.0.0",
11 "_inBundle": false,
12 "_integrity": "sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ==",
13 "_location": "/import-local",
14 "_phantomChildren": {
15 "p-try": "2.2.0"
16 },
17 "_requested": {
18 "type": "version",
19 "registry": true,
20 "raw": "import-local@2.0.0",
21 "name": "import-local",
22 "escapedName": "import-local",
23 "rawSpec": "2.0.0",
24 "saveSpec": null,
25 "fetchSpec": "2.0.0"
26 },
27 "_requiredBy": [
28 "/webpack-dev-server"
29 ],
30 "_resolved": "https://registry.npmjs.org/import-local/-/import-local-2.0.0.tgz",
31 "_spec": "2.0.0",
32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
33 "author": {
34 "name": "Sindre Sorhus",
35 "email": "sindresorhus@gmail.com",
36 "url": "sindresorhus.com"
37 },
38 "bin": {
39 "import-local-fixture": "fixtures/cli.js"
40 },
41 "bugs": {
42 "url": "https://github.com/sindresorhus/import-local/issues"
43 },
44 "dependencies": {
45 "pkg-dir": "^3.0.0",
46 "resolve-cwd": "^2.0.0"
47 },
48 "description": "Let a globally installed package use a locally installed version of itself if available",
49 "devDependencies": {
50 "ava": "*",
51 "cpy": "^7.0.1",
52 "del": "^3.0.0",
53 "execa": "^0.11.0",
54 "xo": "*"
55 },
56 "engines": {
57 "node": ">=6"
58 },
59 "files": [
60 "index.js",
61 "fixtures/cli.js"
62 ],
63 "homepage": "https://github.com/sindresorhus/import-local#readme",
64 "keywords": [
65 "import",
66 "local",
67 "require",
68 "resolve",
69 "global",
70 "version",
71 "prefer",
72 "cli"
73 ],
74 "license": "MIT",
75 "name": "import-local",
76 "repository": {
77 "type": "git",
78 "url": "git+https://github.com/sindresorhus/import-local.git"
79 },
80 "scripts": {
81 "test": "xo && ava"
82 },
83 "version": "2.0.0",
84 "xo": {
85 "ignores": [
86 "fixtures"
87 ]
88 }
89}
Note: See TracBrowser for help on using the repository browser.