package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "_args": [
  3. [
  4. "buffer-shims@1.0.0",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "buffer-shims@1.0.0",
  10. "_id": "buffer-shims@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-mXjOMXOIxkmth5MCjDR37wRKi1E=",
  13. "_location": "/buffer-shims",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "buffer-shims@1.0.0",
  19. "name": "buffer-shims",
  20. "escapedName": "buffer-shims",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/through2/readable-stream"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/buffer-shims/-/buffer-shims-1.0.0.tgz",
  29. "_spec": "1.0.0",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "bugs": {
  32. "url": "https://github.com/calvinmetcalf/buffer-shims/issues"
  33. },
  34. "description": "some shims for node buffers",
  35. "devDependencies": {
  36. "tape": "^4.5.1"
  37. },
  38. "files": [
  39. "index.js"
  40. ],
  41. "homepage": "https://github.com/calvinmetcalf/buffer-shims#readme",
  42. "license": "MIT",
  43. "main": "index.js",
  44. "name": "buffer-shims",
  45. "repository": {
  46. "type": "git",
  47. "url": "git+ssh://git@github.com/calvinmetcalf/buffer-shims.git"
  48. },
  49. "scripts": {
  50. "test": "tape test/*.js"
  51. },
  52. "version": "1.0.0"
  53. }