mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
CB-14145 commit updated node_modules in 7.1.x only
(installed by npm@6.1.0)
This commit is contained in:
+85
@@ -0,0 +1,85 @@
|
||||
{
|
||||
"_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"
|
||||
}
|
||||
Reference in New Issue
Block a user