source: imaps-frontend/node_modules/escalade/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 2.4 KB
RevLine 
[d565449]1{
[79a0317]2 "_from": "escalade@^3.2.0",
3 "_id": "escalade@3.2.0",
4 "_inBundle": false,
5 "_integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
6 "_location": "/escalade",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "escalade@^3.2.0",
12 "name": "escalade",
13 "escapedName": "escalade",
14 "rawSpec": "^3.2.0",
15 "saveSpec": null,
16 "fetchSpec": "^3.2.0"
17 },
18 "_requiredBy": [
19 "/update-browserslist-db"
20 ],
21 "_resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
22 "_shasum": "011a3f69856ba189dffa7dc8fcce99d2a87903e5",
23 "_spec": "escalade@^3.2.0",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/update-browserslist-db",
[d565449]25 "author": {
26 "name": "Luke Edwards",
27 "email": "luke.edwards05@gmail.com",
28 "url": "https://lukeed.com"
29 },
[79a0317]30 "bugs": {
31 "url": "https://github.com/lukeed/escalade/issues"
32 },
33 "bundleDependencies": false,
34 "deprecated": false,
35 "description": "A tiny (183B to 210B) and fast utility to ascend parent directories",
36 "devDependencies": {
37 "bundt": "1.1.1",
38 "esm": "3.2.25",
39 "uvu": "0.3.3"
40 },
41 "engines": {
42 "node": ">=6"
43 },
[d565449]44 "exports": {
45 ".": [
46 {
[0c6b92a]47 "import": {
48 "types": "./index.d.mts",
49 "default": "./dist/index.mjs"
50 },
51 "require": {
52 "types": "./index.d.ts",
53 "default": "./dist/index.js"
54 }
[d565449]55 },
56 "./dist/index.js"
57 ],
58 "./sync": [
59 {
[0c6b92a]60 "import": {
61 "types": "./sync/index.d.mts",
62 "default": "./sync/index.mjs"
63 },
64 "require": {
65 "types": "./sync/index.d.ts",
66 "default": "./sync/index.js"
67 }
[d565449]68 },
69 "./sync/index.js"
70 ]
71 },
72 "files": [
[0c6b92a]73 "*.d.mts",
[d565449]74 "*.d.ts",
75 "dist",
76 "sync"
77 ],
[79a0317]78 "homepage": "https://github.com/lukeed/escalade#readme",
79 "keywords": [
80 "find",
81 "parent",
82 "parents",
83 "directory",
84 "search",
85 "walk"
86 ],
87 "license": "MIT",
88 "main": "dist/index.js",
[d565449]89 "modes": {
90 "sync": "src/sync.js",
91 "default": "src/async.js"
92 },
[79a0317]93 "module": "dist/index.mjs",
94 "name": "escalade",
95 "repository": {
96 "type": "git",
97 "url": "git+https://github.com/lukeed/escalade.git"
[d565449]98 },
99 "scripts": {
100 "build": "bundt",
101 "pretest": "npm run build",
102 "test": "uvu -r esm test -i fixtures"
103 },
[79a0317]104 "types": "index.d.ts",
105 "version": "3.2.0"
[d565449]106}
Note: See TracBrowser for help on using the repository browser.