package.json
2.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"_args": [
[
{
"raw": "file-uri-to-path@0",
"scope": null,
"escapedName": "file-uri-to-path",
"name": "file-uri-to-path",
"rawSpec": "0",
"spec": ">=0.0.0 <1.0.0",
"type": "range"
},
"/Users/admin/Documents/workspace/programming/node_modules/get-uri"
]
],
"_from": "file-uri-to-path@>=0.0.0 <1.0.0",
"_id": "file-uri-to-path@0.0.2",
"_inCache": true,
"_location": "/file-uri-to-path",
"_npmUser": {
"name": "tootallnate",
"email": "nathan@tootallnate.net"
},
"_npmVersion": "1.3.21",
"_phantomChildren": {},
"_requested": {
"raw": "file-uri-to-path@0",
"scope": null,
"escapedName": "file-uri-to-path",
"name": "file-uri-to-path",
"rawSpec": "0",
"spec": ">=0.0.0 <1.0.0",
"type": "range"
},
"_requiredBy": [
"/get-uri"
],
"_resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-0.0.2.tgz",
"_shasum": "37cdd1b5b905404b3f05e1b23645be694ff70f82",
"_shrinkwrap": null,
"_spec": "file-uri-to-path@0",
"_where": "/Users/admin/Documents/workspace/programming/node_modules/get-uri",
"author": {
"name": "Nathan Rajlich",
"email": "nathan@tootallnate.net",
"url": "http://n8.io/"
},
"bugs": {
"url": "https://github.com/TooTallNate/file-uri-to-path/issues"
},
"dependencies": {},
"description": "Convert a file: URI to a file path",
"devDependencies": {
"mocha": "~1.17.1"
},
"directories": {
"test": "test"
},
"dist": {
"shasum": "37cdd1b5b905404b3f05e1b23645be694ff70f82",
"tarball": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-0.0.2.tgz"
},
"homepage": "https://github.com/TooTallNate/file-uri-to-path",
"keywords": [
"file",
"uri",
"convert",
"path"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "tootallnate",
"email": "nathan@tootallnate.net"
}
],
"name": "file-uri-to-path",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/TooTallNate/file-uri-to-path.git"
},
"scripts": {
"test": "mocha --reporter spec"
},
"version": "0.0.2"
}