| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- {
- "_args": [
- [
- {
- "raw": "slice-stream@>= 1.0.0 < 2",
- "scope": null,
- "escapedName": "slice-stream",
- "name": "slice-stream",
- "rawSpec": ">= 1.0.0 < 2",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "/home/king/Desktop/FINAL/AhMyth/app/node_modules/pullstream"
- ]
- ],
- "_from": "slice-stream@>=1.0.0 <2.0.0",
- "_id": "slice-stream@1.0.0",
- "_inCache": true,
- "_installable": true,
- "_location": "/slice-stream",
- "_npmUser": {
- "name": "evanoxfeld",
- "email": "eoxfeld@gmail.com"
- },
- "_npmVersion": "1.4.21",
- "_phantomChildren": {},
- "_requested": {
- "raw": "slice-stream@>= 1.0.0 < 2",
- "scope": null,
- "escapedName": "slice-stream",
- "name": "slice-stream",
- "rawSpec": ">= 1.0.0 < 2",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/pullstream"
- ],
- "_resolved": "https://registry.npmjs.org/slice-stream/-/slice-stream-1.0.0.tgz",
- "_shasum": "5b33bd66f013b1a7f86460b03d463dec39ad3ea0",
- "_shrinkwrap": null,
- "_spec": "slice-stream@>= 1.0.0 < 2",
- "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/pullstream",
- "author": {
- "name": "Evan Oxfeld",
- "email": "eoxfeld@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/EvanOxfeld/slice-stream/issues"
- },
- "dependencies": {
- "readable-stream": "~1.0.31"
- },
- "description": "Pipe data through a stream until some fixed length is reached, then callback.",
- "devDependencies": {
- "stream-buffers": ">= 0.2.4 < 1",
- "tap": ">= 0.4.0 < 1"
- },
- "directories": {
- "example": "examples",
- "test": "test"
- },
- "dist": {
- "shasum": "5b33bd66f013b1a7f86460b03d463dec39ad3ea0",
- "tarball": "https://registry.npmjs.org/slice-stream/-/slice-stream-1.0.0.tgz"
- },
- "gitHead": "9054cbab67c2e71ab9241dbe88401c786b270f8e",
- "homepage": "https://github.com/EvanOxfeld/slice-stream",
- "keywords": [
- "slice",
- "fixed",
- "length",
- "stream",
- "split"
- ],
- "license": "MIT",
- "main": "slicestream.js",
- "maintainers": [
- {
- "name": "evanoxfeld",
- "email": "eoxfeld@gmail.com"
- }
- ],
- "name": "slice-stream",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/EvanOxfeld/slice-stream.git"
- },
- "scripts": {
- "test": "tap ./test/*.js"
- },
- "version": "1.0.0"
- }
|