123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- {
- "_from": "cordova-common@^3.1.0",
- "_id": "cordova-common@3.2.0",
- "_inBundle": false,
- "_integrity": "sha512-EvlQ6PirfR65hGDoQvsluW00uSS2MTVIRKQ3c1Xvsddx7D5T5JgF3fHWkGik/Y/8yNcpI0zI2NcJyie2z/ak2A==",
- "_location": "/cordova-common",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "cordova-common@^3.1.0",
- "name": "cordova-common",
- "escapedName": "cordova-common",
- "rawSpec": "^3.1.0",
- "saveSpec": null,
- "fetchSpec": "^3.1.0"
- },
- "_requiredBy": [
- "/cordova-browser"
- ],
- "_resolved": "https://registry.npmjs.org/cordova-common/-/cordova-common-3.2.0.tgz",
- "_shasum": "9a5c9215f817d7a08fbd014bf963c544e1feb671",
- "_spec": "cordova-common@^3.1.0",
- "_where": "C:\\Users\\Arvin\\MyApp\\node_modules\\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",
- "cross-spawn": "^6.0.5",
- "elementtree": "0.1.7",
- "endent": "^1.1.1",
- "fs-extra": "^8.0.0",
- "glob": "^7.1.2",
- "minimatch": "^3.0.0",
- "plist": "^3.0.1",
- "q": "^1.4.1",
- "strip-bom": "^3.0.0",
- "underscore": "^1.8.3",
- "which": "^1.3.0"
- },
- "deprecated": false,
- "description": "Apache Cordova tools and platforms shared routines",
- "devDependencies": {
- "eslint": "^5.0.0",
- "eslint-config-semistandard": "^13.0.0",
- "eslint-config-standard": "^12.0.0",
- "eslint-plugin-import": "^2.14.0",
- "eslint-plugin-node": "^8.0.0",
- "eslint-plugin-promise": "^4.0.0",
- "eslint-plugin-standard": "^4.0.0",
- "istanbul": "^0.4.5",
- "jasmine": "~3.1.0",
- "jasmine-spec-reporter": "^4.2.1",
- "osenv": "^0.1.3",
- "promise-matchers": "^0.9.6",
- "rewire": "^4.0.1"
- },
- "engines": {
- "node": ">=6.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": "3.2.0"
- }
|