1 2 3 4 5 6 7 8 9 10 11 12 13 14
{ "name": "browser", "version": "1.0.0", "description": "", "scripts": { "test": "tap test test/ringbuffer_test.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "tap": "^16.3.8" } }