package.json 1.8 KB

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