package.json 1.7 KB

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