123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- {
- "_from": "cordova-browser@^6.0.0",
- "_id": "cordova-browser@6.0.0",
- "_inBundle": false,
- "_integrity": "sha512-G61S7fhnVVJC98lvkGeKCVpfFtoW0a1P1Sg9TK+n03g3yupDMIM7XuecWuJ3KEMRhED4+CEc2hauruAff7oXrw==",
- "_location": "/cordova-browser",
- "_phantomChildren": {},
- "_requested": {
- "escapedName": "cordova-browser",
- "fetchSpec": "^6.0.0",
- "name": "cordova-browser",
- "raw": "cordova-browser@^6.0.0",
- "rawSpec": "^6.0.0",
- "registry": true,
- "saveSpec": null,
- "type": "range"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/cordova-browser/-/cordova-browser-6.0.0.tgz",
- "_shasum": "26e701587076e55bf33f491f3e38fee875c32b56",
- "_spec": "cordova-browser@^6.0.0",
- "_where": "C:\\Users\\Chuch\\Documents\\Cordova\\test",
- "author": {
- "name": "Apache Software Foundation"
- },
- "bin": {
- "cordova-browser": "bin/create"
- },
- "bugs": {
- "url": "https://github.com/apache/cordova-browser/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Steve Gill",
- "email": "steveng@adobe.com"
- },
- {
- "name": "Suraj Pindoria",
- "email": "spindori@adobe.com"
- },
- {
- "name": "Jesse MacFadyen",
- "email": "purplecabbage@apache.org"
- }
- ],
- "dependencies": {
- "cordova-common": "^3.1.0",
- "cordova-serve": "^3.0.0",
- "nopt": "^4.0.1",
- "shelljs": "^0.5.3"
- },
- "deprecated": false,
- "description": "cordova-browser release",
- "devDependencies": {
- "eslint": "^5.12.0",
- "eslint-config-semistandard": "^13.0.0",
- "eslint-config-standard": "^12.0.0",
- "eslint-plugin-import": "^2.14.0",
- "eslint-plugin-node": "^8.0.1",
- "eslint-plugin-promise": "^4.0.1",
- "eslint-plugin-standard": "^4.0.0",
- "jasmine": "^3.3.1",
- "nyc": "^13.1.0",
- "tmp": "0.0.33"
- },
- "engineStrict": true,
- "engines": {
- "node": ">=6.0.0"
- },
- "homepage": "https://github.com/apache/cordova-browser#readme",
- "keywords": [
- "apache",
- "browser",
- "cordova"
- ],
- "license": "Apache-2.0",
- "main": "bin/template/cordova/Api.js",
- "name": "cordova-browser",
- "nyc": {
- "include": [
- "bin/lib/**",
- "bin/templates/cordova/**"
- ],
- "reporter": [
- "lcov",
- "text"
- ]
- },
- "optionalDependencies": {},
- "readme": "<!--\n#\n# Licensed to the Apache Software Foundation (ASF) under one\n# or more contributor license agreements. See the NOTICE file\n# distributed with this work for additional information\n# regarding copyright ownership. The ASF licenses this file\n# to you under the Apache License, Version 2.0 (the\n# \"License\"); you may not use this file except in compliance\n# with the License. You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing,\n# software distributed under the License is distributed on an\n# \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\n# KIND, either express or implied. See the License for the\n# specific language governing permissions and limitations\n# under the License.\n#\n-->\n\n[![Build status](https://travis-ci.org/apache/cordova-browser.svg?branch=master )](https://travis-ci.org/apache/cordova-browser.svg?branch=master )\n[![Build Status](https://ci.appveyor.com/api/projects/status/4oan2jjn7nlgfay3/branch/master?svg=true)](https://ci.appveyor.com/api/projects/status/4oan2jjn7nlgfay3/branch/master?svg=true)\n\n# Cordova Browser\n\nTarget modern web browsers to build Apache Cordova based applications.\n\n# Goals\n\n- Browser targeted deployment\n- Surfacing native platform incompatibilities from the open web platform\n\n# PWA support\n\n## cordova-browser now includes support for progressive web apps (PWAs)\n\n- if your project supplies a `manifest.json` in the `www/` dir, it will be used\n - a `manifest.json` will be generated otherwise\n- if your js code registers a service worker, it will also be used\n\n\n",
- "readmeFilename": "README.md",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/apache/cordova-browser.git"
- },
- "scripts": {
- "cover": "nyc jasmine",
- "eslint": "eslint bin spec",
- "jasmine": "jasmine",
- "test": "npm run eslint && npm run cover"
- },
- "version": "6.0.0"
- }
|