123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146 |
- {
- "_from": "cordova-plugin-webpack",
- "_id": "cordova-plugin-webpack@0.4.7",
- "_inBundle": false,
- "_integrity": "sha512-9lxEojdBgKrWgXYIqxehyUZGUVNFFAR1yd8OhZT2tWdI3v6GMXGPYIT2JwMCh8XEwy3EIT1+JeMzZhfhvdf9jQ==",
- "_location": "/cordova-plugin-webpack",
- "_phantomChildren": {
- "camelcase": "5.3.1",
- "decamelize": "1.2.0",
- "detect-file": "1.0.0",
- "is-glob": "4.0.1",
- "picomatch": "2.0.7",
- "resolve-dir": "1.0.1"
- },
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "cordova-plugin-webpack",
- "name": "cordova-plugin-webpack",
- "escapedName": "cordova-plugin-webpack",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/cordova-plugin-webpack/-/cordova-plugin-webpack-0.4.7.tgz",
- "_shasum": "2d9b9313fd4a8250ca33abb2730736c9216dce5e",
- "_spec": "cordova-plugin-webpack",
- "_where": "/home/dom1.taus.us.thales/t0124938/project/twelve-heroes",
- "author": {
- "name": "Kotaro Sugawara"
- },
- "bugs": {
- "url": "https://github.com/kotarella1110/cordova-plugin-webpack/issues"
- },
- "bundleDependencies": false,
- "cordova": {
- "id": "cordova-plugin-webpack",
- "platforms": [
- "android",
- "ios"
- ]
- },
- "dependencies": {
- "@types/elementtree": "^0.1.0",
- "@types/findup-sync": "^2.0.2",
- "@types/interpret": "^1.1.1",
- "@types/ip": "^1.1.0",
- "@types/node": "^12.7.5",
- "@types/react-dev-utils": "^9.0.1",
- "@types/rechoir": "^0.6.1",
- "@types/webpack": "^4.39.1",
- "@types/webpack-dev-server": "^3.1.7",
- "@types/yargs-parser": "^13.1.0",
- "cordova-common": "^3.2.0",
- "create-html": "^4.1.0",
- "csp-parse": "0.0.2",
- "current-device": "^0.8.2",
- "elementtree": "^0.1.7",
- "express": "^4.17.1",
- "findup-sync": "^4.0.0",
- "glob": "^7.1.4",
- "interpret": "^1.2.0",
- "ip": "^1.1.5",
- "is-ua-webview": "^1.0.1",
- "react-dev-utils": "^9.0.3",
- "rechoir": "^0.7.0",
- "source-map-support": "^0.5.13",
- "webpack": "^4.40.2",
- "webpack-dev-server": "^3.8.1",
- "webpack-inject-plugin": "^1.5.3",
- "yargs-parser": "^14.0.0"
- },
- "deprecated": false,
- "description": "Cordova Webpack Plugin",
- "devDependencies": {
- "@commitlint/cli": "^8.2.0",
- "@commitlint/config-conventional": "^8.2.0",
- "@commitlint/prompt-cli": "^8.2.0",
- "@types/jest": "^24.0.18",
- "@typescript-eslint/eslint-plugin": "^2.3.0",
- "@typescript-eslint/parser": "^2.3.0",
- "clean-webpack-plugin": "^3.0.0",
- "cordova-set-version": "^8.1.3",
- "eslint": "^6.4.0",
- "eslint-config-airbnb-base": "^14.0.0",
- "eslint-config-prettier": "^6.3.0",
- "eslint-plugin-import": "^2.18.2",
- "eslint-plugin-prettier": "^3.1.1",
- "husky": "^3.0.5",
- "install": "^0.13.0",
- "jest": "^24.9.0",
- "lint-staged": "^9.2.5",
- "npm-check": "^5.9.0",
- "prettier": "^1.18.2",
- "rimraf": "^3.0.0",
- "ts-jest": "^24.1.0",
- "ts-loader": "^6.1.0",
- "ts-node": "^8.4.1",
- "typescript": "^3.6.3",
- "webpack-cli": "^3.3.9"
- },
- "homepage": "https://github.com/kotarella1110/cordova-plugin-webpack#readme",
- "husky": {
- "hooks": {
- "pre-commit": "lint-staged",
- "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
- }
- },
- "keywords": [
- "cordova",
- "webpack",
- "ecosystem:cordova",
- "cordova-browser",
- "cordova-android",
- "cordova-ios"
- ],
- "license": "Apache-2.0",
- "lint-staged": {
- "*.{js,ts}": [
- "npm run lint:fix",
- "git add"
- ]
- },
- "name": "cordova-plugin-webpack",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/kotarella1110/cordova-plugin-webpack.git"
- },
- "scripts": {
- "build": "rimraf scripts/* && tsc && webpack",
- "commit": "commit",
- "lint": "eslint '**/*.{js,ts}'",
- "lint:fix": "npm run lint -- --fix",
- "precommit": "lint-staged",
- "prepare": "npm run build",
- "test": "jest --watch",
- "test:coverage": "jest --coverage",
- "upgrade-interactive": "npm-check --update",
- "version": "cordova-set-version plugin.xml && git add plugin.xml"
- },
- "version": "0.4.7"
- }
|