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
530 B

3 months ago
  1. {
  2. "name": "buffer-from",
  3. "version": "1.1.2",
  4. "license": "MIT",
  5. "repository": "LinusU/buffer-from",
  6. "files": [
  7. "index.js"
  8. ],
  9. "scripts": {
  10. "test": "standard && node test"
  11. },
  12. "devDependencies": {
  13. "standard": "^12.0.1"
  14. },
  15. "keywords": [
  16. "buffer",
  17. "buffer from"
  18. ]
  19. ,"_resolved": "https://registry.npmmirror.com/buffer-from/-/buffer-from-1.1.2.tgz"
  20. ,"_integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ=="
  21. ,"_from": "buffer-from@1.1.2"
  22. }