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
{
"_args": [
[
{
"raw": "[email protected]",
"scope": null,
"escapedName": "bplist-parser",
"name": "bplist-parser",
"rawSpec": "0.0.6",
"spec": "0.0.6",
"type": "version"
},
"/home/siddharth/Workspace/Temp/Flexydial/node_modules/simple-plist"
]
],
"_from": "[email protected]",
"_id": "[email protected]",
"_inCache": true,
"_installable": true,
"_location": "/bplist-parser",
"_npmUser": {
"name": "joeferner",
"email": "[email protected]"
},
"_npmVersion": "1.4.14",
"_phantomChildren": {},
"_requested": {
"raw": "[email protected]",
"scope": null,
"escapedName": "bplist-parser",
"name": "bplist-parser",
"rawSpec": "0.0.6",
"spec": "0.0.6",
"type": "version"
},
"_requiredBy": [
"/simple-plist"
],
"_resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.0.6.tgz",
"_shasum": "38da3471817df9d44ab3892e27707bbbd75a11b9",
"_shrinkwrap": null,
"_spec": "[email protected]",
"_where": "/home/siddharth/Workspace/Temp/Flexydial/node_modules/simple-plist",
"author": {
"name": "Joe Ferner",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/nearinfinity/node-bplist-parser/issues"
},
"dependencies": {},
"description": "Binary plist parser.",
"devDependencies": {
"nodeunit": "~0.7.4"
},
"directories": {},
"dist": {
"shasum": "38da3471817df9d44ab3892e27707bbbd75a11b9",
"tarball": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.0.6.tgz"
},
"gitHead": "a2230a5df3c7014ffbe5761bcb091ea2d061b47b",
"homepage": "https://github.com/nearinfinity/node-bplist-parser",
"keywords": [
"bplist",
"plist",
"parser"
],
"license": "MIT",
"main": "bplistParser.js",
"maintainers": [
{
"name": "joeferner",
"email": "[email protected]"
}
],
"name": "bplist-parser",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/nearinfinity/node-bplist-parser.git"
},
"scripts": {
"test": "./node_modules/nodeunit/bin/nodeunit test"
},
"version": "0.0.6"
}