mirror of
https://github.com/thangisme/notes.git
synced 2026-06-13 00:39:07 -04:00
Initial commit
This commit is contained in:
70
node_modules/write-file-stdout/package.json
generated
vendored
Normal file
70
node_modules/write-file-stdout/package.json
generated
vendored
Normal file
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"write-file-stdout@0.0.2",
|
||||
"/Users/pmarsceill/_projects/just-the-docs/node_modules/stylehacks"
|
||||
]
|
||||
],
|
||||
"_from": "write-file-stdout@0.0.2",
|
||||
"_id": "write-file-stdout@0.0.2",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/write-file-stdout",
|
||||
"_npmUser": {
|
||||
"email": "ian@ianstormtaylor.com",
|
||||
"name": "ianstormtaylor"
|
||||
},
|
||||
"_npmVersion": "1.3.15",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "write-file-stdout",
|
||||
"raw": "write-file-stdout@0.0.2",
|
||||
"rawSpec": "0.0.2",
|
||||
"scope": null,
|
||||
"spec": "0.0.2",
|
||||
"type": "version"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/stylehacks"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/write-file-stdout/-/write-file-stdout-0.0.2.tgz",
|
||||
"_shasum": "c252d7c7c5b1b402897630e3453c7bfe690d9ca1",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "write-file-stdout@0.0.2",
|
||||
"_where": "/Users/pmarsceill/_projects/just-the-docs/node_modules/stylehacks",
|
||||
"bugs": {
|
||||
"url": "https://github.com/ianstormtaylor/write-file-stdout/issues"
|
||||
},
|
||||
"dependencies": {},
|
||||
"description": "Write to a file, falling back to stdout.",
|
||||
"devDependencies": {
|
||||
"mocha": "~1.15.1"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "c252d7c7c5b1b402897630e3453c7bfe690d9ca1",
|
||||
"tarball": "https://registry.npmjs.org/write-file-stdout/-/write-file-stdout-0.0.2.tgz"
|
||||
},
|
||||
"homepage": "https://github.com/ianstormtaylor/write-file-stdout",
|
||||
"keywords": [
|
||||
"file",
|
||||
"stdout",
|
||||
"write"
|
||||
],
|
||||
"license": "MIT",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "ianstormtaylor",
|
||||
"email": "ian@ianstormtaylor.com"
|
||||
}
|
||||
],
|
||||
"name": "write-file-stdout",
|
||||
"optionalDependencies": {},
|
||||
"readme": "# write-file-stdout\n\n Write to a file, falling back to stdout.\n\n## Installation\n\n $ npm install write-file-stdout\n\n## API\n\n### write ([file], contents)\n\n Write `contents` to a `file`, falling back to stdout.\n\n## License\n\n MIT\n",
|
||||
"readmeFilename": "Readme.md",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/ianstormtaylor/write-file-stdout.git"
|
||||
},
|
||||
"version": "0.0.2"
|
||||
}
|
||||
Reference in New Issue
Block a user