12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "_from": "bplist-parser@^0.0.6",
- "_id": "bplist-parser@0.0.6",
- "_inBundle": false,
- "_integrity": "sha1-ONo0cYF9+dRKs4kuJ3B7u9daEbk=",
- "_location": "/ios-sim/bplist-parser",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "bplist-parser@^0.0.6",
- "name": "bplist-parser",
- "escapedName": "bplist-parser",
- "rawSpec": "^0.0.6",
- "saveSpec": null,
- "fetchSpec": "^0.0.6"
- },
- "_requiredBy": [
- "/ios-sim"
- ],
- "_resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.0.6.tgz",
- "_shasum": "38da3471817df9d44ab3892e27707bbbd75a11b9",
- "_spec": "bplist-parser@^0.0.6",
- "_where": "/Users/christian/Documents/artesanias/node_modules/ios-sim",
- "author": {
- "name": "Joe Ferner",
- "email": "joe.ferner@nearinfinity.com"
- },
- "bugs": {
- "url": "https://github.com/nearinfinity/node-bplist-parser/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Binary plist parser.",
- "devDependencies": {
- "nodeunit": "~0.7.4"
- },
- "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.0.6"
- }
|