package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "ssf@~0.10.1",
  3. "_id": "ssf@0.10.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-rDhAPm9WyIsY8eZEKyE8Qsotb3j/wBdvMWBUsOhJdfhKGLfQidRjiBUV0y/MkyCLiXQ38FG6LWW/VYUtqlIDZQ==",
  6. "_location": "/ssf",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ssf@~0.10.1",
  12. "name": "ssf",
  13. "escapedName": "ssf",
  14. "rawSpec": "~0.10.1",
  15. "saveSpec": null,
  16. "fetchSpec": "~0.10.1"
  17. },
  18. "_requiredBy": [
  19. "/xlsx"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/ssf/-/ssf-0.10.2.tgz",
  22. "_shasum": "65b2b4fcdfd967bc8e8383a41349009893115976",
  23. "_spec": "ssf@~0.10.1",
  24. "_where": "D:\\proj\\CocosCreatorPlugins\\packages\\excel-fucker\\node_modules\\xlsx",
  25. "author": {
  26. "name": "sheetjs"
  27. },
  28. "bin": {
  29. "ssf": "./bin/ssf.njs"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/SheetJS/ssf/issues"
  33. },
  34. "bundleDependencies": false,
  35. "config": {
  36. "blanket": {
  37. "pattern": "ssf.js"
  38. }
  39. },
  40. "dependencies": {
  41. "frac": "~1.1.2"
  42. },
  43. "deprecated": false,
  44. "description": "Format data using ECMA-376 spreadsheet Format Codes",
  45. "devDependencies": {
  46. "@sheetjs/uglify-js": "~2.7.3",
  47. "@types/node": "^8.0.7",
  48. "blanket": "~1.2.3",
  49. "dtslint": "^0.1.2",
  50. "mocha": "~2.5.3",
  51. "typescript": "2.2.0"
  52. },
  53. "engines": {
  54. "node": ">=0.8"
  55. },
  56. "homepage": "http://sheetjs.com/opensource",
  57. "keywords": [
  58. "format",
  59. "sprintf",
  60. "spreadsheet"
  61. ],
  62. "license": "Apache-2.0",
  63. "main": "./ssf",
  64. "name": "ssf",
  65. "repository": {
  66. "type": "git",
  67. "url": "git://github.com/SheetJS/ssf.git"
  68. },
  69. "scripts": {
  70. "build": "make",
  71. "dtslint": "dtslint types",
  72. "lint": "make fullint",
  73. "test": "make test"
  74. },
  75. "types": "types",
  76. "version": "0.10.2"
  77. }