| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149 |
- {
- "_from": "uni-js-bridge",
- "_id": "uni-js-bridge@0.0.3",
- "_inBundle": false,
- "_integrity": "sha512-nHou1+1v9ouYBVq4qsG/k6e0ZN3LRskr4YTXdy2zzxqTsdBdV6czcRgL1L1TgHYO0q66SzogLrMIlqz9zf/FDA==",
- "_location": "/uni-js-bridge",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "uni-js-bridge",
- "name": "uni-js-bridge",
- "escapedName": "uni-js-bridge",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/uni-js-bridge/-/uni-js-bridge-0.0.3.tgz",
- "_shasum": "67435c88dfecf3b4724fd3e9a4d09649d874439a",
- "_spec": "uni-js-bridge",
- "_where": "D:\\project\\H5_module",
- "author": {
- "name": "guojun",
- "email": "2650744839@qq.com"
- },
- "bundleDependencies": false,
- "commitlint": {
- "extends": [
- "@commitlint/config-conventional"
- ]
- },
- "config": {
- "commitizen": {
- "path": "node_modules/cz-conventional-changelog"
- }
- },
- "deprecated": false,
- "description": "适用于uni-app框架中webview组件和H5通信的js小工具。此JS是放在H5项目中的;还需要配合uni-app另外封装的webview组件;uni-app的webview组件会放在另一个项目中;",
- "devDependencies": {
- "@commitlint/cli": "^7.1.2",
- "@commitlint/config-conventional": "^7.1.2",
- "@types/jest": "^23.3.2",
- "@types/node": "^10.11.0",
- "colors": "^1.3.2",
- "commitizen": "^3.0.0",
- "coveralls": "^3.0.2",
- "cross-env": "^5.2.0",
- "cz-conventional-changelog": "^2.1.0",
- "husky": "^1.0.1",
- "jest": "^23.6.0",
- "jest-config": "^23.6.0",
- "lint-staged": "^8.0.0",
- "lodash.camelcase": "^4.3.0",
- "prettier": "^1.14.3",
- "prompt": "^1.0.0",
- "replace-in-file": "^3.4.2",
- "rimraf": "^2.6.2",
- "rollup": "^0.67.0",
- "rollup-plugin-commonjs": "^9.1.8",
- "rollup-plugin-json": "^3.1.0",
- "rollup-plugin-node-resolve": "^3.4.0",
- "rollup-plugin-sourcemaps": "^0.4.2",
- "rollup-plugin-typescript2": "^0.18.0",
- "semantic-release": "^15.9.16",
- "shelljs": "^0.8.3",
- "travis-deploy-once": "^5.0.9",
- "ts-jest": "^23.10.2",
- "ts-node": "^7.0.1",
- "tslint": "^5.11.0",
- "tslint-config-prettier": "^1.15.0",
- "tslint-config-standard": "^8.0.1",
- "typedoc": "^0.12.0",
- "typescript": "^3.0.3"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "files": [
- "dist"
- ],
- "jest": {
- "transform": {
- ".(ts|tsx)": "ts-jest"
- },
- "testEnvironment": "node",
- "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
- "moduleFileExtensions": [
- "ts",
- "tsx",
- "js"
- ],
- "coveragePathIgnorePatterns": [
- "/node_modules/",
- "/test/"
- ],
- "coverageThreshold": {
- "global": {
- "branches": 90,
- "functions": 95,
- "lines": 95,
- "statements": 95
- }
- },
- "collectCoverageFrom": [
- "src/*.{js,ts}"
- ]
- },
- "keywords": [],
- "license": "MIT",
- "lint-staged": {
- "{src,test}/**/*.ts": [
- "prettier --write",
- "git add"
- ]
- },
- "main": "dist/uni-js-bridge.umd.js",
- "module": "dist/uni-js-bridge.es5.js",
- "name": "uni-js-bridge",
- "prettier": {
- "semi": false,
- "singleQuote": true
- },
- "repository": {
- "type": "git",
- "url": "https://gitee.com/guome/uni-js-bridge"
- },
- "scripts": {
- "build": "tsc --module commonjs && rollup -c rollup.config.ts && typedoc --out docs --target es6 --theme minimal --mode file src",
- "commit": "git-cz",
- "deploy-docs": "ts-node tools/gh-pages-publish",
- "lint": "tslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'",
- "prebuild": "rimraf dist",
- "precommit": "lint-staged",
- "report-coverage": "cat ./coverage/lcov.info | coveralls",
- "semantic-release": "semantic-release",
- "semantic-release-prepare": "ts-node tools/semantic-release-prepare",
- "start": "rollup -c rollup.config.ts -w",
- "test": "jest --coverage",
- "test:prod": "npm run lint && npm run test -- --no-cache",
- "test:watch": "jest --coverage --watch",
- "travis-deploy-once": "travis-deploy-once"
- },
- "typings": "dist/types/uni-js-bridge.d.ts",
- "version": "0.0.3"
- }
|