package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "cfb@1.2.2",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_from": "cfb@1.2.2",
  9. "_id": "cfb@1.2.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-KfdUZsSOw19/ObEWasvBP/Ac4reZvAGauZhs6S/gqNhXhI7cKwvlH7ulj+dOEYnca4bm4SGo8C1bTAQvnTjgQA==",
  12. "_location": "/cfb",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "cfb@1.2.2",
  18. "name": "cfb",
  19. "escapedName": "cfb",
  20. "rawSpec": "1.2.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.2.2"
  23. },
  24. "_requiredBy": [
  25. "/xlsx"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/cfb/-/cfb-1.2.2.tgz",
  28. "_spec": "1.2.2",
  29. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  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.3.0",
  48. "crc-32": "~1.2.0"
  49. },
  50. "description": "Compound File Binary File Format extractor",
  51. "devDependencies": {
  52. "@sheetjs/uglify-js": "~2.7.3",
  53. "@types/node": "^8.10.25",
  54. "acorn": "7.4.1",
  55. "alex": "8.1.1",
  56. "blanket": "~1.2.3",
  57. "dtslint": "~0.1.2",
  58. "eslint": "7.23.0",
  59. "eslint-plugin-html": "^6.1.2",
  60. "eslint-plugin-json": "^2.1.2",
  61. "jscs": "3.0.7",
  62. "jshint": "2.13.4",
  63. "mocha": "~2.5.3",
  64. "typescript": "2.2.0"
  65. },
  66. "engines": {
  67. "node": ">=0.8"
  68. },
  69. "files": [
  70. "LICENSE",
  71. "README.md",
  72. "dist/",
  73. "types/index.d.ts",
  74. "types/tsconfig.json",
  75. "cfb.js",
  76. "xlscfb.flow.js"
  77. ],
  78. "homepage": "http://sheetjs.com/",
  79. "keywords": [
  80. "cfb",
  81. "compression",
  82. "office"
  83. ],
  84. "license": "Apache-2.0",
  85. "main": "./cfb",
  86. "name": "cfb",
  87. "repository": {
  88. "type": "git",
  89. "url": "git://github.com/SheetJS/js-cfb.git"
  90. },
  91. "scripts": {
  92. "dtslint": "dtslint types",
  93. "pretest": "make init",
  94. "test": "make test"
  95. },
  96. "types": "types",
  97. "version": "1.2.2"
  98. }