package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "cfb@1.2.0",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_from": "cfb@1.2.0",
  9. "_id": "cfb@1.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-sXMvHsKCICVR3Naq+J556K+ExBo9n50iKl6LGarlnvuA2035uMlGA/qVrc0wQtow5P1vJEw9UyrKLCbtIKz+TQ==",
  12. "_location": "/cfb",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "cfb@1.2.0",
  18. "name": "cfb",
  19. "escapedName": "cfb",
  20. "rawSpec": "1.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.2.0"
  23. },
  24. "_requiredBy": [
  25. "/xlsx"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/cfb/-/cfb-1.2.0.tgz",
  28. "_spec": "1.2.0",
  29. "_where": "E:\\amr1.0\\AMR",
  30. "author": {
  31. "name": "sheetjs"
  32. },
  33. "browser": {
  34. "node": false,
  35. "process": false,
  36. "fs": false
  37. },
  38. "bugs": {
  39. "url": "https://github.com/SheetJS/js-cfb/issues"
  40. },
  41. "config": {
  42. "blanket": {
  43. "pattern": "cfb.js"
  44. }
  45. },
  46. "dependencies": {
  47. "adler-32": "~1.2.0",
  48. "crc-32": "~1.2.0",
  49. "printj": "~1.1.2"
  50. },
  51. "description": "Compound File Binary File Format extractor",
  52. "devDependencies": {
  53. "@sheetjs/uglify-js": "~2.7.3",
  54. "@types/commander": "^2.9.0",
  55. "@types/node": "^8.10.25",
  56. "blanket": "~1.2.3",
  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. "dist/",
  68. "types/index.d.ts",
  69. "types/tsconfig.json",
  70. "cfb.js",
  71. "xlscfb.flow.js"
  72. ],
  73. "homepage": "http://sheetjs.com/",
  74. "keywords": [
  75. "cfb",
  76. "compression",
  77. "office"
  78. ],
  79. "license": "Apache-2.0",
  80. "main": "./cfb",
  81. "name": "cfb",
  82. "repository": {
  83. "type": "git",
  84. "url": "git://github.com/SheetJS/js-cfb.git"
  85. },
  86. "scripts": {
  87. "dtslint": "dtslint types",
  88. "pretest": "make init",
  89. "test": "make test"
  90. },
  91. "types": "types",
  92. "version": "1.2.0"
  93. }