package.json 1.66 KB
{
  "_args": [
    [
      "bplist-parser@0.2.0",
      "C:\\Users\\LG\\Desktop\\capstondesign2\\2016104137\\source\\forensic_tool"
    ]
  ],
  "_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": [
    "/appium-support"
  ],
  "_resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.2.0.tgz",
  "_spec": "0.2.0",
  "_where": "C:\\Users\\LG\\Desktop\\capstondesign2\\2016104137\\source\\forensic_tool",
  "author": {
    "name": "Joe Ferner",
    "email": "joe.ferner@nearinfinity.com"
  },
  "bugs": {
    "url": "https://github.com/nearinfinity/node-bplist-parser/issues"
  },
  "contributors": [
    {
      "name": "Brett Zamir"
    }
  ],
  "dependencies": {
    "big-integer": "^1.6.44"
  },
  "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"
}