blob: 09b0ecb2adf758d73ab75ee8f26894d93e18ebc1 [file] [log] [blame]
{
"_from": "cordova-common@2.2.5",
"_id": "cordova-common@2.2.5",
"_inBundle": false,
"_integrity": "sha1-+TzvKtSUz8v1bEbj1hKqqctfzDI=",
"_location": "/cordova-common",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "cordova-common@2.2.5",
"name": "cordova-common",
"escapedName": "cordova-common",
"rawSpec": "2.2.5",
"saveSpec": null,
"fetchSpec": "2.2.5"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/cordova-common/-/cordova-common-2.2.5.tgz",
"_shasum": "f93cef2ad494cfcbf56c46e3d612aaa9cb5fcc32",
"_spec": "cordova-common@2.2.5",
"_where": "/Users/brodybits/Documents/cordova/cordova-browser",
"author": {
"name": "Apache Software Foundation"
},
"bugs": {
"url": "https://issues.apache.org/jira/browse/CB",
"email": "dev@cordova.apache.org"
},
"bundleDependencies": false,
"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",
"minimatch": "^3.0.0",
"plist": "^2.1.0",
"q": "^1.4.1",
"shelljs": "^0.5.3",
"underscore": "^1.8.3",
"unorm": "^1.3.3"
},
"deprecated": false,
"description": "Apache Cordova tools and platforms shared routines",
"devDependencies": {
"eslint": "^4.0.0",
"eslint-config-semistandard": "^11.0.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-node": "^5.0.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"istanbul": "^0.4.5",
"jasmine": "^2.5.2",
"osenv": "^0.1.3",
"promise-matchers": "^0.9.6",
"rewire": "^2.5.1"
},
"engines": {
"node": ">=4.0.0"
},
"homepage": "https://github.com/apache/cordova-common#readme",
"license": "Apache-2.0",
"main": "cordova-common.js",
"name": "cordova-common",
"repository": {
"type": "git",
"url": "git+https://github.com/apache/cordova-common.git"
},
"scripts": {
"cover": "istanbul cover --root src --print detail jasmine",
"eslint": "eslint src spec",
"jasmine": "jasmine JASMINE_CONFIG_PATH=spec/support/jasmine.json",
"test": "npm run eslint && npm run jasmine"
},
"version": "2.2.5"
}