dotfiles/vscode/.vscode/extensions/randomfractalsinc.vscode-data-preview-2.3.0/node_modules/cfb/package.json
Errol Sancaktar ff17c17e23 vscode
2024-06-14 09:31:58 -06:00

91 lines
2.0 KiB
JSON

{
"_from": "cfb@^1.1.4",
"_id": "cfb@1.2.0",
"_inBundle": false,
"_integrity": "sha512-sXMvHsKCICVR3Naq+J556K+ExBo9n50iKl6LGarlnvuA2035uMlGA/qVrc0wQtow5P1vJEw9UyrKLCbtIKz+TQ==",
"_location": "/cfb",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "cfb@^1.1.4",
"name": "cfb",
"escapedName": "cfb",
"rawSpec": "^1.1.4",
"saveSpec": null,
"fetchSpec": "^1.1.4"
},
"_requiredBy": [
"/xlsx"
],
"_resolved": "https://registry.npmjs.org/cfb/-/cfb-1.2.0.tgz",
"_shasum": "6a4d0872b525ed60349e1ef51fb4b0bf73eca9a8",
"_spec": "cfb@^1.1.4",
"_where": "D:\\dev\\web\\projects\\vscode\\vscode-data-preview\\node_modules\\xlsx",
"author": {
"name": "sheetjs"
},
"browser": {
"node": false,
"process": false,
"fs": false
},
"bugs": {
"url": "https://github.com/SheetJS/js-cfb/issues"
},
"bundleDependencies": false,
"config": {
"blanket": {
"pattern": "cfb.js"
}
},
"dependencies": {
"adler-32": "~1.2.0",
"crc-32": "~1.2.0",
"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.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"
}