source: trip-planner-front/node_modules/parent-module/package.json@ 6c1585f

Last change on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 712 bytes
Line 
1{
2 "name": "parent-module",
3 "version": "1.0.1",
4 "description": "Get the path of the parent module",
5 "license": "MIT",
6 "repository": "sindresorhus/parent-module",
7 "author": {
8 "name": "Sindre Sorhus",
9 "email": "sindresorhus@gmail.com",
10 "url": "sindresorhus.com"
11 },
12 "engines": {
13 "node": ">=6"
14 },
15 "scripts": {
16 "test": "xo && ava"
17 },
18 "files": [
19 "index.js"
20 ],
21 "keywords": [
22 "parent",
23 "module",
24 "package",
25 "pkg",
26 "caller",
27 "calling",
28 "module",
29 "path",
30 "callsites",
31 "callsite",
32 "stacktrace",
33 "stack",
34 "trace",
35 "function",
36 "file"
37 ],
38 "dependencies": {
39 "callsites": "^3.0.0"
40 },
41 "devDependencies": {
42 "ava": "^1.4.1",
43 "execa": "^1.0.0",
44 "xo": "^0.24.0"
45 }
46}
Note: See TracBrowser for help on using the repository browser.