package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_from": "cfb@~1.0.2",
  3. "_id": "cfb@1.0.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-z1BN+JkopTE4vYu0sx25da2ZFurcN8gUKcBpT2ThCDlNFtWBozId8AHMs4OS7jTPLCJYK30Ud7QgcioyGkkkbg==",
  6. "_location": "/cfb",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "cfb@~1.0.2",
  12. "name": "cfb",
  13. "escapedName": "cfb",
  14. "rawSpec": "~1.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.0.2"
  17. },
  18. "_requiredBy": [
  19. "/xlsx"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/cfb/-/cfb-1.0.5.tgz",
  22. "_shasum": "5f7cf2fcb385dd41db271cf1f28a83fcd705bf06",
  23. "_spec": "cfb@~1.0.2",
  24. "_where": "D:\\proj\\CocosCreatorPlugins\\packages\\excel-fucker\\node_modules\\xlsx",
  25. "author": {
  26. "name": "sheetjs"
  27. },
  28. "bin": {
  29. "cfb": "./bin/cfb.njs"
  30. },
  31. "browser": {
  32. "node": false,
  33. "process": false,
  34. "fs": false
  35. },
  36. "bugs": {
  37. "url": "https://github.com/SheetJS/js-cfb/issues"
  38. },
  39. "bundleDependencies": false,
  40. "config": {
  41. "blanket": {
  42. "pattern": "cfb.js"
  43. }
  44. },
  45. "dependencies": {
  46. "commander": "^2.14.1",
  47. "printj": "~1.1.2"
  48. },
  49. "deprecated": false,
  50. "description": "Compound File Binary File Format extractor",
  51. "devDependencies": {
  52. "@sheetjs/uglify-js": "~2.7.3",
  53. "@types/commander": "^2.9.0",
  54. "@types/node": "^8.5.9",
  55. "blanket": "~1.2.3",
  56. "crc-32": "~1.2.0",
  57. "dtslint": "~0.1.2",
  58. "mocha": "~2.5.3",
  59. "typescript": "2.2.0"
  60. },
  61. "engines": {
  62. "node": ">=0.8"
  63. },
  64. "files": [
  65. "LICENSE",
  66. "README.md",
  67. "bin/",
  68. "dist/",
  69. "types/index.d.ts",
  70. "types/tsconfig.json",
  71. "cfb.js",
  72. "xlscfb.flow.js"
  73. ],
  74. "homepage": "http://sheetjs.com/opensource",
  75. "keywords": [
  76. "cfb",
  77. "compression",
  78. "office"
  79. ],
  80. "license": "Apache-2.0",
  81. "main": "./cfb",
  82. "name": "cfb",
  83. "repository": {
  84. "type": "git",
  85. "url": "git://github.com/SheetJS/js-cfb.git"
  86. },
  87. "scripts": {
  88. "dtslint": "dtslint types",
  89. "pretest": "make init",
  90. "test": "make test"
  91. },
  92. "types": "types",
  93. "version": "1.0.5"
  94. }