blob: bfc6060e51cf9ed7d265f3e05f4279afaa974837 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "resolve@^1.1.7",
3 "_id": "resolve@1.19.0",
4 "_inBundle": false,
5 "_integrity": "sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==",
6 "_location": "/resolve",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "resolve@^1.1.7",
12 "name": "resolve",
13 "escapedName": "resolve",
14 "rawSpec": "^1.1.7",
15 "saveSpec": null,
16 "fetchSpec": "^1.1.7"
17 },
18 "_requiredBy": [
19 "/liftoff",
20 "/normalize-package-data",
21 "/rechoir"
22 ],
23 "_resolved": "https://registry.npmjs.org/resolve/-/resolve-1.19.0.tgz",
24 "_shasum": "1af5bf630409734a067cae29318aac7fa29a267c",
25 "_spec": "resolve@^1.1.7",
26 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\liftoff",
27 "author": {
28 "name": "James Halliday",
29 "email": "mail@substack.net",
30 "url": "http://substack.net"
31 },
32 "bugs": {
33 "url": "https://github.com/browserify/resolve/issues"
34 },
35 "bundleDependencies": false,
36 "dependencies": {
37 "is-core-module": "^2.1.0",
38 "path-parse": "^1.0.6"
39 },
40 "deprecated": false,
41 "description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
42 "devDependencies": {
43 "@ljharb/eslint-config": "^17.2.0",
44 "array.prototype.map": "^1.0.2",
45 "aud": "^1.1.3",
46 "eclint": "^2.8.1",
47 "eslint": "^7.13.0",
48 "object-keys": "^1.1.1",
49 "safe-publish-latest": "^1.1.4",
50 "tap": "0.4.13",
51 "tape": "^5.0.1"
52 },
53 "funding": {
54 "url": "https://github.com/sponsors/ljharb"
55 },
56 "homepage": "https://github.com/browserify/resolve#readme",
57 "keywords": [
58 "resolve",
59 "require",
60 "node",
61 "module"
62 ],
63 "license": "MIT",
64 "main": "index.js",
65 "name": "resolve",
66 "repository": {
67 "type": "git",
68 "url": "git://github.com/browserify/resolve.git"
69 },
70 "scripts": {
71 "lint": "eslint --ext=js,mjs .",
72 "posttest": "npm run test:multirepo && aud --production",
73 "prelint": "eclint check '**/*'",
74 "prepublish": "safe-publish-latest && cp node_modules/is-core-module/core.json ./lib/",
75 "pretest": "npm run lint",
76 "pretests-only": "cd ./test/resolver/nested_symlinks && node mylib/sync && node mylib/async",
77 "test": "npm run --silent tests-only",
78 "test:multirepo": "cd ./test/resolver/multirepo && npm install && npm test",
79 "tests-only": "tape test/*.js"
80 },
81 "version": "1.19.0"
82}