67 lines
1.6 KiB
JSON
67 lines
1.6 KiB
JSON
{
|
|
"_from": "bplist-parser@0.2.0",
|
|
"_id": "bplist-parser@0.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-z0M+byMThzQmD9NILRniCUXYsYpjwnlO8N5uCFaCqIOpqRsJCrQL9NK3JsD67CN5a08nF5oIL2bD6loTdHOuKw==",
|
|
"_location": "/bplist-parser",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "bplist-parser@0.2.0",
|
|
"name": "bplist-parser",
|
|
"escapedName": "bplist-parser",
|
|
"rawSpec": "0.2.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.2.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/simple-plist"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.2.0.tgz",
|
|
"_shasum": "43a9d183e5bf9d545200ceac3e712f79ebbe8d0e",
|
|
"_spec": "bplist-parser@0.2.0",
|
|
"_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/simple-plist",
|
|
"author": {
|
|
"name": "Joe Ferner",
|
|
"email": "joe.ferner@nearinfinity.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/nearinfinity/node-bplist-parser/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Brett Zamir"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"big-integer": "^1.6.44"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Binary plist parser.",
|
|
"devDependencies": {
|
|
"mocha": "^6.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 5.10.0"
|
|
},
|
|
"homepage": "https://github.com/nearinfinity/node-bplist-parser",
|
|
"keywords": [
|
|
"bplist",
|
|
"plist",
|
|
"parser"
|
|
],
|
|
"license": "MIT",
|
|
"main": "bplistParser.js",
|
|
"name": "bplist-parser",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nearinfinity/node-bplist-parser.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha test"
|
|
},
|
|
"version": "0.2.0"
|
|
}
|