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 1.9KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_from": "crc-32@~1.2.0",
  3. "_id": "crc-32@1.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-1uBwHxF+Y/4yF5G48fwnKq6QsIXheor3ZLPT80yGBV1oEUwpPojlEhQbWKVw1VwcTQyMGHK1/XMmTjmlsmTTGA==",
  6. "_location": "/crc-32",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "crc-32@~1.2.0",
  12. "name": "crc-32",
  13. "escapedName": "crc-32",
  14. "rawSpec": "~1.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.2.0"
  17. },
  18. "_requiredBy": [
  19. "/cfb",
  20. "/xlsx"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.0.tgz",
  23. "_shasum": "cb2db6e29b88508e32d9dd0ec1693e7b41a18208",
  24. "_spec": "crc-32@~1.2.0",
  25. "_where": "/var/www/html/mdch.sipadu/node_modules/xlsx",
  26. "author": {
  27. "name": "sheetjs"
  28. },
  29. "bin": {
  30. "crc32": "./bin/crc32.njs"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/SheetJS/js-crc32/issues"
  34. },
  35. "bundleDependencies": false,
  36. "config": {
  37. "blanket": {
  38. "pattern": "crc32.js"
  39. }
  40. },
  41. "dependencies": {
  42. "exit-on-epipe": "~1.0.1",
  43. "printj": "~1.1.0"
  44. },
  45. "deprecated": false,
  46. "description": "Pure-JS CRC-32",
  47. "devDependencies": {
  48. "@sheetjs/uglify-js": "~2.7.3",
  49. "@types/node": "^8.0.7",
  50. "blanket": "~1.2.3",
  51. "codepage": "~1.10.0",
  52. "dtslint": "^0.1.2",
  53. "mocha": "~2.5.3",
  54. "typescript": "2.2.0"
  55. },
  56. "engines": {
  57. "node": ">=0.8"
  58. },
  59. "files": [
  60. "crc32.js",
  61. "bin/crc32.njs",
  62. "LICENSE",
  63. "README.md",
  64. "types/index.d.ts",
  65. "types/*.json"
  66. ],
  67. "homepage": "http://sheetjs.com/opensource",
  68. "keywords": [
  69. "crc",
  70. "crc32",
  71. "checksum"
  72. ],
  73. "license": "Apache-2.0",
  74. "main": "./crc32",
  75. "name": "crc-32",
  76. "repository": {
  77. "type": "git",
  78. "url": "git://github.com/SheetJS/js-crc32.git"
  79. },
  80. "scripts": {
  81. "build": "make",
  82. "dtslint": "dtslint types",
  83. "lint": "make fullint",
  84. "test": "make test"
  85. },
  86. "types": "types",
  87. "version": "1.2.0"
  88. }