package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "printj@1.1.2",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  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. ],
  27. "_resolved": "https://registry.npmjs.org/printj/-/printj-1.1.2.tgz",
  28. "_spec": "1.1.2",
  29. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  30. "alex": {
  31. "allow": [
  32. "period"
  33. ]
  34. },
  35. "author": {
  36. "name": "sheetjs"
  37. },
  38. "bin": {
  39. "printj": "bin/printj.njs"
  40. },
  41. "browser": {
  42. "process": false,
  43. "util": false
  44. },
  45. "bugs": {
  46. "url": "https://github.com/SheetJS/printj/issues"
  47. },
  48. "config": {
  49. "blanket": {
  50. "pattern": "printj.js"
  51. }
  52. },
  53. "dependencies": {},
  54. "description": "Pure-JS printf",
  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. "files": [
  67. "printj.js",
  68. "bin/printj.njs",
  69. "LICENSE",
  70. "README.md",
  71. "dist/*.js",
  72. "dist/*.map",
  73. "dist/LICENSE",
  74. "types/index.d.ts",
  75. "types/*.json"
  76. ],
  77. "homepage": "http://sheetjs.com/opensource",
  78. "keywords": [
  79. "printf",
  80. "sprintf",
  81. "format",
  82. "string"
  83. ],
  84. "license": "Apache-2.0",
  85. "main": "./printj",
  86. "name": "printj",
  87. "repository": {
  88. "type": "git",
  89. "url": "git://github.com/SheetJS/printj.git"
  90. },
  91. "scripts": {
  92. "build": "make",
  93. "dtslint": "dtslint types",
  94. "lint": "make fullint",
  95. "test": "make test"
  96. },
  97. "types": "types",
  98. "version": "1.1.2"
  99. }