mirror of
https://github.com/thangisme/notes.git
synced 2026-06-13 16:29:31 -04:00
Initial commit
This commit is contained in:
99
node_modules/through2/package.json
generated
vendored
Normal file
99
node_modules/through2/package.json
generated
vendored
Normal file
@@ -0,0 +1,99 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"through2@^0.6.3",
|
||||
"/Users/pmarsceill/_projects/just-the-docs/node_modules/doiuse"
|
||||
]
|
||||
],
|
||||
"_from": "through2@>=0.6.3 <0.7.0",
|
||||
"_id": "through2@0.6.5",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/through2",
|
||||
"_npmUser": {
|
||||
"email": "bryce@ravenwall.com",
|
||||
"name": "bryce"
|
||||
},
|
||||
"_npmVersion": "1.4.28",
|
||||
"_phantomChildren": {
|
||||
"core-util-is": "1.0.2",
|
||||
"inherits": "2.0.3",
|
||||
"isarray": "0.0.1",
|
||||
"string_decoder": "0.10.31"
|
||||
},
|
||||
"_requested": {
|
||||
"name": "through2",
|
||||
"raw": "through2@^0.6.3",
|
||||
"rawSpec": "^0.6.3",
|
||||
"scope": null,
|
||||
"spec": ">=0.6.3 <0.7.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/css-rule-stream",
|
||||
"/doiuse",
|
||||
"/jsonfilter",
|
||||
"/ldjson-stream",
|
||||
"/split2"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz",
|
||||
"_shasum": "41ab9c67b29d57209071410e1d7a7a968cd3ad48",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "through2@^0.6.3",
|
||||
"_where": "/Users/pmarsceill/_projects/just-the-docs/node_modules/doiuse",
|
||||
"author": {
|
||||
"email": "r@va.gg",
|
||||
"name": "Rod Vagg",
|
||||
"url": "https://github.com/rvagg"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/rvagg/through2/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"readable-stream": ">=1.0.33-1 <1.1.0-0",
|
||||
"xtend": ">=4.0.0 <4.1.0-0"
|
||||
},
|
||||
"description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",
|
||||
"devDependencies": {
|
||||
"bl": ">=0.9.0 <0.10.0-0",
|
||||
"stream-spigot": ">=3.0.4 <3.1.0-0",
|
||||
"tape": ">=2.14.0 <2.15.0-0"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "41ab9c67b29d57209071410e1d7a7a968cd3ad48",
|
||||
"tarball": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz"
|
||||
},
|
||||
"gitHead": "ba4a87875f2c82323c10023e36f4ae4b386c1bf8",
|
||||
"homepage": "https://github.com/rvagg/through2",
|
||||
"keywords": [
|
||||
"stream",
|
||||
"streams2",
|
||||
"through",
|
||||
"transform"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "through2.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "rvagg",
|
||||
"email": "rod@vagg.org"
|
||||
},
|
||||
{
|
||||
"name": "bryce",
|
||||
"email": "bryce@ravenwall.com"
|
||||
}
|
||||
],
|
||||
"name": "through2",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/rvagg/through2.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node test/test.js",
|
||||
"test-local": "brtapsauce-local test/basic-test.js"
|
||||
},
|
||||
"version": "0.6.5"
|
||||
}
|
||||
Reference in New Issue
Block a user