Projekt

Obecné

Profil

Stáhnout (743 Bajtů) Statistiky
| Větev: | Revize:
1
{
2
  "name": "resolve-cwd",
3
  "version": "2.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": ">=4"
14
  },
15
  "scripts": {
16
    "test": "xo && ava"
17
  },
18
  "files": [
19
    "index.js"
20
  ],
21
  "keywords": [
22
    "require",
23
    "resolve",
24
    "path",
25
    "module",
26
    "from",
27
    "like",
28
    "cwd",
29
    "current",
30
    "working",
31
    "directory",
32
    "import"
33
  ],
34
  "dependencies": {
35
    "resolve-from": "^3.0.0"
36
  },
37
  "devDependencies": {
38
    "ava": "*",
39
    "xo": "*"
40
  }
41
}
(3-3/4)