Newer
Older
CVSS_3.0_GUI / node_modules / nwjs-builder-phoenix / node_modules / plist / package.json
root on 7 May 2019 2 KB Initial commit
{
  "name": "plist",
  "description": "Mac OS X Plist parser/builder for Node.js and browsers",
  "version": "2.1.0",
  "author": {
    "name": "Nathan Rajlich",
    "email": "nathan@tootallnate.net"
  },
  "contributors": [
    {
      "name": "Hans Huebner",
      "email": "hans.huebner@gmail.com"
    },
    {
      "name": "Pierre Metrailler"
    },
    {
      "name": "Mike Reinstein",
      "email": "reinstein.mike@gmail.com"
    },
    {
      "name": "Vladimir Tsvang"
    },
    {
      "name": "Mathieu D'Amours"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/TooTallNate/node-plist.git"
  },
  "license": "MIT",
  "keywords": [
    "apple",
    "browser",
    "mac",
    "plist",
    "parser",
    "xml"
  ],
  "main": "index.js",
  "dependencies": {
    "base64-js": "1.2.0",
    "xmlbuilder": "8.2.2",
    "xmldom": "0.1.x"
  },
  "devDependencies": {
    "browserify": "^14.3.0",
    "mocha": "^3.3.0",
    "multiline": "^1.0.2",
    "zuul": "^3.10.1"
  },
  "scripts": {
    "test": "make test"
  },
  "gitHead": "b8c7671b0a873e2cc39b85a31a9794f041f9f696",
  "bugs": {
    "url": "https://github.com/TooTallNate/node-plist/issues"
  },
  "homepage": "https://github.com/TooTallNate/node-plist#readme",
  "_id": "plist@2.1.0",
  "_shasum": "57ccdb7a0821df21831217a3cad54e3e146a1025",
  "_from": "plist@^2.0.1",
  "_npmVersion": "4.2.0",
  "_nodeVersion": "7.10.0",
  "_npmUser": {
    "name": "mreinstein",
    "email": "reinstein.mike@gmail.com"
  },
  "dist": {
    "shasum": "57ccdb7a0821df21831217a3cad54e3e146a1025",
    "tarball": "https://registry.npmjs.org/plist/-/plist-2.1.0.tgz"
  },
  "maintainers": [
    {
      "name": "TooTallNate",
      "email": "nathan@tootallnate.net"
    },
    {
      "name": "tootallnate",
      "email": "nathan@tootallnate.net"
    },
    {
      "name": "mreinstein",
      "email": "reinstein.mike@gmail.com"
    }
  ],
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/plist-2.1.0.tgz_1493916267526_0.6685970653779805"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/plist/-/plist-2.1.0.tgz"
}