123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- {
- "_args": [
- [
- "cfb@1.2.0",
- "E:\\amr1.0\\AMR"
- ]
- ],
- "_from": "cfb@1.2.0",
- "_id": "cfb@1.2.0",
- "_inBundle": false,
- "_integrity": "sha512-sXMvHsKCICVR3Naq+J556K+ExBo9n50iKl6LGarlnvuA2035uMlGA/qVrc0wQtow5P1vJEw9UyrKLCbtIKz+TQ==",
- "_location": "/cfb",
- "_phantomChildren": {},
- "_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": [
- "/xlsx"
- ],
- "_resolved": "https://registry.npmjs.org/cfb/-/cfb-1.2.0.tgz",
- "_spec": "1.2.0",
- "_where": "E:\\amr1.0\\AMR",
- "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"
- }
|