mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
updated node_modules
This commit is contained in:
+43
-7
@@ -5,7 +5,7 @@
|
||||
"name": "cordova-common",
|
||||
"description": "Apache Cordova tools and platforms shared routines",
|
||||
"license": "Apache-2.0",
|
||||
"version": "0.1.0",
|
||||
"version": "1.0.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://git-wip-us.apache.org/repos/asf/cordova-common.git"
|
||||
@@ -44,10 +44,46 @@
|
||||
"jshint": "^2.8.0"
|
||||
},
|
||||
"contributors": [],
|
||||
"readme": "<!--\r\n#\r\n# Licensed to the Apache Software Foundation (ASF) under one\r\n# or more contributor license agreements. See the NOTICE file\r\n# distributed with this work for additional information\r\n# regarding copyright ownership. The ASF licenses this file\r\n# to you under the Apache License, Version 2.0 (the\r\n# \"License\"); you may not use this file except in compliance\r\n# with the License. You may obtain a copy of the License at\r\n#\r\n# http://www.apache.org/licenses/LICENSE-2.0\r\n#\r\n# Unless required by applicable law or agreed to in writing,\r\n# software distributed under the License is distributed on an\r\n# \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\r\n# KIND, either express or implied. See the License for the\r\n# specific language governing permissions and limitations\r\n# under the License.\r\n#\r\n-->\r\n\r\n# cordova-common\r\nContains shared classes and routines used by [cordova-lib](https://github.com/apache/cordova-lib/) and platforms.\r\n\r\n## Setup\r\n* Clone this repository onto your local machine. \r\n `git clone https://git-wip-us.apache.org/repos/asf/cordova-lib.git`\r\n* In terminal, navigate to the inner cordova-common directory.\r\n `cd cordova-lib/cordova-common`\r\n* Install dependencies and npm-link\r\n `npm install && npm link`\r\n* Navigate to cordova-lib directory and link cordova-common\r\n `cd ../cordova-lib && npm link cordova-common && npm install`\r\n",
|
||||
"readmeFilename": "README.md",
|
||||
"_id": "cordova-common@0.1.0",
|
||||
"_shasum": "3555577965cd29e116690f551ea1b7dd61019a0b",
|
||||
"_from": "..\\cordova-lib\\cordova-common",
|
||||
"_resolved": "file:..\\cordova-lib\\cordova-common"
|
||||
"_id": "cordova-common@1.0.0",
|
||||
"_shasum": "b21947e89a4a89292ec563abf9ee6ccb2b9f3aef",
|
||||
"_resolved": "http://registry.npmjs.org/cordova-common/-/cordova-common-1.0.0.tgz",
|
||||
"_from": "cordova-common@>=1.0.0 <1.1.0",
|
||||
"_npmVersion": "2.14.7",
|
||||
"_nodeVersion": "4.2.1",
|
||||
"_npmUser": {
|
||||
"name": "kotikov.vladimir",
|
||||
"email": "kotikov.vladimir@gmail.com"
|
||||
},
|
||||
"dist": {
|
||||
"shasum": "b21947e89a4a89292ec563abf9ee6ccb2b9f3aef",
|
||||
"tarball": "http://registry.npmjs.org/cordova-common/-/cordova-common-1.0.0.tgz"
|
||||
},
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "bowserj",
|
||||
"email": "bowserj@apache.org"
|
||||
},
|
||||
{
|
||||
"name": "kotikov.vladimir",
|
||||
"email": "kotikov.vladimir@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "purplecabbage",
|
||||
"email": "purplecabbage@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "shazron",
|
||||
"email": "shazron@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "stevegill",
|
||||
"email": "stevengill97@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "timbarham",
|
||||
"email": "npmjs@barhams.info"
|
||||
}
|
||||
],
|
||||
"directories": {},
|
||||
"readme": "ERROR: No README data found!"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user