blob: 5973eb4dd49bf4b578a9ccf39bdacb46337ff5a7 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "read-pkg-up@^1.0.1",
3 "_id": "read-pkg-up@1.0.1",
4 "_inBundle": false,
5 "_integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=",
6 "_location": "/read-pkg-up",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "read-pkg-up@^1.0.1",
12 "name": "read-pkg-up",
13 "escapedName": "read-pkg-up",
14 "rawSpec": "^1.0.1",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.1"
17 },
18 "_requiredBy": [
19 "/meow"
20 ],
21 "_resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz",
22 "_shasum": "9d63c13276c065918d57f002a57f40a1b643fb02",
23 "_spec": "read-pkg-up@^1.0.1",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\meow",
25 "author": {
26 "name": "Sindre Sorhus",
27 "email": "sindresorhus@gmail.com",
28 "url": "sindresorhus.com"
29 },
30 "bugs": {
31 "url": "https://github.com/sindresorhus/read-pkg-up/issues"
32 },
33 "bundleDependencies": false,
34 "dependencies": {
35 "find-up": "^1.0.0",
36 "read-pkg": "^1.0.0"
37 },
38 "deprecated": false,
39 "description": "Read the closest package.json file",
40 "devDependencies": {
41 "ava": "*",
42 "xo": "*"
43 },
44 "engines": {
45 "node": ">=0.10.0"
46 },
47 "files": [
48 "index.js"
49 ],
50 "homepage": "https://github.com/sindresorhus/read-pkg-up#readme",
51 "keywords": [
52 "json",
53 "read",
54 "parse",
55 "file",
56 "fs",
57 "graceful",
58 "load",
59 "pkg",
60 "package",
61 "find",
62 "up",
63 "find-up",
64 "findup",
65 "look-up",
66 "look",
67 "file",
68 "search",
69 "match",
70 "package",
71 "resolve",
72 "parent",
73 "parents",
74 "folder",
75 "directory",
76 "dir",
77 "walk",
78 "walking",
79 "path"
80 ],
81 "license": "MIT",
82 "name": "read-pkg-up",
83 "repository": {
84 "type": "git",
85 "url": "git+https://github.com/sindresorhus/read-pkg-up.git"
86 },
87 "scripts": {
88 "test": "xo && ava"
89 },
90 "version": "1.0.1"
91}