dd
This commit is contained in:
104
extensions/Excel转JSON/node_modules/node-xlsx/package.json
generated
vendored
Normal file
104
extensions/Excel转JSON/node_modules/node-xlsx/package.json
generated
vendored
Normal file
@@ -0,0 +1,104 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"node-xlsx@0.16.2",
|
||||
"/Users/wuyu/Desktop/61/Git/h5game_ailesson_v2.4/packages/excel_to_json"
|
||||
]
|
||||
],
|
||||
"_from": "node-xlsx@0.16.2",
|
||||
"_id": "node-xlsx@0.16.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-QPWAGH6uDgMsrJbpWOl8ts7KCfY=",
|
||||
"_location": "/node-xlsx",
|
||||
"_phantomChildren": {
|
||||
"cfb": "1.2.0",
|
||||
"codepage": "1.15.0",
|
||||
"commander": "2.17.1",
|
||||
"exit-on-epipe": "1.0.1",
|
||||
"fflate": "0.3.11",
|
||||
"ssf": "0.11.2",
|
||||
"wmf": "1.0.2",
|
||||
"word": "0.3.0"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "node-xlsx@0.16.2",
|
||||
"name": "node-xlsx",
|
||||
"escapedName": "node-xlsx",
|
||||
"rawSpec": "0.16.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.16.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.nlark.com/node-xlsx/download/node-xlsx-0.16.2.tgz",
|
||||
"_spec": "0.16.2",
|
||||
"_where": "/Users/wuyu/Desktop/61/Git/h5game_ailesson_v2.4/packages/excel_to_json",
|
||||
"author": {
|
||||
"name": "Olivier Louvignes",
|
||||
"email": "olivier@mg-crea.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mgcrea/node-xlsx/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.14.6",
|
||||
"buffer-from": "^1.1.1",
|
||||
"xlsx": "^0.17.0"
|
||||
},
|
||||
"description": "NodeJS Excel files parser & builder",
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.14.5",
|
||||
"@babel/core": "^7.14.6",
|
||||
"@babel/plugin-proposal-class-properties": "^7.14.5",
|
||||
"@babel/plugin-transform-runtime": "^7.14.5",
|
||||
"@babel/preset-env": "^7.14.7",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"codacy-coverage": "^3.4.0",
|
||||
"debug-utils": "^0.5.3",
|
||||
"eslint": "^7.30.0",
|
||||
"eslint-config-airbnb-base": "^14.2.1",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-import": "^2.23.4",
|
||||
"expect": "^27.0.6",
|
||||
"jest": "^27.0.6",
|
||||
"rimraf": "^3.0.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4.0.0"
|
||||
},
|
||||
"homepage": "https://github.com/mgcrea/node-xlsx#readme",
|
||||
"jest": {
|
||||
"testEnvironment": "node",
|
||||
"setupFiles": [
|
||||
"<rootDir>/test/setup.js"
|
||||
]
|
||||
},
|
||||
"keywords": [
|
||||
"excel",
|
||||
"parser",
|
||||
"builder",
|
||||
"xlsx",
|
||||
"xls"
|
||||
],
|
||||
"license": "Apache-2.0",
|
||||
"main": "lib/index.js",
|
||||
"name": "node-xlsx",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/mgcrea/node-xlsx.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "rimraf lib/*; NODE_ENV=production babel src/ -d lib/ -s",
|
||||
"build:watch": "yarn build -- -w",
|
||||
"lint": "NODE_ENV=test eslint src/ test/",
|
||||
"prepublish": "yarn build",
|
||||
"start": "yarn test:watch",
|
||||
"test": "NODE_ENV=test jest --runInBand",
|
||||
"test:coverage": "yarn test -- --coverage",
|
||||
"test:watch": "yarn test -- --watch"
|
||||
},
|
||||
"version": "0.16.2"
|
||||
}
|
||||
Reference in New Issue
Block a user