cordova-android/node_modules/cordova-common/package.json
2016-04-29 15:07:01 +03:00

122 lines
3.2 KiB
JSON

{
"_args": [
[
"cordova-common@1.2.0",
"d:\\cordova\\cordova-android"
]
],
"_from": "cordova-common@1.2.0",
"_id": "cordova-common@1.2.0",
"_inCache": true,
"_installable": true,
"_location": "/cordova-common",
"_nodeVersion": "5.9.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/cordova-common-1.2.0.tgz_1461227352417_0.14771279646083713"
},
"_npmUser": {
"email": "kotikov.vladimir@gmail.com",
"name": "kotikov.vladimir"
},
"_npmVersion": "3.8.5",
"_phantomChildren": {},
"_requested": {
"name": "cordova-common",
"raw": "cordova-common@1.2.0",
"rawSpec": "1.2.0",
"scope": null,
"spec": "1.2.0",
"type": "version"
},
"_requiredBy": [
"/"
],
"_resolved": "file:cordova-dist\\tools\\cordova-common-1.2.0.tgz",
"_shasum": "474b7f77c6c89d3f995c947d96046edf2e8c404d",
"_shrinkwrap": null,
"_spec": "cordova-common@1.2.0",
"_where": "d:\\cordova\\cordova-android",
"author": {
"name": "Apache Software Foundation"
},
"bugs": {
"email": "dev@cordova.apache.org",
"url": "https://issues.apache.org/jira/browse/CB"
},
"contributors": [],
"dependencies": {
"ansi": "^0.3.1",
"bplist-parser": "^0.1.0",
"cordova-registry-mapper": "^1.1.8",
"elementtree": "^0.1.6",
"glob": "^5.0.13",
"osenv": "^0.1.3",
"plist": "^1.2.0",
"q": "^1.4.1",
"semver": "^5.0.1",
"shelljs": "^0.5.3",
"underscore": "^1.8.3",
"unorm": "^1.3.3"
},
"description": "Apache Cordova tools and platforms shared routines",
"devDependencies": {
"istanbul": "^0.3.17",
"jasmine-node": "^1.14.5",
"jshint": "^2.8.0",
"promise-matchers": "^0.9.6",
"rewire": "^2.5.1"
},
"directories": {},
"dist": {
"shasum": "474b7f77c6c89d3f995c947d96046edf2e8c404d",
"tarball": "https://registry.npmjs.org/cordova-common/-/cordova-common-1.2.0.tgz"
},
"engineStrict": true,
"engines": {
"node": ">=0.9.9"
},
"license": "Apache-2.0",
"main": "cordova-common.js",
"maintainers": [
{
"email": "bowserj@apache.org",
"name": "bowserj"
},
{
"email": "kotikov.vladimir@gmail.com",
"name": "kotikov.vladimir"
},
{
"email": "purplecabbage@gmail.com",
"name": "purplecabbage"
},
{
"email": "shazron@gmail.com",
"name": "shazron"
},
{
"email": "stevengill97@gmail.com",
"name": "stevegill"
},
{
"email": "npmjs@barhams.info",
"name": "timbarham"
}
],
"name": "cordova-common",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://git-wip-us.apache.org/repos/asf/cordova-common.git"
},
"scripts": {
"cover": "node node_modules/istanbul/lib/cli.js cover --root src --print detail node_modules/jasmine-node/bin/jasmine-node -- spec",
"jasmine": "node node_modules/jasmine-node/bin/jasmine-node --captureExceptions --color spec",
"jshint": "node node_modules/jshint/bin/jshint src && node node_modules/jshint/bin/jshint spec",
"test": "npm run jshint && npm run jasmine"
},
"version": "1.2.0"
}