用工小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
373 B

6 months ago
2 months ago
6 months ago
2 months ago
6 months ago
2 months ago
6 months ago
2 months ago
6 months ago
  1. {
  2. "name": "node-hex",
  3. "version": "1.0.1",
  4. "description": "Pretty-prints a Buffer",
  5. "keywords": [
  6. "hex",
  7. "print",
  8. "buffer"
  9. ],
  10. "repository": "git://github.com/node-modules/node-hex.git",
  11. "engines": {
  12. "node": ">=8.0.0"
  13. },
  14. "license": "MIT",
  15. "main": "lib/index.js",
  16. "files": [
  17. "lib"
  18. ],
  19. "scripts": {
  20. "test": "node test.js"
  21. }
  22. }