mirror of
https://github.com/tiennm99/FBcount.git
synced 2026-05-14 12:58:07 +00:00
86 lines
2.0 KiB
JSON
86 lines
2.0 KiB
JSON
{
|
|
"_from": "into-stream@^5.1.1",
|
|
"_id": "into-stream@5.1.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-krrAJ7McQxGGmvaYbB7Q1mcA+cRwg9Ij2RfWIeVesNBgVDZmzY/Fa4IpZUT3bmdRzMzdf/mzltCG2Dq99IZGBA==",
|
|
"_location": "/into-stream",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "into-stream@^5.1.1",
|
|
"name": "into-stream",
|
|
"escapedName": "into-stream",
|
|
"rawSpec": "^5.1.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^5.1.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/pkg"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/into-stream/-/into-stream-5.1.1.tgz",
|
|
"_shasum": "f9a20a348a11f3c13face22763f2d02e127f4db8",
|
|
"_spec": "into-stream@^5.1.1",
|
|
"_where": "/home/miti99/Dropbox/Workspace/FBcount/Nodejs/node_modules/pkg",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/into-stream/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"from2": "^2.3.0",
|
|
"p-is-promise": "^3.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Convert a string/promise/array/iterable/buffer/typedarray/arraybuffer/object into a stream",
|
|
"devDependencies": {
|
|
"ava": "^2.4.0",
|
|
"get-stream": "^5.0.0",
|
|
"p-event": "^4.1.0",
|
|
"tsd": "^0.9.0",
|
|
"xo": "^0.25.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/into-stream#readme",
|
|
"keywords": [
|
|
"stream",
|
|
"buffer",
|
|
"string",
|
|
"object",
|
|
"array",
|
|
"iterable",
|
|
"promise",
|
|
"promises",
|
|
"from",
|
|
"into",
|
|
"to",
|
|
"transform",
|
|
"convert",
|
|
"readable",
|
|
"pull",
|
|
"gulpfriendly",
|
|
"value",
|
|
"str"
|
|
],
|
|
"license": "MIT",
|
|
"name": "into-stream",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/into-stream.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava && tsd"
|
|
},
|
|
"version": "5.1.1"
|
|
}
|