Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_from": "cfb@^1.1.3",
  3. "_id": "cfb@1.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-joXBW0nMuwV9no7UTMiyVJnQL6XIU3ThXVjFUDHgl9MpILPOomyfaGqC290VELZ48bbQKZXnQ81UT5HouTxHsw==",
  6. "_location": "/cfb",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "cfb@^1.1.3",
  12. "name": "cfb",
  13. "escapedName": "cfb",
  14. "rawSpec": "^1.1.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.3"
  17. },
  18. "_requiredBy": [
  19. "/xlsx"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/cfb/-/cfb-1.1.3.tgz",
  22. "_shasum": "05de6816259c8e8bc32713aba905608ee385df66",
  23. "_spec": "cfb@^1.1.3",
  24. "_where": "/var/www/html/mdch.sipadu/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. "adler-32": "~1.2.0",
  47. "commander": "^2.16.0",
  48. "crc-32": "~1.2.0",
  49. "printj": "~1.1.2"
  50. },
  51. "deprecated": false,
  52. "description": "Compound File Binary File Format extractor",
  53. "devDependencies": {
  54. "@sheetjs/uglify-js": "~2.7.3",
  55. "@types/commander": "^2.9.0",
  56. "@types/node": "^8.10.25",
  57. "blanket": "~1.2.3",
  58. "dtslint": "~0.1.2",
  59. "mocha": "~2.5.3",
  60. "typescript": "2.2.0"
  61. },
  62. "engines": {
  63. "node": ">=0.8"
  64. },
  65. "files": [
  66. "LICENSE",
  67. "README.md",
  68. "bin/",
  69. "dist/",
  70. "types/index.d.ts",
  71. "types/tsconfig.json",
  72. "cfb.js",
  73. "xlscfb.flow.js"
  74. ],
  75. "homepage": "http://sheetjs.com/opensource",
  76. "keywords": [
  77. "cfb",
  78. "compression",
  79. "office"
  80. ],
  81. "license": "Apache-2.0",
  82. "main": "./cfb",
  83. "name": "cfb",
  84. "repository": {
  85. "type": "git",
  86. "url": "git://github.com/SheetJS/js-cfb.git"
  87. },
  88. "scripts": {
  89. "dtslint": "dtslint types",
  90. "pretest": "make init",
  91. "test": "make test"
  92. },
  93. "types": "types",
  94. "version": "1.1.3"
  95. }