123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- {
- "_from": "plist@^2.0.0",
- "_id": "plist@2.1.0",
- "_inBundle": false,
- "_integrity": "sha1-V8zbeggh3yGDEhejytVOPhRqECU=",
- "_location": "/plist",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "plist@^2.0.0",
- "name": "plist",
- "escapedName": "plist",
- "rawSpec": "^2.0.0",
- "saveSpec": null,
- "fetchSpec": "^2.0.0"
- },
- "_requiredBy": [
- "/electron-osx-sign",
- "/electron-packager"
- ],
- "_resolved": "https://registry.npmjs.org/plist/-/plist-2.1.0.tgz",
- "_shasum": "57ccdb7a0821df21831217a3cad54e3e146a1025",
- "_spec": "plist@^2.0.0",
- "_where": "E:\\vscode\\UseStudio.Desktop\\node_modules\\electron-packager",
- "author": {
- "name": "Nathan Rajlich",
- "email": "nathan@tootallnate.net"
- },
- "bugs": {
- "url": "https://github.com/TooTallNate/node-plist/issues"
- },
- "bundleDependencies": false,
- "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"
- }
- ],
- "dependencies": {
- "base64-js": "1.2.0",
- "xmlbuilder": "8.2.2",
- "xmldom": "0.1.x"
- },
- "deprecated": false,
- "description": "Mac OS X Plist parser/builder for Node.js and browsers",
- "devDependencies": {
- "browserify": "^14.3.0",
- "mocha": "^3.3.0",
- "multiline": "^1.0.2",
- "zuul": "^3.10.1"
- },
- "homepage": "https://github.com/TooTallNate/node-plist#readme",
- "keywords": [
- "apple",
- "browser",
- "mac",
- "plist",
- "parser",
- "xml"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "plist",
- "repository": {
- "type": "git",
- "url": "git://github.com/TooTallNate/node-plist.git"
- },
- "scripts": {
- "test": "make test"
- },
- "version": "2.1.0"
- }
|