mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-01 02:12:58 +08:00
6758793f09
(installed by npm@6.1.0)
59 lines
1.5 KiB
JSON
59 lines
1.5 KiB
JSON
{
|
|
"_from": "bplist-parser@^0.1.0",
|
|
"_id": "bplist-parser@0.1.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-1g1dzCDLptx+HymbNdPh+V2vuuY=",
|
|
"_location": "/bplist-parser",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "bplist-parser@^0.1.0",
|
|
"name": "bplist-parser",
|
|
"escapedName": "bplist-parser",
|
|
"rawSpec": "^0.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/cordova-common"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.1.1.tgz",
|
|
"_shasum": "d60d5dcc20cba6dc7e1f299b35d3e1f95dafbae6",
|
|
"_spec": "bplist-parser@^0.1.0",
|
|
"_where": "/Users/brodybits/Documents/cordova/cordova-android/node_modules/cordova-common",
|
|
"author": {
|
|
"name": "Joe Ferner",
|
|
"email": "joe.ferner@nearinfinity.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/nearinfinity/node-bplist-parser/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"big-integer": "^1.6.7"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Binary plist parser.",
|
|
"devDependencies": {
|
|
"nodeunit": "~0.9.1"
|
|
},
|
|
"homepage": "https://github.com/nearinfinity/node-bplist-parser#readme",
|
|
"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": "./node_modules/nodeunit/bin/nodeunit test"
|
|
},
|
|
"version": "0.1.1"
|
|
}
|