• File: package.json
  • Full Path: /var/www/nodejs/daily_store_reports_nodejs/node_modules/buffers/package.json
  • Date Modified: 02/04/2023 9:31 PM
  • File size: 424 bytes
  • MIME-type: application/json
  • Charset: utf-8
{
    "name" : "buffers",
    "description" : "Treat a collection of Buffers as a single contiguous partially mutable Buffer.",
    "version" : "0.1.1",
    "repository" : "http://github.com/substack/node-buffers.git",
    "author" : "James Halliday <mail@substack.net> (http://substack.net)",
    "main" : "./index",
    "scripts" : {
        "test" : "expresso"
    },
    "engines" : {
        "node" : ">=0.2.0"
    }
}