12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- {
- "_from": "cfb@~1.0.2",
- "_id": "cfb@1.0.5",
- "_inBundle": false,
- "_integrity": "sha512-z1BN+JkopTE4vYu0sx25da2ZFurcN8gUKcBpT2ThCDlNFtWBozId8AHMs4OS7jTPLCJYK30Ud7QgcioyGkkkbg==",
- "_location": "/cfb",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "cfb@~1.0.2",
- "name": "cfb",
- "escapedName": "cfb",
- "rawSpec": "~1.0.2",
- "saveSpec": null,
- "fetchSpec": "~1.0.2"
- },
- "_requiredBy": [
- "/xlsx"
- ],
- "_resolved": "https://registry.npmjs.org/cfb/-/cfb-1.0.5.tgz",
- "_shasum": "5f7cf2fcb385dd41db271cf1f28a83fcd705bf06",
- "_spec": "cfb@~1.0.2",
- "_where": "D:\\proj\\CocosCreatorPlugins\\packages\\excel-fucker\\node_modules\\xlsx",
- "author": {
- "name": "sheetjs"
- },
- "bin": {
- "cfb": "./bin/cfb.njs"
- },
- "browser": {
- "node": false,
- "process": false,
- "fs": false
- },
- "bugs": {
- "url": "https://github.com/SheetJS/js-cfb/issues"
- },
- "bundleDependencies": false,
- "config": {
- "blanket": {
- "pattern": "cfb.js"
- }
- },
- "dependencies": {
- "commander": "^2.14.1",
- "printj": "~1.1.2"
- },
- "deprecated": false,
- "description": "Compound File Binary File Format extractor",
- "devDependencies": {
- "@sheetjs/uglify-js": "~2.7.3",
- "@types/commander": "^2.9.0",
- "@types/node": "^8.5.9",
- "blanket": "~1.2.3",
- "crc-32": "~1.2.0",
- "dtslint": "~0.1.2",
- "mocha": "~2.5.3",
- "typescript": "2.2.0"
- },
- "engines": {
- "node": ">=0.8"
- },
- "files": [
- "LICENSE",
- "README.md",
- "bin/",
- "dist/",
- "types/index.d.ts",
- "types/tsconfig.json",
- "cfb.js",
- "xlscfb.flow.js"
- ],
- "homepage": "http://sheetjs.com/opensource",
- "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.0.5"
- }
|