This project manages its dependencies using npm and defines a package named cfb. Learn more
package.json 1.96 KB
{
  "_args": [
    [
      "cfb@1.1.0",
      "E:\\changfa\\crscd-view"
    ]
  ],
  "_from": "cfb@1.1.0",
  "_id": "cfb@1.1.0",
  "_inBundle": false,
  "_integrity": "sha512-ZqfxNGWTMKhd0a/n6YKJLq8hWbd5kR3cA4kXwUj9vVEdHlwJ09werR8gN15Z7Y1FTXqdD6dE3GGCxv4uc28raA==",
  "_location": "/cfb",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "cfb@1.1.0",
    "name": "cfb",
    "escapedName": "cfb",
    "rawSpec": "1.1.0",
    "saveSpec": null,
    "fetchSpec": "1.1.0"
  },
  "_requiredBy": [
    "/xlsx"
  ],
  "_resolved": "https://registry.npmjs.org/cfb/-/cfb-1.1.0.tgz",
  "_spec": "1.1.0",
  "_where": "E:\\changfa\\crscd-view",
  "author": {
    "name": "sheetjs"
  },
  "bin": {
    "cfb": "bin/cfb.njs"
  },
  "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",
    "commander": "^2.16.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",
    "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.1.0"
}