package.json 2.1 KB

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