12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- {
- "_from": "cordova-serve@^3.0.0",
- "_id": "cordova-serve@3.0.0",
- "_inBundle": false,
- "_integrity": "sha512-h479g/5a0PXn//yiFuMrD5MDEbB+mtihNkWcE6uD/aCh/6z0FRZ9sWH3NfZbHDB+Bp1yGLYsjbH8LZBL8KOQ0w==",
- "_location": "/cordova-serve",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "cordova-serve@^3.0.0",
- "name": "cordova-serve",
- "escapedName": "cordova-serve",
- "rawSpec": "^3.0.0",
- "saveSpec": null,
- "fetchSpec": "^3.0.0"
- },
- "_requiredBy": [
- "/cordova-browser"
- ],
- "_resolved": "https://registry.npmjs.org/cordova-serve/-/cordova-serve-3.0.0.tgz",
- "_shasum": "974d695f75a9f2b3e487604be6f539a39dba8390",
- "_spec": "cordova-serve@^3.0.0",
- "_where": "C:\\Users\\Chuch\\Documents\\Cordova\\test\\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,
- "dependencies": {
- "chalk": "^2.4.1",
- "compression": "^1.6.0",
- "express": "^4.13.3",
- "opn": "^5.3.0",
- "which": "^1.3.0"
- },
- "deprecated": false,
- "description": "Apache Cordova server support for cordova-lib and cordova-browser.",
- "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",
- "jasmine": "^3.3.0",
- "rewire": "^4.0.1"
- },
- "engines": {
- "node": ">= 6",
- "npm": ">= 3"
- },
- "homepage": "https://github.com/apache/cordova-serve#readme",
- "keywords": [
- "cordova",
- "server",
- "apache"
- ],
- "license": "Apache-2.0",
- "main": "src/main.js",
- "name": "cordova-serve",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/apache/cordova-serve.git"
- },
- "scripts": {
- "eslint": "node node_modules/eslint/bin/eslint ./src",
- "jasmine": "jasmine JASMINE_CONFIG_PATH=spec/jasmine.json",
- "test": "npm run eslint && npm run jasmine"
- },
- "version": "3.0.0"
- }
|