package.json 1.71 KB
{
  "_from": "bplist-parser@^0.x",
  "_id": "bplist-parser@0.3.0",
  "_inBundle": false,
  "_integrity": "sha512-zgmaRvT6AN1JpPPV+S0a1/FAtoxSreYDccZGIqEMSvZl9DMe70mJ7MFzpxa1X+gHVdkToE2haRUHHMiW1OdejA==",
  "_location": "/bplist-parser",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "bplist-parser@^0.x",
    "name": "bplist-parser",
    "escapedName": "bplist-parser",
    "rawSpec": "^0.x",
    "saveSpec": null,
    "fetchSpec": "^0.x"
  },
  "_requiredBy": [
    "/appium-support"
  ],
  "_resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.3.0.tgz",
  "_shasum": "ba50666370f61bbf94881636cd9f7d23c5286090",
  "_spec": "bplist-parser@^0.x",
  "_where": "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool\\node_modules\\appium-support",
  "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.x"
  },
  "deprecated": false,
  "description": "Binary plist parser.",
  "devDependencies": {
    "eslint": "6.5.x",
    "mocha": "6.2.x"
  },
  "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.3.0"
}