source: imaps-frontend/node_modules/resolve-cwd/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 737 bytes
Line 
1{
2 "name": "resolve-cwd",
3 "version": "3.0.0",
4 "description": "Resolve the path of a module like `require.resolve()` but from the current working directory",
5 "license": "MIT",
6 "repository": "sindresorhus/resolve-cwd",
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 "require",
24 "resolve",
25 "path",
26 "module",
27 "from",
28 "like",
29 "cwd",
30 "current",
31 "working",
32 "directory",
33 "import"
34 ],
35 "dependencies": {
36 "resolve-from": "^5.0.0"
37 },
38 "devDependencies": {
39 "ava": "^1.4.1",
40 "tsd": "^0.7.2",
41 "xo": "^0.24.0"
42 }
43}
Note: See TracBrowser for help on using the repository browser.