package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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. "/cfb"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/printj/-/printj-1.1.2.tgz",
  23. "_shasum": "d90deb2975a8b9f600fb3a1c94e3f4c53c78a222",
  24. "_spec": "printj@~1.1.0",
  25. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\adler-32",
  26. "alex": {
  27. "allow": [
  28. "period"
  29. ]
  30. },
  31. "author": {
  32. "name": "sheetjs"
  33. },
  34. "bin": {
  35. "printj": "bin/printj.njs"
  36. },
  37. "browser": {
  38. "process": false,
  39. "util": false
  40. },
  41. "bugs": {
  42. "url": "https://github.com/SheetJS/printj/issues"
  43. },
  44. "bundleDependencies": false,
  45. "config": {
  46. "blanket": {
  47. "pattern": "printj.js"
  48. }
  49. },
  50. "dependencies": {},
  51. "deprecated": false,
  52. "description": "Pure-JS printf",
  53. "devDependencies": {
  54. "@sheetjs/uglify-js": "~2.7.3",
  55. "@types/node": "^8.0.7",
  56. "blanket": "~1.2.3",
  57. "dtslint": "^0.1.2",
  58. "mocha": "~2.5.3",
  59. "typescript": "2.2.0"
  60. },
  61. "engines": {
  62. "node": ">=0.8"
  63. },
  64. "files": [
  65. "printj.js",
  66. "bin/printj.njs",
  67. "LICENSE",
  68. "README.md",
  69. "dist/*.js",
  70. "dist/*.map",
  71. "dist/LICENSE",
  72. "types/index.d.ts",
  73. "types/*.json"
  74. ],
  75. "homepage": "http://sheetjs.com/opensource",
  76. "keywords": [
  77. "printf",
  78. "sprintf",
  79. "format",
  80. "string"
  81. ],
  82. "license": "Apache-2.0",
  83. "main": "./printj",
  84. "name": "printj",
  85. "repository": {
  86. "type": "git",
  87. "url": "git://github.com/SheetJS/printj.git"
  88. },
  89. "scripts": {
  90. "build": "make",
  91. "dtslint": "dtslint types",
  92. "lint": "make fullint",
  93. "test": "make test"
  94. },
  95. "types": "types",
  96. "version": "1.1.2"
  97. }