123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- {
- "_from": "cordova-fetch@^3.0.0",
- "_id": "cordova-fetch@3.0.0",
- "_inBundle": false,
- "_integrity": "sha512-N6mB/1GD8BNclxnfO85E4/s46nEJjIxYeJYHRGi6MjofhigJ3NlGwTCslbTcq8IOYEh0RdoA0mS4W2jA5UcWeQ==",
- "_location": "/cordova-fetch",
- "_phantomChildren": {
- "@netflix/nerror": "1.1.3",
- "ansi": "0.3.1",
- "at-least-node": "1.0.0",
- "big-integer": "1.6.47",
- "dedent": "0.7.0",
- "elementtree": "0.1.7",
- "fast-glob": "3.2.4",
- "fast-json-parse": "1.0.3",
- "fs.realpath": "1.0.0",
- "graceful-fs": "4.2.2",
- "inflight": "1.0.6",
- "inherits": "2.0.4",
- "is-core-module": "2.2.0",
- "isexe": "2.0.0",
- "lru-cache": "6.0.0",
- "minimatch": "3.0.4",
- "once": "1.4.0",
- "path-is-absolute": "1.0.1",
- "path-parse": "1.0.6",
- "plist": "3.0.1",
- "q": "1.5.1",
- "read-chunk": "3.2.0"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "cordova-fetch@^3.0.0",
- "name": "cordova-fetch",
- "escapedName": "cordova-fetch",
- "rawSpec": "^3.0.0",
- "saveSpec": null,
- "fetchSpec": "^3.0.0"
- },
- "_requiredBy": [
- "/cordova-create",
- "/cordova-lib"
- ],
- "_resolved": "https://registry.npmjs.org/cordova-fetch/-/cordova-fetch-3.0.0.tgz",
- "_shasum": "1699b0dfadccb32eadb2d309b3d51682543a050a",
- "_spec": "cordova-fetch@^3.0.0",
- "_where": "/home/christian/Documents/newarte/artesanias/node_modules/cordova-create",
- "author": {
- "name": "Apache Software Foundation"
- },
- "bugs": {
- "url": "https://github.com/apache/cordova-fetch/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "cordova-common": "^4.0.0",
- "fs-extra": "^9.0.0",
- "npm-package-arg": "^8.0.1",
- "pify": "^5.0.0",
- "resolve": "^1.15.1",
- "semver": "^7.1.3",
- "which": "^2.0.2"
- },
- "deprecated": false,
- "description": "Apache Cordova fetch module. Fetches from git and npm.",
- "devDependencies": {
- "@cordova/eslint-config": "^3.0.0",
- "file-url": "^3.0.0",
- "jasmine": "^3.5.0",
- "nyc": "^15.0.0",
- "rewire": "^5.0.0"
- },
- "engines": {
- "node": ">= 10",
- "npm": ">= 5.6.0"
- },
- "homepage": "https://github.com/apache/cordova-fetch#readme",
- "keywords": [
- "cordova",
- "fetch",
- "apache",
- "ecosystem:cordova",
- "cordova:tool"
- ],
- "license": "Apache-2.0",
- "main": "index.js",
- "name": "cordova-fetch",
- "nyc": {
- "include": [
- "index.js"
- ],
- "reporter": [
- "lcov",
- "text"
- ]
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/apache/cordova-fetch.git"
- },
- "scripts": {
- "lint": "eslint --ignore-path .gitignore .",
- "test": "npm run lint && npm run test:coverage",
- "test:coverage": "nyc jasmine"
- },
- "version": "3.0.0"
- }
|