{
  "_from": "memory-stream@1.0.0",
  "_id": "memory-stream@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-Wm13VcsPIMdG96dzILfij09PvuS3APtcKNh7M28FsCA/w6+1mjR7hhPmfFNoilX9xU7wTdhsH5lJAm6XNzdtww==",
  "_location": "/memory-stream",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "memory-stream@1.0.0",
    "name": "memory-stream",
    "escapedName": "memory-stream",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/@aminya/cmake-ts"
  ],
  "_resolved": "https://registry.npmjs.org/memory-stream/-/memory-stream-1.0.0.tgz",
  "_shasum": "481dfd259ccdf57b03ec2c9632960044180e73c2",
  "_spec": "memory-stream@1.0.0",
  "_where": "/var/www/karbon-ai-be-new/node_modules/@aminya/cmake-ts",
  "author": {
    "name": "Tommy Messbauer"
  },
  "bugs": {
    "url": "https://github.com/doanythingfordethklok/memory-stream/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "readable-stream": "^3.4.0"
  },
  "deprecated": false,
  "description": "Node.js streams implementation for buffered memory writes",
  "devDependencies": {
    "tap-spec": "^5.0.0",
    "tape": "^4.11.0"
  },
  "homepage": "https://github.com/doanythingfordethklok/memory-stream",
  "keywords": [
    "streams",
    "memory",
    "buffer"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "memory-stream",
  "repository": {
    "type": "git",
    "url": "git://github.com/doanythingfordethklok/memory-stream.git"
  },
  "scripts": {
    "test": "./node_modules/tape/bin/tape test/tests/*.js | tap-spec"
  },
  "version": "1.0.0"
}
