blob: ec9726392adb1d5fdae2b47829b82e1b55d8b5cb [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "parse-filepath@^1.0.1",
3 "_id": "parse-filepath@1.0.2",
4 "_inBundle": false,
5 "_integrity": "sha1-pjISf1Oq89FYdvWHLz/6x2PWyJE=",
6 "_location": "/parse-filepath",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "parse-filepath@^1.0.1",
12 "name": "parse-filepath",
13 "escapedName": "parse-filepath",
14 "rawSpec": "^1.0.1",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.1"
17 },
18 "_requiredBy": [
19 "/fined"
20 ],
21 "_resolved": "https://registry.npmjs.org/parse-filepath/-/parse-filepath-1.0.2.tgz",
22 "_shasum": "a632127f53aaf3d15876f5872f3ffac763d6c891",
23 "_spec": "parse-filepath@^1.0.1",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\fined",
25 "author": {
26 "name": "Jon Schlinkert",
27 "url": "https://github.com/jonschlinkert"
28 },
29 "bugs": {
30 "url": "https://github.com/jonschlinkert/parse-filepath/issues"
31 },
32 "bundleDependencies": false,
33 "dependencies": {
34 "is-absolute": "^1.0.0",
35 "map-cache": "^0.2.0",
36 "path-root": "^0.1.1"
37 },
38 "deprecated": false,
39 "description": "Pollyfill for node.js `path.parse`, parses a filepath into an object.",
40 "devDependencies": {
41 "gulp-format-md": "^0.1.7",
42 "mocha": "^2.2.5",
43 "should": "^7.0.2"
44 },
45 "engines": {
46 "node": ">=0.8"
47 },
48 "files": [
49 "index.js"
50 ],
51 "homepage": "https://github.com/jonschlinkert/parse-filepath",
52 "keywords": [
53 "absolute",
54 "basename",
55 "dir",
56 "directory",
57 "dirname",
58 "ext",
59 "extension",
60 "extname",
61 "file",
62 "filename",
63 "filepath",
64 "is-absolute",
65 "name",
66 "object",
67 "parse",
68 "parser",
69 "parts",
70 "path",
71 "segment"
72 ],
73 "license": "MIT",
74 "main": "index.js",
75 "name": "parse-filepath",
76 "repository": {
77 "type": "git",
78 "url": "git+https://github.com/jonschlinkert/parse-filepath.git"
79 },
80 "scripts": {
81 "test": "mocha"
82 },
83 "verb": {
84 "run": true,
85 "toc": false,
86 "layout": "default",
87 "tasks": [
88 "readme"
89 ],
90 "plugins": [
91 "gulp-format-md"
92 ],
93 "related": {
94 "highlight": "global-prefix",
95 "list": [
96 "global-prefix",
97 "is-absolute",
98 "is-relative",
99 "relative"
100 ]
101 },
102 "reflinks": [
103 "verb"
104 ],
105 "lint": {
106 "reflinks": true
107 }
108 },
109 "version": "1.0.2"
110}