{
  "_args": [
    [
      "simple-plist@1.1.0",
      "/home/totalpave/development/cordova-plugin-wkwebview-engine/tests/ios"
    ]
  ],
  "_from": "simple-plist@1.1.0",
  "_id": "simple-plist@1.1.0",
  "_inBundle": false,
  "_integrity": "sha512-2i5Tc0BYAqppM7jVzmNrI+aEUntPolIq4fDgji6WuNNn1D/qYdn2KwoLhZdzQkE04lu9L5tUoeJsjuJAvd+lFg==",
  "_location": "/simple-plist",
  "_phantomChildren": {
    "big-integer": "1.6.48"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "simple-plist@1.1.0",
    "name": "simple-plist",
    "escapedName": "simple-plist",
    "rawSpec": "1.1.0",
    "saveSpec": null,
    "fetchSpec": "1.1.0"
  },
  "_requiredBy": [
    "/xcode"
  ],
  "_resolved": "https://registry.npmjs.org/simple-plist/-/simple-plist-1.1.0.tgz",
  "_spec": "1.1.0",
  "_where": "/home/totalpave/development/cordova-plugin-wkwebview-engine/tests/ios",
  "author": {
    "name": "Joe Wollard"
  },
  "bugs": {
    "url": "https://github.com/wollardj/node-simple-plist/issues"
  },
  "dependencies": {
    "bplist-creator": "0.0.8",
    "bplist-parser": "0.2.0",
    "plist": "^3.0.1"
  },
  "description": "A wrapper utility for interacting with plist data.",
  "devDependencies": {
    "eslint": "^6.6.0",
    "eslint-config-airbnb": "^18.0.1",
    "eslint-config-prettier": "^6.5.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-react": "^7.16.0",
    "husky": "^3.0.9",
    "jest": "^24.9.0",
    "lint-staged": "^9.4.2",
    "npm-run-all": "^4.1.5",
    "prettier": "^1.18.2",
    "rimraf": "^3.0.0"
  },
  "files": [
    "simple-plist.js"
  ],
  "homepage": "https://github.com/wollardj/node-simple-plist.git",
  "husky": {
    "hooks": {
      "pre-commit": "npx run-s test",
      "pre-push": "npx run-s test"
    }
  },
  "keywords": [
    "plist",
    "binary",
    "bplist",
    "xml"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.js": [
      "eslint --fix",
      "prettier --write",
      "git add"
    ]
  },
  "main": "simple-plist.js",
  "name": "simple-plist",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wollardj/node-simple-plist.git"
  },
  "scripts": {
    "clean": "rimraf __tests__/write-test* coverage",
    "jest": "jest --coverage ",
    "jest:verbose": "jest --coverage --verbose",
    "test": "run-s clean jest",
    "test:verbose": "run-s clean jest:verbose"
  },
  "version": "1.1.0"
}
