package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "ssf@0.11.2",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_from": "ssf@0.11.2",
  9. "_id": "ssf@0.11.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-+idbmIXoYET47hH+d7dfm2epdOMUDjqcB4648sTZ+t2JwoyBFL/insLfB/racrDmsKB3diwsDA696pZMieAC5g==",
  12. "_location": "/ssf",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "ssf@0.11.2",
  18. "name": "ssf",
  19. "escapedName": "ssf",
  20. "rawSpec": "0.11.2",
  21. "saveSpec": null,
  22. "fetchSpec": "0.11.2"
  23. },
  24. "_requiredBy": [
  25. "/xlsx"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/ssf/-/ssf-0.11.2.tgz",
  28. "_spec": "0.11.2",
  29. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  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. "bugs": {
  44. "url": "https://github.com/SheetJS/ssf/issues"
  45. },
  46. "config": {
  47. "blanket": {
  48. "pattern": "ssf.js"
  49. }
  50. },
  51. "dependencies": {
  52. "frac": "~1.1.2"
  53. },
  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.11.2"
  87. }