mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-02 03:29:42 +08:00
6758793f09
(installed by npm@6.1.0)
86 lines
1.9 KiB
JSON
86 lines
1.9 KiB
JSON
{
|
|
"_from": "plist@^2.1.0",
|
|
"_id": "plist@2.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-V8zbeggh3yGDEhejytVOPhRqECU=",
|
|
"_location": "/plist",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "plist@^2.1.0",
|
|
"name": "plist",
|
|
"escapedName": "plist",
|
|
"rawSpec": "^2.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/cordova-common"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/plist/-/plist-2.1.0.tgz",
|
|
"_shasum": "57ccdb7a0821df21831217a3cad54e3e146a1025",
|
|
"_spec": "plist@^2.1.0",
|
|
"_where": "/Users/brodybits/Documents/cordova/cordova-android/node_modules/cordova-common",
|
|
"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"
|
|
}
|