notes/node_modules/css-tokenize/package.json

87 lines
2.2 KiB
JSON

{
"_args": [
[
"css-tokenize@^1.0.1",
"/Users/pmarsceill/_projects/just-the-docs/node_modules/css-rule-stream"
]
],
"_from": "css-tokenize@>=1.0.1 <2.0.0",
"_id": "css-tokenize@1.0.1",
"_inCache": true,
"_installable": true,
"_location": "/css-tokenize",
"_nodeVersion": "0.11.14",
"_npmUser": {
"email": "vestibule@anandthakker.net",
"name": "anandthakker"
},
"_npmVersion": "2.1.8",
"_phantomChildren": {},
"_requested": {
"name": "css-tokenize",
"raw": "css-tokenize@^1.0.1",
"rawSpec": "^1.0.1",
"scope": null,
"spec": ">=1.0.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/css-rule-stream"
],
"_resolved": "https://registry.npmjs.org/css-tokenize/-/css-tokenize-1.0.1.tgz",
"_shasum": "4625cb1eda21c143858b7f81d6803c1d26fc14be",
"_shrinkwrap": null,
"_spec": "css-tokenize@^1.0.1",
"_where": "/Users/pmarsceill/_projects/just-the-docs/node_modules/css-rule-stream",
"author": {
"email": "vestibule@anandthakker.net",
"name": "Anand Thakker",
"url": "http://anandthakker.net"
},
"bugs": {
"url": "https://github.com/anandthakker/css-tokenize/issues"
},
"dependencies": {
"inherits": "^2.0.1",
"readable-stream": "^1.0.33"
},
"description": "Transform stream that tokenizes CSS",
"devDependencies": {
"tape": "^3.0.3",
"through2": "^0.6.3"
},
"directories": {},
"dist": {
"shasum": "4625cb1eda21c143858b7f81d6803c1d26fc14be",
"tarball": "https://registry.npmjs.org/css-tokenize/-/css-tokenize-1.0.1.tgz"
},
"gitHead": "d4acf6d2010cbbb61f69817f53b249471468d7a9",
"homepage": "https://github.com/anandthakker/css-tokenize",
"keywords": [
"css",
"parse",
"stream",
"streaming",
"tokenize"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "anandthakker",
"email": "vestibule@anandthakker.net"
}
],
"name": "css-tokenize",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/anandthakker/css-tokenize.git"
},
"scripts": {
"test": "tape test/*.js"
},
"version": "1.0.1"
}