mirror of
https://github.com/thangisme/notes.git
synced 2026-06-11 07:29:07 -04:00
Initial commit
This commit is contained in:
79
node_modules/read-file-stdin/package.json
generated
vendored
Normal file
79
node_modules/read-file-stdin/package.json
generated
vendored
Normal file
@@ -0,0 +1,79 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"read-file-stdin@^0.2.1",
|
||||
"/Users/pmarsceill/_projects/just-the-docs/node_modules/stylehacks"
|
||||
]
|
||||
],
|
||||
"_from": "read-file-stdin@>=0.2.1 <0.3.0",
|
||||
"_id": "read-file-stdin@0.2.1",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/read-file-stdin",
|
||||
"_nodeVersion": "4.2.4",
|
||||
"_npmUser": {
|
||||
"email": "ian@ianstormtaylor.com",
|
||||
"name": "ianstormtaylor"
|
||||
},
|
||||
"_npmVersion": "2.14.12",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "read-file-stdin",
|
||||
"raw": "read-file-stdin@^0.2.1",
|
||||
"rawSpec": "^0.2.1",
|
||||
"scope": null,
|
||||
"spec": ">=0.2.1 <0.3.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/stylehacks"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/read-file-stdin/-/read-file-stdin-0.2.1.tgz",
|
||||
"_shasum": "25eccff3a153b6809afacb23ee15387db9e0ee61",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "read-file-stdin@^0.2.1",
|
||||
"_where": "/Users/pmarsceill/_projects/just-the-docs/node_modules/stylehacks",
|
||||
"bugs": {
|
||||
"url": "https://github.com/ianstormtaylor/read-file-stdin/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"gather-stream": "^1.0.0"
|
||||
},
|
||||
"description": "Read from a file, falling back to stdin.",
|
||||
"devDependencies": {
|
||||
"mocha": "^2.3.4"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "25eccff3a153b6809afacb23ee15387db9e0ee61",
|
||||
"tarball": "https://registry.npmjs.org/read-file-stdin/-/read-file-stdin-0.2.1.tgz"
|
||||
},
|
||||
"gitHead": "a377a5c742f7a984dd0530c8fa0fbf6e7940a4ee",
|
||||
"homepage": "https://github.com/ianstormtaylor/read-file-stdin",
|
||||
"keywords": [
|
||||
"buffer",
|
||||
"file",
|
||||
"read",
|
||||
"stdin"
|
||||
],
|
||||
"license": "MIT",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "ianstormtaylor",
|
||||
"email": "ian@ianstormtaylor.com"
|
||||
},
|
||||
{
|
||||
"name": "dominicbarnes",
|
||||
"email": "dominic@dbarnes.info"
|
||||
}
|
||||
],
|
||||
"name": "read-file-stdin",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/ianstormtaylor/read-file-stdin.git"
|
||||
},
|
||||
"scripts": {},
|
||||
"version": "0.2.1"
|
||||
}
|
||||
Reference in New Issue
Block a user