package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. "printj@1.1.2",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_from": "printj@1.1.2",
  9. "_id": "printj@1.1.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-zA2SmoLaxZyArQTOPj5LXecR+RagfPSU5Kw1qP+jkWeNlrq+eJZyY2oS68SU1Z/7/myXM4lo9716laOFAVStCQ==",
  12. "_location": "/printj",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "printj@1.1.2",
  18. "name": "printj",
  19. "escapedName": "printj",
  20. "rawSpec": "1.1.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.2"
  23. },
  24. "_requiredBy": [
  25. "/adler-32",
  26. "/cfb",
  27. "/crc-32"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/printj/-/printj-1.1.2.tgz",
  30. "_spec": "1.1.2",
  31. "_where": "E:\\amr1.0\\AMR",
  32. "alex": {
  33. "allow": [
  34. "period"
  35. ]
  36. },
  37. "author": {
  38. "name": "sheetjs"
  39. },
  40. "bin": {
  41. "printj": "bin/printj.njs"
  42. },
  43. "browser": {
  44. "process": false,
  45. "util": false
  46. },
  47. "bugs": {
  48. "url": "https://github.com/SheetJS/printj/issues"
  49. },
  50. "config": {
  51. "blanket": {
  52. "pattern": "printj.js"
  53. }
  54. },
  55. "dependencies": {},
  56. "description": "Pure-JS printf",
  57. "devDependencies": {
  58. "@sheetjs/uglify-js": "~2.7.3",
  59. "@types/node": "^8.0.7",
  60. "blanket": "~1.2.3",
  61. "dtslint": "^0.1.2",
  62. "mocha": "~2.5.3",
  63. "typescript": "2.2.0"
  64. },
  65. "engines": {
  66. "node": ">=0.8"
  67. },
  68. "files": [
  69. "printj.js",
  70. "bin/printj.njs",
  71. "LICENSE",
  72. "README.md",
  73. "dist/*.js",
  74. "dist/*.map",
  75. "dist/LICENSE",
  76. "types/index.d.ts",
  77. "types/*.json"
  78. ],
  79. "homepage": "http://sheetjs.com/opensource",
  80. "keywords": [
  81. "printf",
  82. "sprintf",
  83. "format",
  84. "string"
  85. ],
  86. "license": "Apache-2.0",
  87. "main": "./printj",
  88. "name": "printj",
  89. "repository": {
  90. "type": "git",
  91. "url": "git://github.com/SheetJS/printj.git"
  92. },
  93. "scripts": {
  94. "build": "make",
  95. "dtslint": "dtslint types",
  96. "lint": "make fullint",
  97. "test": "make test"
  98. },
  99. "types": "types",
  100. "version": "1.1.2"
  101. }