123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- {
- "_from": "cordova-create@^3.0.0",
- "_id": "cordova-create@3.0.0",
- "_inBundle": false,
- "_integrity": "sha512-WxZRTnt5RHxSAB9urnHFUtVBcIe1YjR4sfwHLsxakNoKkFhcie3HrV5QmNBgRQ5DkxmanRN3VSx4OrPVsNmAaQ==",
- "_location": "/cordova-create",
- "_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",
- "isexe": "2.0.0",
- "minimatch": "3.0.4",
- "once": "1.4.0",
- "path-is-absolute": "1.0.1",
- "plist": "3.0.1",
- "q": "1.5.1",
- "read-chunk": "3.2.0"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "cordova-create@^3.0.0",
- "name": "cordova-create",
- "escapedName": "cordova-create",
- "rawSpec": "^3.0.0",
- "saveSpec": null,
- "fetchSpec": "^3.0.0"
- },
- "_requiredBy": [
- "/cordova"
- ],
- "_resolved": "https://registry.npmjs.org/cordova-create/-/cordova-create-3.0.0.tgz",
- "_shasum": "a50d2501f681390003d51eb1cefdf2254d921dac",
- "_spec": "cordova-create@^3.0.0",
- "_where": "/home/christian/Documents/newarte/artesanias/node_modules/cordova",
- "author": {
- "name": "Apache Software Foundation"
- },
- "bugs": {
- "url": "https://github.com/apache/cordova-create/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Caryn Tran",
- "email": "caryn.tran@berkeley.edu"
- },
- {
- "name": "Steve Gill",
- "email": "stevengill97@gmail.com"
- }
- ],
- "dependencies": {
- "cordova-app-hello-world": "^5.0.0",
- "cordova-common": "^4.0.1",
- "cordova-fetch": "^3.0.0",
- "fs-extra": "^9.0.0",
- "globby": "^11.0.0",
- "import-fresh": "^3.2.1",
- "isobject": "^4.0.0",
- "npm-package-arg": "^8.0.1",
- "path-is-inside": "^1.0.2",
- "tmp": "^0.2.1",
- "valid-identifier": "0.0.2"
- },
- "deprecated": false,
- "description": "Apache Cordova create module. Creates new project from default or template",
- "devDependencies": {
- "@cordova/eslint-config": "^3.0.0",
- "jasmine": "^3.5.0",
- "nyc": "^15.0.1",
- "rewire": "^5.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "homepage": "https://github.com/apache/cordova-create#readme",
- "keywords": [
- "cordova",
- "create",
- "apache",
- "ecosystem:cordova",
- "cordova:tool"
- ],
- "license": "Apache-2.0",
- "main": "index.js",
- "name": "cordova-create",
- "nyc": {
- "include": [
- "index.js"
- ],
- "reporter": [
- "lcov",
- "text"
- ]
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/apache/cordova-create.git"
- },
- "scripts": {
- "cover": "nyc npm run jasmine",
- "jasmine": "jasmine \"spec/**/*.spec.js\"",
- "lint": "eslint .",
- "test": "npm run lint && npm run cover"
- },
- "version": "3.0.0"
- }
|