{
  "_args": [
    [
      "cloneable-readable@1.1.3",
      "/var/www/html/iqecommerce"
    ]
  ],
  "_development": true,
  "_from": "cloneable-readable@1.1.3",
  "_id": "cloneable-readable@1.1.3",
  "_inBundle": false,
  "_integrity": "sha512-2EF8zTQOxYq70Y4XKtorQupqF0m49MBz2/yf5Bj+MHjvpG3Hy7sImifnqD6UA+TKYxeSV+u6qqQPawN5UvnpKQ==",
  "_location": "/cloneable-readable",
  "_phantomChildren": {
    "core-util-is": "1.0.2",
    "inherits": "2.0.4",
    "process-nextick-args": "2.0.1",
    "safe-buffer": "5.1.2",
    "util-deprecate": "1.0.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "cloneable-readable@1.1.3",
    "name": "cloneable-readable",
    "escapedName": "cloneable-readable",
    "rawSpec": "1.1.3",
    "saveSpec": null,
    "fetchSpec": "1.1.3"
  },
  "_requiredBy": [
    "/vinyl"
  ],
  "_resolved": "https://registry.npmjs.org/cloneable-readable/-/cloneable-readable-1.1.3.tgz",
  "_spec": "1.1.3",
  "_where": "/var/www/html/iqecommerce",
  "author": {
    "name": "Matteo Collina",
    "email": "hello@matteocollina.com"
  },
  "bugs": {
    "url": "https://github.com/mcollina/cloneable-readable/issues"
  },
  "dependencies": {
    "inherits": "^2.0.1",
    "process-nextick-args": "^2.0.0",
    "readable-stream": "^2.3.5"
  },
  "description": "Clone a Readable stream, safely",
  "devDependencies": {
    "flush-write-stream": "^1.0.0",
    "from2": "^2.1.1",
    "pre-commit": "^1.1.2",
    "pump": "^3.0.0",
    "standard": "^11.0.0",
    "tap-spec": "^4.1.1",
    "tape": "^4.9.0"
  },
  "homepage": "https://github.com/mcollina/cloneable-readable#readme",
  "keywords": [
    "readable",
    "stream",
    "clone"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "cloneable-readable",
  "precommit": "test",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mcollina/cloneable-readable.git"
  },
  "scripts": {
    "test": "standard && tape test.js | tap-spec"
  },
  "version": "1.1.3"
}
