1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "_args": [
- [
- "minipass-flush@1.0.5",
- "D:\\project\\苏南官网\\su_nan_guan_wang"
- ]
- ],
- "_development": true,
- "_from": "minipass-flush@1.0.5",
- "_id": "minipass-flush@1.0.5",
- "_inBundle": false,
- "_integrity": "sha1-gucTXX6JpQ/+ZGEKeHlTxMTLs3M=",
- "_location": "/minipass-flush",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "minipass-flush@1.0.5",
- "name": "minipass-flush",
- "escapedName": "minipass-flush",
- "rawSpec": "1.0.5",
- "saveSpec": null,
- "fetchSpec": "1.0.5"
- },
- "_requiredBy": [
- "/@vue/cli-service/cacache"
- ],
- "_resolved": "https://registry.npm.taobao.org/minipass-flush/download/minipass-flush-1.0.5.tgz",
- "_spec": "1.0.5",
- "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
- "author": {
- "name": "Isaac Z. Schlueter",
- "email": "i@izs.me",
- "url": "https://izs.me"
- },
- "bugs": {
- "url": "https://github.com/isaacs/minipass-flush/issues"
- },
- "dependencies": {
- "minipass": "^3.0.0"
- },
- "description": "A Minipass stream that calls a flush function before emitting 'end'",
- "devDependencies": {
- "tap": "^14.6.9"
- },
- "engines": {
- "node": ">= 8"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/isaacs/minipass-flush#readme",
- "keywords": [
- "minipass",
- "flush",
- "stream"
- ],
- "license": "ISC",
- "main": "index.js",
- "name": "minipass-flush",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/isaacs/minipass-flush.git"
- },
- "scripts": {
- "postpublish": "git push origin --follow-tags",
- "postversion": "npm publish",
- "preversion": "npm test",
- "snap": "tap",
- "test": "tap"
- },
- "tap": {
- "check-coverage": true
- },
- "version": "1.0.5"
- }
|