{
  "_from": "cordova-common@2.1.0",
  "_id": "cordova-common@2.1.0",
  "_inBundle": false,
  "_integrity": "sha1-uzV+4bmCUDHtnbPFa1ku/pc9FkA=",
  "_location": "/cordova-common",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "cordova-common@2.1.0",
    "name": "cordova-common",
    "escapedName": "cordova-common",
    "rawSpec": "2.1.0",
    "saveSpec": null,
    "fetchSpec": "2.1.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/cordova-common/-/cordova-common-2.1.0.tgz",
  "_shasum": "bb357ee1b9825031ed9db3c56b592efe973d1640",
  "_spec": "cordova-common@2.1.0",
  "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
  "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",
    "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"
  },
  "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",
    "promise-matchers": "^0.9.6",
    "rewire": "^2.5.1"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "homepage": "https://github.com/apache/cordova-lib#readme",
  "license": "Apache-2.0",
  "main": "cordova-common.js",
  "name": "cordova-common",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apache/cordova-lib.git"
  },
  "scripts": {
    "cover": "istanbul cover --root src --print detail jasmine",
    "eslint": "eslint src && eslint spec",
    "jasmine": "jasmine JASMINE_CONFIG_PATH=spec/support/jasmine.json",
    "test": "npm run eslint && npm run jasmine"
  },
  "version": "2.1.0"
}
