package.json 1.5 KB
Newer Older
huahua committed
1
{
huahua committed
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
  "_args": [
    [
      "minipass-collect@1.0.2",
      "C:\\workplay\\workplay\\workplay\\kxz-app-phone-h5"
    ]
  ],
  "_development": true,
  "_from": "minipass-collect@1.0.2",
  "_id": "minipass-collect@1.0.2",
  "_inBundle": false,
  "_integrity": "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==",
  "_location": "/minipass-collect",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "minipass-collect@1.0.2",
    "name": "minipass-collect",
    "escapedName": "minipass-collect",
    "rawSpec": "1.0.2",
    "saveSpec": null,
    "fetchSpec": "1.0.2"
huahua committed
24
  },
huahua committed
25 26 27 28 29 30 31 32 33 34 35 36 37
  "_requiredBy": [
    "/cacache"
  ],
  "_resolved": "https://registry.npmmirror.com/minipass-collect/-/minipass-collect-1.0.2.tgz",
  "_spec": "1.0.2",
  "_where": "C:\\workplay\\workplay\\workplay\\kxz-app-phone-h5",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "https://izs.me"
  },
  "dependencies": {
    "minipass": "^3.0.0"
huahua committed
38
  },
huahua committed
39
  "description": "A Minipass stream that collects all the data into a single chunk",
huahua committed
40 41 42
  "devDependencies": {
    "tap": "^14.6.9"
  },
huahua committed
43 44
  "engines": {
    "node": ">= 8"
huahua committed
45 46 47 48
  },
  "files": [
    "index.js"
  ],
huahua committed
49 50 51 52 53 54 55 56 57 58 59 60 61
  "license": "ISC",
  "name": "minipass-collect",
  "scripts": {
    "postpublish": "git push origin --follow-tags",
    "postversion": "npm publish",
    "preversion": "npm test",
    "snap": "tap",
    "test": "tap"
  },
  "tap": {
    "check-coverage": true
  },
  "version": "1.0.2"
huahua committed
62
}