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.

24 lines
660 B

2 months ago
  1. {
  2. "name": "@protobufjs/fetch",
  3. "description": "Fetches the contents of a file accross node and browsers.",
  4. "version": "1.1.0",
  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. "@protobufjs/aspromise": "^1.1.1",
  12. "@protobufjs/inquire": "^1.1.0"
  13. },
  14. "license": "BSD-3-Clause",
  15. "main": "index.js",
  16. "types": "index.d.ts",
  17. "devDependencies": {
  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. }
  25. }