@corrin/json-key-string-xlsx
Version:
Convert between json and xlsx files by key string in a browser or NodeJS.
113 lines (112 loc) • 3.03 kB
JSON
{
"_from": "json-key-string-xlsx@^1.4.1",
"_id": "json-key-string-xlsx@1.4.1",
"_inBundle": false,
"_integrity": "sha512-NXSiMsDQPj7WDPSwjmdX7IAdO/NDAJ94rfjE2oEIDR3Vj3EVlXxt9GE/fAZbY831zsJbiQbUaXvaDzJ+1Kd/GA==",
"_location": "/json-key-string-xlsx",
"_phantomChildren": {
"adler-32": "1.2.0",
"cfb": "1.2.2",
"codepage": "1.15.0",
"crc-32": "1.2.2",
"ssf": "0.11.2",
"wmf": "1.0.2",
"word": "0.3.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "json-key-string-xlsx@^1.4.1",
"name": "json-key-string-xlsx",
"escapedName": "json-key-string-xlsx",
"rawSpec": "^1.4.1",
"saveSpec": null,
"fetchSpec": "^1.4.1"
},
"_requiredBy": [
"/"
],
"author": {
"name": "corrin",
"email": "olivier@corrin.io"
},
"browser": "dist/json-key-string-xlsx.umd.min.js",
"bugs": {
"url": "https://github.com/Gwened/json-key-string-xlsx/issues",
"email": "olivier@corrin.io"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"dependencies": {
"@e965/xlsx": "^0.20.2-released.0"
},
"deprecated": false,
"description": "Convert between json and xlsx files by key string in a browser or NodeJS.",
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.7.6",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^11.0.0",
"@rollup/plugin-buble": "^1.0.3",
"chai": "^4.2.0",
"codecov": "^3.8.3",
"conventional-changelog-cli": "^2.1.1",
"eslint": "^9.7.0",
"eslint-config-egg": "^7.4.1",
"husky": "^4.3.0",
"mocha": "^10.2.0",
"nyc": "^14.1.1",
"rollup": "^2.79.1",
"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"
],
"homepage": "https://github.com/Gwened/json-key-string-xlsx#readme",
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"keywords": [
"excel",
"json",
"key",
"xlsx",
"json-key-string",
"i18n",
"language",
"多语言",
"国际化"
],
"license": "MIT",
"main": "dist/json-key-string-xlsx.cjs.min.js",
"module": "dist/json-key-string-xlsx.esm.min.js",
"name": "@corrin/json-key-string-xlsx",
"repository": {
"type": "git",
"url": "git+https://github.com/Gwened/json-key-string-xlsx.git"
},
"scripts": {
"build": "node scripts/build.js",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"cnpm": "npm i --registry=https://registry.npm.taobao.org",
"eslint": "eslint .",
"report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"test": "mocha -t 10000 -s 2000 test/*.test.js",
"test-coverage": "nyc npm run test"
},
"types": "./types/index.d.ts",
"version": "1.4.4"
}