source: trip-planner-front/node_modules/resolve/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.4 KB
Line 
1{
2 "_args": [
3 [
4 "resolve@1.20.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "resolve@1.20.0",
10 "_id": "resolve@1.20.0",
11 "_inBundle": false,
12 "_integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==",
13 "_location": "/resolve",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "resolve@1.20.0",
19 "name": "resolve",
20 "escapedName": "resolve",
21 "rawSpec": "1.20.0",
22 "saveSpec": null,
23 "fetchSpec": "1.20.0"
24 },
25 "_requiredBy": [
26 "/@angular/cli",
27 "/@babel/helper-define-polyfill-provider",
28 "/postcss-import"
29 ],
30 "_resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz",
31 "_spec": "1.20.0",
32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
33 "author": {
34 "name": "James Halliday",
35 "email": "mail@substack.net",
36 "url": "http://substack.net"
37 },
38 "bugs": {
39 "url": "https://github.com/browserify/resolve/issues"
40 },
41 "dependencies": {
42 "is-core-module": "^2.2.0",
43 "path-parse": "^1.0.6"
44 },
45 "description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
46 "devDependencies": {
47 "@ljharb/eslint-config": "^17.5.1",
48 "array.prototype.map": "^1.0.3",
49 "aud": "^1.1.4",
50 "eclint": "^2.8.1",
51 "eslint": "^7.19.0",
52 "object-keys": "^1.1.1",
53 "safe-publish-latest": "^1.1.4",
54 "tap": "0.4.13",
55 "tape": "^5.1.1"
56 },
57 "funding": {
58 "url": "https://github.com/sponsors/ljharb"
59 },
60 "homepage": "https://github.com/browserify/resolve#readme",
61 "keywords": [
62 "resolve",
63 "require",
64 "node",
65 "module"
66 ],
67 "license": "MIT",
68 "main": "index.js",
69 "name": "resolve",
70 "repository": {
71 "type": "git",
72 "url": "git://github.com/browserify/resolve.git"
73 },
74 "scripts": {
75 "lint": "eslint --ext=js,mjs .",
76 "posttest": "npm run test:multirepo && aud --production",
77 "prelint": "eclint check '**/*'",
78 "prepublish": "safe-publish-latest && cp node_modules/is-core-module/core.json ./lib/ ||:",
79 "pretest": "npm run lint",
80 "pretests-only": "cd ./test/resolver/nested_symlinks && node mylib/sync && node mylib/async",
81 "test": "npm run --silent tests-only",
82 "test:multirepo": "cd ./test/resolver/multirepo && npm install && npm test",
83 "tests-only": "tape test/*.js"
84 },
85 "version": "1.20.0"
86}
Note: See TracBrowser for help on using the repository browser.