GSI - Employe Self Service Mobile
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.

25 lines
713 B

2 months ago
  1. {
  2. "name": "@protobufjs/float",
  3. "description": "Reads / writes floats / doubles from / to buffers in both modern and ancient browsers.",
  4. "version": "1.0.2",
  5. "author": "Daniel Wirtz <dcode+protobufjs@dcode.io>",
  6. "repository": {
  7. "type": "git",
  8. "url": "https://github.com/dcodeIO/protobuf.js.git"
  9. },
  10. "dependencies": {},
  11. "license": "BSD-3-Clause",
  12. "main": "index.js",
  13. "types": "index.d.ts",
  14. "devDependencies": {
  15. "benchmark": "^2.1.4",
  16. "chalk": "^1.1.3",
  17. "ieee754": "^1.1.8",
  18. "istanbul": "^0.4.5",
  19. "tape": "^4.6.3"
  20. },
  21. "scripts": {
  22. "test": "tape tests/*.js",
  23. "coverage": "istanbul cover node_modules/tape/bin/tape tests/*.js",
  24. "bench": "node bench"
  25. }
  26. }