[Service] Integrate DeviceHome and SignalingServer
[platform/framework/web/wrtjs.git] / device_home / node_modules / find-up / package.json
1 {
2   "_args": [
3     [
4       "find-up@3.0.0",
5       "/opt/source/offload.js"
6     ]
7   ],
8   "_from": "find-up@3.0.0",
9   "_id": "find-up@3.0.0",
10   "_inBundle": false,
11   "_integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
12   "_location": "/find-up",
13   "_phantomChildren": {},
14   "_requested": {
15     "type": "version",
16     "registry": true,
17     "raw": "find-up@3.0.0",
18     "name": "find-up",
19     "escapedName": "find-up",
20     "rawSpec": "3.0.0",
21     "saveSpec": null,
22     "fetchSpec": "3.0.0"
23   },
24   "_requiredBy": [
25     "/yargs"
26   ],
27   "_resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
28   "_spec": "3.0.0",
29   "_where": "/opt/source/offload.js",
30   "author": {
31     "name": "Sindre Sorhus",
32     "email": "sindresorhus@gmail.com",
33     "url": "sindresorhus.com"
34   },
35   "bugs": {
36     "url": "https://github.com/sindresorhus/find-up/issues"
37   },
38   "dependencies": {
39     "locate-path": "^3.0.0"
40   },
41   "description": "Find a file or directory by walking up parent directories",
42   "devDependencies": {
43     "ava": "*",
44     "tempy": "^0.2.1",
45     "xo": "*"
46   },
47   "engines": {
48     "node": ">=6"
49   },
50   "files": [
51     "index.js"
52   ],
53   "homepage": "https://github.com/sindresorhus/find-up#readme",
54   "keywords": [
55     "find",
56     "up",
57     "find-up",
58     "findup",
59     "look-up",
60     "look",
61     "file",
62     "search",
63     "match",
64     "package",
65     "resolve",
66     "parent",
67     "parents",
68     "folder",
69     "directory",
70     "dir",
71     "walk",
72     "walking",
73     "path"
74   ],
75   "license": "MIT",
76   "name": "find-up",
77   "repository": {
78     "type": "git",
79     "url": "git+https://github.com/sindresorhus/find-up.git"
80   },
81   "scripts": {
82     "test": "xo && ava"
83   },
84   "version": "3.0.0"
85 }