12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "_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": "C:\\Users\\Chuch\\Documents\\Cordova\\test\\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"
- }
|