123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "_from": "bplist-parser@0.2.0",
- "_id": "bplist-parser@0.2.0",
- "_inBundle": false,
- "_integrity": "sha512-z0M+byMThzQmD9NILRniCUXYsYpjwnlO8N5uCFaCqIOpqRsJCrQL9NK3JsD67CN5a08nF5oIL2bD6loTdHOuKw==",
- "_location": "/simple-plist/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": "/Users/christian/Documents/artesanias/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"
- }
|