| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- {
- "_from": "first-chunk-stream@^2.0.0",
- "_id": "[email protected]",
- "_inBundle": false,
- "_integrity": "sha1-G97NuOCDwGZLkZRVgVd6Q6nzHXA=",
- "_location": "/first-chunk-stream",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "first-chunk-stream@^2.0.0",
- "name": "first-chunk-stream",
- "escapedName": "first-chunk-stream",
- "rawSpec": "^2.0.0",
- "saveSpec": null,
- "fetchSpec": "^2.0.0"
- },
- "_requiredBy": [
- "/strip-bom-stream"
- ],
- "_resolved": "https://registry.npmjs.org/first-chunk-stream/-/first-chunk-stream-2.0.0.tgz",
- "_shasum": "1bdecdb8e083c0664b91945581577a43a9f31d70",
- "_spec": "first-chunk-stream@^2.0.0",
- "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\strip-bom-stream",
- "author": {
- "name": "Sindre Sorhus",
- "email": "[email protected]",
- "url": "sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/first-chunk-stream/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "readable-stream": "^2.0.2"
- },
- "deprecated": false,
- "description": "Transform the first chunk in a stream",
- "devDependencies": {
- "istanbul": "^0.3.19",
- "mocha": "*",
- "mocha-lcov-reporter": "0.0.2",
- "streamtest": "^1.2.1",
- "xo": "*"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/sindresorhus/first-chunk-stream#readme",
- "keywords": [
- "buffer",
- "stream",
- "streams",
- "transform",
- "first",
- "chunk",
- "size",
- "min",
- "minimum"
- ],
- "license": "MIT",
- "name": "first-chunk-stream",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/first-chunk-stream.git"
- },
- "scripts": {
- "cover": "istanbul cover --report html _mocha -- test.js -R spec -t 5000",
- "test": "xo && mocha"
- },
- "version": "2.0.0"
- }
|