mirror of
https://github.com/thangisme/notes.git
synced 2026-06-13 14:29:18 -04:00
Initial commit
This commit is contained in:
88
node_modules/css-rule-stream/package.json
generated
vendored
Normal file
88
node_modules/css-rule-stream/package.json
generated
vendored
Normal file
@@ -0,0 +1,88 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"css-rule-stream@^1.1.0",
|
||||
"/Users/pmarsceill/_projects/just-the-docs/node_modules/doiuse"
|
||||
]
|
||||
],
|
||||
"_from": "css-rule-stream@>=1.1.0 <2.0.0",
|
||||
"_id": "css-rule-stream@1.1.0",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/css-rule-stream",
|
||||
"_nodeVersion": "0.11.14",
|
||||
"_npmUser": {
|
||||
"email": "vestibule@anandthakker.net",
|
||||
"name": "anandthakker"
|
||||
},
|
||||
"_npmVersion": "2.1.8",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "css-rule-stream",
|
||||
"raw": "css-rule-stream@^1.1.0",
|
||||
"rawSpec": "^1.1.0",
|
||||
"scope": null,
|
||||
"spec": ">=1.1.0 <2.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/doiuse"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/css-rule-stream/-/css-rule-stream-1.1.0.tgz",
|
||||
"_shasum": "3786e7198983d965a26e31957e09078cbb7705a2",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "css-rule-stream@^1.1.0",
|
||||
"_where": "/Users/pmarsceill/_projects/just-the-docs/node_modules/doiuse",
|
||||
"author": {
|
||||
"email": "vestibule@anandthakker.net",
|
||||
"name": "Anand Thakker",
|
||||
"url": "http://anandthakker.net"
|
||||
},
|
||||
"bin": {
|
||||
"css-rule-stream": "index.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/anandthakker/css-rule-stream/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"css-tokenize": "^1.0.1",
|
||||
"duplexer2": "0.0.2",
|
||||
"ldjson-stream": "^1.2.1",
|
||||
"through2": "^0.6.3"
|
||||
},
|
||||
"description": "transform stream to cut css into rule-sized chunks",
|
||||
"devDependencies": {
|
||||
"tape": "^3.0.3"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "3786e7198983d965a26e31957e09078cbb7705a2",
|
||||
"tarball": "https://registry.npmjs.org/css-rule-stream/-/css-rule-stream-1.1.0.tgz"
|
||||
},
|
||||
"gitHead": "3797400bfbe4df660690858254b953607a5fe7f3",
|
||||
"homepage": "https://github.com/anandthakker/css-rule-stream",
|
||||
"keywords": [
|
||||
"css",
|
||||
"parse",
|
||||
"stream"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "anandthakker",
|
||||
"email": "vestibule@anandthakker.net"
|
||||
}
|
||||
],
|
||||
"name": "css-rule-stream",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/anandthakker/css-rule-stream.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tape test/*.js"
|
||||
},
|
||||
"version": "1.1.0"
|
||||
}
|
||||
Reference in New Issue
Block a user