7fife-backend/node_modules/memory-pager/package.json

25 lines
595 B
JSON
Raw Normal View History

2024-03-07 13:01:44 +00:00
{
2024-03-11 12:29:54 +00:00
"name": "memory-pager",
"version": "1.5.0",
2024-03-07 13:01:44 +00:00
"description": "Access memory using small fixed sized buffers",
2024-03-11 12:29:54 +00:00
"main": "index.js",
"dependencies": {},
2024-03-07 13:01:44 +00:00
"devDependencies": {
"standard": "^9.0.0",
"tape": "^4.6.3"
},
2024-03-11 12:29:54 +00:00
"scripts": {
"test": "standard && tape test.js"
},
2024-03-07 13:01:44 +00:00
"repository": {
"type": "git",
2024-03-11 12:29:54 +00:00
"url": "https://github.com/mafintosh/memory-pager.git"
2024-03-07 13:01:44 +00:00
},
2024-03-11 12:29:54 +00:00
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/memory-pager/issues"
2024-03-07 13:01:44 +00:00
},
2024-03-11 12:29:54 +00:00
"homepage": "https://github.com/mafintosh/memory-pager"
2024-03-07 13:01:44 +00:00
}