1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "escalade@3.1.1",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "escalade@3.1.1",
|
---|
10 | "_id": "escalade@3.1.1",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==",
|
---|
13 | "_location": "/escalade",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "escalade@3.1.1",
|
---|
19 | "name": "escalade",
|
---|
20 | "escapedName": "escalade",
|
---|
21 | "rawSpec": "3.1.1",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "3.1.1"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/browserslist",
|
---|
27 | "/karma/yargs",
|
---|
28 | "/yargs"
|
---|
29 | ],
|
---|
30 | "_resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
|
---|
31 | "_spec": "3.1.1",
|
---|
32 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
33 | "author": {
|
---|
34 | "name": "Luke Edwards",
|
---|
35 | "email": "luke.edwards05@gmail.com",
|
---|
36 | "url": "https://lukeed.com"
|
---|
37 | },
|
---|
38 | "bugs": {
|
---|
39 | "url": "https://github.com/lukeed/escalade/issues"
|
---|
40 | },
|
---|
41 | "description": "A tiny (183B to 210B) and fast utility to ascend parent directories",
|
---|
42 | "devDependencies": {
|
---|
43 | "bundt": "1.1.1",
|
---|
44 | "esm": "3.2.25",
|
---|
45 | "uvu": "0.3.3"
|
---|
46 | },
|
---|
47 | "engines": {
|
---|
48 | "node": ">=6"
|
---|
49 | },
|
---|
50 | "exports": {
|
---|
51 | ".": [
|
---|
52 | {
|
---|
53 | "import": "./dist/index.mjs",
|
---|
54 | "require": "./dist/index.js"
|
---|
55 | },
|
---|
56 | "./dist/index.js"
|
---|
57 | ],
|
---|
58 | "./sync": [
|
---|
59 | {
|
---|
60 | "import": "./sync/index.mjs",
|
---|
61 | "require": "./sync/index.js"
|
---|
62 | },
|
---|
63 | "./sync/index.js"
|
---|
64 | ]
|
---|
65 | },
|
---|
66 | "files": [
|
---|
67 | "*.d.ts",
|
---|
68 | "dist",
|
---|
69 | "sync"
|
---|
70 | ],
|
---|
71 | "homepage": "https://github.com/lukeed/escalade#readme",
|
---|
72 | "keywords": [
|
---|
73 | "find",
|
---|
74 | "parent",
|
---|
75 | "parents",
|
---|
76 | "directory",
|
---|
77 | "search",
|
---|
78 | "walk"
|
---|
79 | ],
|
---|
80 | "license": "MIT",
|
---|
81 | "main": "dist/index.js",
|
---|
82 | "modes": {
|
---|
83 | "sync": "src/sync.js",
|
---|
84 | "default": "src/async.js"
|
---|
85 | },
|
---|
86 | "module": "dist/index.mjs",
|
---|
87 | "name": "escalade",
|
---|
88 | "repository": {
|
---|
89 | "type": "git",
|
---|
90 | "url": "git+https://github.com/lukeed/escalade.git"
|
---|
91 | },
|
---|
92 | "scripts": {
|
---|
93 | "build": "bundt",
|
---|
94 | "pretest": "npm run build",
|
---|
95 | "test": "uvu -r esm test -i fixtures"
|
---|
96 | },
|
---|
97 | "types": "index.d.ts",
|
---|
98 | "version": "3.1.1"
|
---|
99 | }
|
---|