package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "ssf@~0.10.2",
  3. "_id": "ssf@0.10.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-pRuUdW0WwyB2doSqqjWyzwCD6PkfxpHAHdZp39K3dp/Hq7f+xfMwNAWIi16DyrRg4gg9c/RvLYkJTSawTPTm1w==",
  6. "_location": "/ssf",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ssf@~0.10.2",
  12. "name": "ssf",
  13. "escapedName": "ssf",
  14. "rawSpec": "~0.10.2",
  15. "saveSpec": null,
  16. "fetchSpec": "~0.10.2"
  17. },
  18. "_requiredBy": [
  19. "/xlsx"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/ssf/-/ssf-0.10.3.tgz",
  22. "_shasum": "8eae1fc29c90a552e7921208f81892d6f77acb2b",
  23. "_spec": "ssf@~0.10.2",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\xlsx",
  25. "alex": {
  26. "allow": [
  27. "special",
  28. "simple",
  29. "just",
  30. "crash",
  31. "wtf",
  32. "holes"
  33. ]
  34. },
  35. "author": {
  36. "name": "sheetjs"
  37. },
  38. "bin": {
  39. "ssf": "bin/ssf.njs"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/SheetJS/ssf/issues"
  43. },
  44. "bundleDependencies": false,
  45. "config": {
  46. "blanket": {
  47. "pattern": "ssf.js"
  48. }
  49. },
  50. "dependencies": {
  51. "frac": "~1.1.2"
  52. },
  53. "deprecated": false,
  54. "description": "Format data using ECMA-376 spreadsheet Format Codes",
  55. "devDependencies": {
  56. "@sheetjs/uglify-js": "~2.7.3",
  57. "@types/node": "^8.0.7",
  58. "blanket": "~1.2.3",
  59. "dtslint": "^0.1.2",
  60. "mocha": "~2.5.3",
  61. "typescript": "2.2.0"
  62. },
  63. "engines": {
  64. "node": ">=0.8"
  65. },
  66. "homepage": "http://sheetjs.com/",
  67. "keywords": [
  68. "format",
  69. "sprintf",
  70. "spreadsheet"
  71. ],
  72. "license": "Apache-2.0",
  73. "main": "./ssf",
  74. "name": "ssf",
  75. "repository": {
  76. "type": "git",
  77. "url": "git://github.com/SheetJS/ssf.git"
  78. },
  79. "scripts": {
  80. "build": "make",
  81. "dtslint": "dtslint types",
  82. "lint": "make fullint",
  83. "test": "make test"
  84. },
  85. "types": "types",
  86. "version": "0.10.3"
  87. }