mirror of
https://github.com/thangisme/notes.git
synced 2026-06-14 05:39:21 -04:00
Initial commit
This commit is contained in:
97
node_modules/get-stdin/package.json
generated
vendored
Normal file
97
node_modules/get-stdin/package.json
generated
vendored
Normal file
@@ -0,0 +1,97 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"get-stdin@^5.0.0",
|
||||
"/Users/pmarsceill/_projects/just-the-docs/node_modules/stylelint"
|
||||
]
|
||||
],
|
||||
"_from": "get-stdin@>=5.0.0 <6.0.0",
|
||||
"_id": "get-stdin@5.0.1",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/get-stdin",
|
||||
"_nodeVersion": "4.2.1",
|
||||
"_npmUser": {
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"name": "sindresorhus"
|
||||
},
|
||||
"_npmVersion": "2.14.7",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "get-stdin",
|
||||
"raw": "get-stdin@^5.0.0",
|
||||
"rawSpec": "^5.0.0",
|
||||
"scope": null,
|
||||
"spec": ">=5.0.0 <6.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/stylelint"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-5.0.1.tgz",
|
||||
"_shasum": "122e161591e21ff4c52530305693f20e6393a398",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "get-stdin@^5.0.0",
|
||||
"_where": "/Users/pmarsceill/_projects/just-the-docs/node_modules/stylelint",
|
||||
"author": {
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"name": "Sindre Sorhus",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/get-stdin/issues"
|
||||
},
|
||||
"dependencies": {},
|
||||
"description": "Get stdin as a string or buffer",
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
"buffer-equals": "^1.0.3",
|
||||
"xo": "*"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "122e161591e21ff4c52530305693f20e6393a398",
|
||||
"tarball": "https://registry.npmjs.org/get-stdin/-/get-stdin-5.0.1.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.12.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"gitHead": "496456754b3cf8faabd320181374ef0bdb664820",
|
||||
"homepage": "https://github.com/sindresorhus/get-stdin",
|
||||
"keywords": [
|
||||
"buffer",
|
||||
"concat",
|
||||
"process",
|
||||
"read",
|
||||
"std",
|
||||
"stdin",
|
||||
"stdio",
|
||||
"stream"
|
||||
],
|
||||
"license": "MIT",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "sindresorhus",
|
||||
"email": "sindresorhus@gmail.com"
|
||||
}
|
||||
],
|
||||
"name": "get-stdin",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/get-stdin.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava test.js && echo unicorns | ava test-real.js"
|
||||
},
|
||||
"version": "5.0.1",
|
||||
"xo": {
|
||||
"ignores": [
|
||||
"test.js"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user