blob: 834b16a0d0b9bd956ff9f55e2574a81afb723dd5 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "path-dirname@^1.0.0",
3 "_id": "path-dirname@1.0.2",
4 "_inBundle": false,
5 "_integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=",
6 "_location": "/path-dirname",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "path-dirname@^1.0.0",
12 "name": "path-dirname",
13 "escapedName": "path-dirname",
14 "rawSpec": "^1.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.0"
17 },
18 "_requiredBy": [
19 "/glob-parent"
20 ],
21 "_resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz",
22 "_shasum": "cc33d24d525e099a5388c0336c6e32b9160609e0",
23 "_spec": "path-dirname@^1.0.0",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\glob-parent",
25 "author": {
26 "name": "Elan Shanker"
27 },
28 "bugs": {
29 "url": "https://github.com/es128/path-dirname/issues"
30 },
31 "bundleDependencies": false,
32 "deprecated": false,
33 "description": "Node.js path.dirname() ponyfill",
34 "files": [
35 "index.js"
36 ],
37 "homepage": "https://github.com/es128/path-dirname#readme",
38 "keywords": [
39 "dirname",
40 "dir",
41 "path",
42 "paths",
43 "file",
44 "built-in",
45 "util",
46 "utils",
47 "core",
48 "stdlib",
49 "ponyfill",
50 "polyfill",
51 "shim"
52 ],
53 "license": "MIT",
54 "name": "path-dirname",
55 "repository": {
56 "type": "git",
57 "url": "git+https://github.com/es128/path-dirname.git"
58 },
59 "scripts": {
60 "test": "node test.js"
61 },
62 "version": "1.0.2"
63}