package.json 2.0 KB

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