|
1 | 1 | {
|
2 |
| - "name": "json-key-string-xlsx", |
3 |
| - "version": "1.4.1", |
4 |
| - "description": "Convert between json and xlsx files by key string in a browser or NodeJS.", |
5 |
| - "main": "dist/json-key-string-xlsx.cjs.min.js", |
6 |
| - "module": "dist/json-key-string-xlsx.esm.min.js", |
7 |
| - "browser": "dist/json-key-string-xlsx.umd.min.js", |
8 |
| - "scripts": { |
9 |
| - "cnpm": "npm i --registry=https://registry.npm.taobao.org", |
10 |
| - "eslint": "eslint .", |
11 |
| - "build": "node scripts/build.js", |
12 |
| - "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", |
13 |
| - "test": "mocha -t 10000 -s 2000 test/*.test.js", |
14 |
| - "test-coverage": "nyc npm run test", |
15 |
| - "report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov" |
| 2 | + "_from": "json-key-string-xlsx@^1.4.1", |
| 3 | + "_id": "json-key-string-xlsx@1.4.1", |
| 4 | + "_inBundle": false, |
| 5 | + "_integrity": "sha512-NXSiMsDQPj7WDPSwjmdX7IAdO/NDAJ94rfjE2oEIDR3Vj3EVlXxt9GE/fAZbY831zsJbiQbUaXvaDzJ+1Kd/GA==", |
| 6 | + "_location": "/json-key-string-xlsx", |
| 7 | + "_phantomChildren": { |
| 8 | + "adler-32": "1.2.0", |
| 9 | + "cfb": "1.2.2", |
| 10 | + "codepage": "1.15.0", |
| 11 | + "crc-32": "1.2.2", |
| 12 | + "ssf": "0.11.2", |
| 13 | + "wmf": "1.0.2", |
| 14 | + "word": "0.3.0" |
16 | 15 | },
|
17 |
| - "keywords": [ |
18 |
| - "excel", |
19 |
| - "json", |
20 |
| - "key", |
21 |
| - "xlsx", |
22 |
| - "json-key-string", |
23 |
| - "i18n", |
24 |
| - "language", |
25 |
| - "多语言", |
26 |
| - "国际化" |
| 16 | + "_requested": { |
| 17 | + "type": "range", |
| 18 | + "registry": true, |
| 19 | + "raw": "json-key-string-xlsx@^1.4.1", |
| 20 | + "name": "json-key-string-xlsx", |
| 21 | + "escapedName": "json-key-string-xlsx", |
| 22 | + "rawSpec": "^1.4.1", |
| 23 | + "saveSpec": null, |
| 24 | + "fetchSpec": "^1.4.1" |
| 25 | + }, |
| 26 | + "_requiredBy": [ |
| 27 | + "/" |
27 | 28 | ],
|
28 |
| - "author": "jobyrao<raojianb@mail2.sysu.edu.cn>", |
29 |
| - "homepage": "https://github.com/jobyrao/json-key-string-xlsx#readme", |
| 29 | + "_resolved": "https://registry.npmjs.org/json-key-string-xlsx/-/json-key-string-xlsx-1.4.1.tgz", |
| 30 | + "_shasum": "6b53c423ad1bdd907d7c4460a621f0089212dd04", |
| 31 | + "_spec": "json-key-string-xlsx@^1.4.1", |
| 32 | + "_where": "/Users/oliviercado/Code/Corrin/corrinapp/corrinapp1", |
| 33 | + "author": { |
| 34 | + "name": "jobyrao", |
| 35 | + "email": "raojianb@mail2.sysu.edu.cn" |
| 36 | + }, |
| 37 | + "browser": "dist/json-key-string-xlsx.umd.min.js", |
30 | 38 | "bugs": {
|
31 | 39 | "url": "https://github.com/jobyrao/json-key-string-xlsx/issues",
|
32 | 40 | "email": "raojianb@mail2.sysu.edu.cn"
|
33 | 41 | },
|
34 |
| - "license": "MIT", |
| 42 | + "bundleDependencies": false, |
| 43 | + "commitlint": { |
| 44 | + "extends": [ |
| 45 | + "@commitlint/config-conventional" |
| 46 | + ] |
| 47 | + }, |
35 | 48 | "dependencies": {
|
36 |
| - "xlsx": "~0.17.4" |
| 49 | + "xlsx": "https://cdn.sheetjs.com/xlsx-0.19.3/xlsx-0.19.3.tgz" |
37 | 50 | },
|
| 51 | + "deprecated": false, |
| 52 | + "description": "Convert between json and xlsx files by key string in a browser or NodeJS.", |
38 | 53 | "devDependencies": {
|
39 | 54 | "@babel/core": "^7.9.6",
|
40 | 55 | "@babel/preset-env": "^7.7.6",
|
|
47 | 62 | "eslint": "^4.11.0",
|
48 | 63 | "eslint-config-egg": "^7.4.1",
|
49 | 64 | "husky": "^4.3.0",
|
50 |
| - "mocha": "^6.2.0", |
| 65 | + "mocha": "^10.2.0", |
51 | 66 | "nyc": "^14.1.1",
|
52 | 67 | "rollup": "^1.27.13",
|
53 | 68 | "rollup-plugin-babel": "^4.4.0",
|
|
63 | 78 | "dist",
|
64 | 79 | "types"
|
65 | 80 | ],
|
66 |
| - "types": "./types/index.d.ts", |
67 |
| - "commitlint": { |
68 |
| - "extends": [ |
69 |
| - "@commitlint/config-conventional" |
70 |
| - ] |
71 |
| - }, |
| 81 | + "homepage": "https://github.com/jobyrao/json-key-string-xlsx#readme", |
72 | 82 | "husky": {
|
73 | 83 | "hooks": {
|
74 | 84 | "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
|
75 | 85 | }
|
76 | 86 | },
|
| 87 | + "keywords": [ |
| 88 | + "excel", |
| 89 | + "json", |
| 90 | + "key", |
| 91 | + "xlsx", |
| 92 | + "json-key-string", |
| 93 | + "i18n", |
| 94 | + "language", |
| 95 | + "多语言", |
| 96 | + "国际化" |
| 97 | + ], |
| 98 | + "license": "MIT", |
| 99 | + "main": "dist/json-key-string-xlsx.cjs.min.js", |
| 100 | + "module": "dist/json-key-string-xlsx.esm.min.js", |
| 101 | + "name": "json-key-string-xlsx", |
77 | 102 | "repository": {
|
78 | 103 | "type": "git",
|
79 | 104 | "url": "git+https://github.com/jobyrao/json-key-string-xlsx.git"
|
80 |
| - } |
| 105 | + }, |
| 106 | + "scripts": { |
| 107 | + "build": "node scripts/build.js", |
| 108 | + "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", |
| 109 | + "cnpm": "npm i --registry=https://registry.npm.taobao.org", |
| 110 | + "eslint": "eslint .", |
| 111 | + "report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov", |
| 112 | + "test": "mocha -t 10000 -s 2000 test/*.test.js", |
| 113 | + "test-coverage": "nyc npm run test" |
| 114 | + }, |
| 115 | + "types": "./types/index.d.ts", |
| 116 | + "version": "1.4.1" |
81 | 117 | }
|
0 commit comments