Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80759 views
1
{
2
"name": "resolve",
3
"description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
4
"version": "0.3.1",
5
"repository": {
6
"type": "git",
7
"url": "git://github.com/substack/node-resolve.git"
8
},
9
"main": "index.js",
10
"keywords": [
11
"resolve",
12
"require",
13
"node",
14
"module"
15
],
16
"scripts": {
17
"test": "tap test/*.js"
18
},
19
"devDependencies": {
20
"tap": "~0.4.0"
21
},
22
"license": "MIT",
23
"author": {
24
"name": "James Halliday",
25
"email": "[email protected]",
26
"url": "http://substack.net"
27
},
28
"_id": "[email protected]",
29
"dist": {
30
"shasum": "34c63447c664c70598d1c9b126fc43b2a24310a4",
31
"tarball": "http://registry.npmjs.org/resolve/-/resolve-0.3.1.tgz"
32
},
33
"_from": "resolve@>=0.3.0 <0.4.0",
34
"_npmVersion": "1.2.2",
35
"_npmUser": {
36
"name": "substack",
37
"email": "[email protected]"
38
},
39
"maintainers": [
40
{
41
"name": "substack",
42
"email": "[email protected]"
43
}
44
],
45
"directories": {},
46
"_shasum": "34c63447c664c70598d1c9b126fc43b2a24310a4",
47
"_resolved": "https://registry.npmjs.org/resolve/-/resolve-0.3.1.tgz",
48
"bugs": {
49
"url": "https://github.com/substack/node-resolve/issues"
50
},
51
"readme": "ERROR: No README data found!",
52
"homepage": "https://github.com/substack/node-resolve#readme"
53
}
54
55