UNPKG

json-key-string-xlsx

Version:

Convert between json and xlsx files by key string in a browser or NodeJS.

82 lines (81 loc) 2.24 kB
{ "name": "json-key-string-xlsx", "version": "1.4.1", "description": "Convert between json and xlsx files by key string in a browser or NodeJS.", "main": "dist/json-key-string-xlsx.cjs.min.js", "module": "dist/json-key-string-xlsx.esm.min.js", "browser": "dist/json-key-string-xlsx.umd.min.js", "scripts": { "cnpm": "npm i --registry=https://registry.npm.taobao.org", "eslint": "eslint .", "build": "node scripts/build.js", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", "test": "mocha -t 10000 -s 2000 test/*.test.js", "test-coverage": "nyc npm run test", "report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov" }, "keywords": [ "excel", "json", "key", "xlsx", "json-key-string", "i18n", "language", "多语言", "国际化" ], "author": "jobyrao<raojianb@mail2.sysu.edu.cn>", "homepage": "https://github.com/jobyrao/json-key-string-xlsx#readme", "bugs": { "url": "https://github.com/jobyrao/json-key-string-xlsx/issues", "email": "raojianb@mail2.sysu.edu.cn" }, "license": "MIT", "dependencies": { "xlsx": "~0.17.4" }, "devDependencies": { "@babel/core": "^7.9.6", "@babel/preset-env": "^7.7.6", "@commitlint/cli": "^11.0.0", "@commitlint/config-conventional": "^11.0.0", "@rollup/plugin-buble": "^0.20.0", "chai": "^4.2.0", "codecov": "^3.8.3", "conventional-changelog-cli": "^2.1.1", "eslint": "^4.11.0", "eslint-config-egg": "^7.4.1", "husky": "^4.3.0", "mocha": "^6.2.0", "nyc": "^14.1.1", "rollup": "^1.27.13", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-external-globals": "^0.6.1", "rollup-plugin-node-resolve": "^5.2.0", "terser": "^4.4.3" }, "engines": { "node": ">=8.0.0" }, "files": [ "dist", "types" ], "types": "./types/index.d.ts", "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "husky": { "hooks": { "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, "repository": { "type": "git", "url": "git+https://github.com/jobyrao/json-key-string-xlsx.git" } }