mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-04 00:02:03 +08:00
updated cordova-common dependnecy to 1.1.0
This commit is contained in:
117
node_modules/plist/package.json
generated
vendored
Normal file
117
node_modules/plist/package.json
generated
vendored
Normal file
@@ -0,0 +1,117 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"plist@^1.2.0",
|
||||
"/Users/steveng/repo/cordova/cordova-android/node_modules/cordova-common"
|
||||
]
|
||||
],
|
||||
"_from": "plist@>=1.2.0 <2.0.0",
|
||||
"_id": "plist@1.2.0",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/plist",
|
||||
"_nodeVersion": "5.0.0",
|
||||
"_npmUser": {
|
||||
"email": "reinstein.mike@gmail.com",
|
||||
"name": "mreinstein"
|
||||
},
|
||||
"_npmVersion": "3.3.11",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "plist",
|
||||
"raw": "plist@^1.2.0",
|
||||
"rawSpec": "^1.2.0",
|
||||
"scope": null,
|
||||
"spec": ">=1.2.0 <2.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/cordova-common"
|
||||
],
|
||||
"_resolved": "http://registry.npmjs.org/plist/-/plist-1.2.0.tgz",
|
||||
"_shasum": "084b5093ddc92506e259f874b8d9b1afb8c79593",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "plist@^1.2.0",
|
||||
"_where": "/Users/steveng/repo/cordova/cordova-android/node_modules/cordova-common",
|
||||
"author": {
|
||||
"email": "nathan@tootallnate.net",
|
||||
"name": "Nathan Rajlich"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/TooTallNate/node-plist/issues"
|
||||
},
|
||||
"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": "0.0.8",
|
||||
"util-deprecate": "1.0.2",
|
||||
"xmlbuilder": "4.0.0",
|
||||
"xmldom": "0.1.x"
|
||||
},
|
||||
"description": "Mac OS X Plist parser/builder for Node.js and browsers",
|
||||
"devDependencies": {
|
||||
"browserify": "12.0.1",
|
||||
"mocha": "2.3.3",
|
||||
"multiline": "1.0.2",
|
||||
"zuul": "3.7.2"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "084b5093ddc92506e259f874b8d9b1afb8c79593",
|
||||
"tarball": "http://registry.npmjs.org/plist/-/plist-1.2.0.tgz"
|
||||
},
|
||||
"gitHead": "69520574f27864145192338b72e608fbe1bda6f7",
|
||||
"homepage": "https://github.com/TooTallNate/node-plist#readme",
|
||||
"keywords": [
|
||||
"apple",
|
||||
"browser",
|
||||
"mac",
|
||||
"parser",
|
||||
"plist",
|
||||
"xml"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "lib/plist.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "TooTallNate",
|
||||
"email": "nathan@tootallnate.net"
|
||||
},
|
||||
{
|
||||
"name": "tootallnate",
|
||||
"email": "nathan@tootallnate.net"
|
||||
},
|
||||
{
|
||||
"name": "mreinstein",
|
||||
"email": "reinstein.mike@gmail.com"
|
||||
}
|
||||
],
|
||||
"name": "plist",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/TooTallNate/node-plist.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "make test"
|
||||
},
|
||||
"version": "1.2.0"
|
||||
}
|
||||
Reference in New Issue
Block a user