Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
28 lines
554 B
Plaintext
28 lines
554 B
Plaintext
{
|
|
"name": "obuf",
|
|
"version": "1.1.2",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha test/**/*-test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:indutny/offset-buffer"
|
|
},
|
|
"keywords": [
|
|
"Offset",
|
|
"Buffer",
|
|
"reader"
|
|
],
|
|
"author": "Fedor Indutny <fedor@indutny.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/indutny/offset-buffer/issues"
|
|
},
|
|
"homepage": "https://github.com/indutny/offset-buffer",
|
|
"devDependencies": {
|
|
"mocha": "^1.21.4"
|
|
}
|
|
}
|