source: frontend/node_modules/pkg-up/package.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 762 bytes
RevLine 
[9af201e]1{
2 "name": "pkg-up",
3 "version": "3.1.0",
4 "description": "Find the closest package.json file",
5 "license": "MIT",
6 "repository": "sindresorhus/pkg-up",
7 "author": {
8 "name": "Sindre Sorhus",
9 "email": "sindresorhus@gmail.com",
10 "url": "sindresorhus.com"
11 },
12 "engines": {
13 "node": ">=8"
14 },
15 "scripts": {
16 "test": "xo && ava && tsd"
17 },
18 "files": [
19 "index.js",
20 "index.d.ts"
21 ],
22 "keywords": [
23 "pkg",
24 "package",
25 "file",
26 "find",
27 "up",
28 "find-up",
29 "findup",
30 "look-up",
31 "look",
32 "search",
33 "match",
34 "resolve",
35 "parent",
36 "parents",
37 "folder",
38 "directory",
39 "dir",
40 "walk",
41 "walking",
42 "path"
43 ],
44 "dependencies": {
45 "find-up": "^3.0.0"
46 },
47 "devDependencies": {
48 "ava": "^1.4.1",
49 "tsd": "^0.7.2",
50 "xo": "^0.24.0"
51 }
52}
Note: See TracBrowser for help on using the repository browser.