package.json 1.71 KB
{
  "_args": [
    [
      "is-stream-ended@0.1.4",
      "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool"
    ]
  ],
  "_from": "is-stream-ended@0.1.4",
  "_id": "is-stream-ended@0.1.4",
  "_inBundle": false,
  "_integrity": "sha512-xj0XPvmr7bQFTvirqnFr50o0hQIh6ZItDqloxt5aJrR4NQsYeSsyFQERYGCAzfindAcnKjINnwEEgLx4IqVzQw==",
  "_location": "/is-stream-ended",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "is-stream-ended@0.1.4",
    "name": "is-stream-ended",
    "escapedName": "is-stream-ended",
    "rawSpec": "0.1.4",
    "saveSpec": null,
    "fetchSpec": "0.1.4"
  },
  "_requiredBy": [
    "/google-gax"
  ],
  "_resolved": "https://registry.npmjs.org/is-stream-ended/-/is-stream-ended-0.1.4.tgz",
  "_spec": "0.1.4",
  "_where": "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool",
  "author": {
    "name": "Stephen Sawchuk",
    "email": "sawchuk@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/stephenplusplus/is-stream-ended/issues"
  },
  "dependencies": {},
  "description": "Check if a stream has ended",
  "devDependencies": {
    "mocha": "^2.2.5",
    "through2": "^2.0.3"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "homepage": "https://github.com/stephenplusplus/is-stream-ended#readme",
  "keywords": [
    "stream",
    "end",
    "ended",
    "consumed",
    "complete"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "is-stream-ended",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stephenplusplus/is-stream-ended.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "types": "index.d.ts",
  "version": "0.1.4"
}