package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "cfb@1.1.3",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "cfb@1.1.3",
  9. "_id": "cfb@1.1.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-joXBW0nMuwV9no7UTMiyVJnQL6XIU3ThXVjFUDHgl9MpILPOomyfaGqC290VELZ48bbQKZXnQ81UT5HouTxHsw==",
  12. "_location": "/cfb",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "cfb@1.1.3",
  18. "name": "cfb",
  19. "escapedName": "cfb",
  20. "rawSpec": "1.1.3",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.3"
  23. },
  24. "_requiredBy": [
  25. "/xlsx"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/cfb/-/cfb-1.1.3.tgz",
  28. "_spec": "1.1.3",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "sheetjs"
  32. },
  33. "bin": {
  34. "cfb": "./bin/cfb.njs"
  35. },
  36. "browser": {
  37. "node": false,
  38. "process": false,
  39. "fs": false
  40. },
  41. "bugs": {
  42. "url": "https://github.com/SheetJS/js-cfb/issues"
  43. },
  44. "config": {
  45. "blanket": {
  46. "pattern": "cfb.js"
  47. }
  48. },
  49. "dependencies": {
  50. "adler-32": "~1.2.0",
  51. "commander": "^2.16.0",
  52. "crc-32": "~1.2.0",
  53. "printj": "~1.1.2"
  54. },
  55. "description": "Compound File Binary File Format extractor",
  56. "devDependencies": {
  57. "@sheetjs/uglify-js": "~2.7.3",
  58. "@types/commander": "^2.9.0",
  59. "@types/node": "^8.10.25",
  60. "blanket": "~1.2.3",
  61. "dtslint": "~0.1.2",
  62. "mocha": "~2.5.3",
  63. "typescript": "2.2.0"
  64. },
  65. "engines": {
  66. "node": ">=0.8"
  67. },
  68. "files": [
  69. "LICENSE",
  70. "README.md",
  71. "bin/",
  72. "dist/",
  73. "types/index.d.ts",
  74. "types/tsconfig.json",
  75. "cfb.js",
  76. "xlscfb.flow.js"
  77. ],
  78. "homepage": "http://sheetjs.com/opensource",
  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.1.3"
  98. }