Files
heros/extensions/Excel转JSON/node_modules/cfb/package.json
2024-08-18 23:38:55 +08:00

96 lines
2.0 KiB
JSON

{
"_args": [
[
"cfb@1.2.0",
"/Users/wuyu/Desktop/61/Git/h5game_ailesson_v2.4/packages/excel_to_json"
]
],
"_from": "cfb@1.2.0",
"_id": "cfb@1.2.0",
"_inBundle": false,
"_integrity": "sha1-ak0IcrUl7WA0nh71H7Swv3Psqag=",
"_location": "/cfb",
"_phantomChildren": {
"exit-on-epipe": "1.0.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "cfb@1.2.0",
"name": "cfb",
"escapedName": "cfb",
"rawSpec": "1.2.0",
"saveSpec": null,
"fetchSpec": "1.2.0"
},
"_requiredBy": [
"/node-xlsx/xlsx"
],
"_resolved": "https://registry.npm.taobao.org/cfb/download/cfb-1.2.0.tgz",
"_spec": "1.2.0",
"_where": "/Users/wuyu/Desktop/61/Git/h5game_ailesson_v2.4/packages/excel_to_json",
"author": {
"name": "sheetjs"
},
"browser": {
"node": false,
"process": false,
"fs": false
},
"bugs": {
"url": "https://github.com/SheetJS/js-cfb/issues"
},
"config": {
"blanket": {
"pattern": "cfb.js"
}
},
"dependencies": {
"adler-32": "~1.2.0",
"crc-32": "~1.2.0",
"printj": "~1.1.2"
},
"description": "Compound File Binary File Format extractor",
"devDependencies": {
"@sheetjs/uglify-js": "~2.7.3",
"@types/commander": "^2.9.0",
"@types/node": "^8.10.25",
"blanket": "~1.2.3",
"dtslint": "~0.1.2",
"mocha": "~2.5.3",
"typescript": "2.2.0"
},
"engines": {
"node": ">=0.8"
},
"files": [
"LICENSE",
"README.md",
"dist/",
"types/index.d.ts",
"types/tsconfig.json",
"cfb.js",
"xlscfb.flow.js"
],
"homepage": "http://sheetjs.com/",
"keywords": [
"cfb",
"compression",
"office"
],
"license": "Apache-2.0",
"main": "./cfb",
"name": "cfb",
"repository": {
"type": "git",
"url": "git://github.com/SheetJS/js-cfb.git"
},
"scripts": {
"dtslint": "dtslint types",
"pretest": "make init",
"test": "make test"
},
"types": "types",
"version": "1.2.0"
}