work.suroh.tk/node_modules/stylus-lookup/package.json

73 lines
1.8 KiB
JSON
Raw Normal View History

2019-12-02 12:22:45 +00:00
{
"_from": "stylus-lookup@^3.0.1",
"_id": "stylus-lookup@3.0.2",
"_inBundle": false,
"_integrity": "sha512-oEQGHSjg/AMaWlKe7gqsnYzan8DLcGIHe0dUaFkucZZ14z4zjENRlQMCHT4FNsiWnJf17YN9OvrCfCoi7VvOyg==",
"_location": "/stylus-lookup",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "stylus-lookup@^3.0.1",
"name": "stylus-lookup",
"escapedName": "stylus-lookup",
"rawSpec": "^3.0.1",
"saveSpec": null,
"fetchSpec": "^3.0.1"
},
"_requiredBy": [
"/filing-cabinet"
],
"_resolved": "https://registry.npmjs.org/stylus-lookup/-/stylus-lookup-3.0.2.tgz",
"_shasum": "c9eca3ff799691020f30b382260a67355fefdddd",
"_spec": "stylus-lookup@^3.0.1",
"_where": "/home/suroh/Repos/11ty.work/node_modules/filing-cabinet",
"author": {
"name": "Joel Kemp",
"email": "joel@mrjoelkemp.com",
"url": "http://www.mrjoelkemp.com/"
},
"bin": {
"stylus-lookup": "bin/cli.js"
},
"bugs": {
"url": "https://github.com/mrjoelkemp/node-stylus-lookup/issues"
},
"bundleDependencies": false,
"dependencies": {
"commander": "^2.8.1",
"debug": "^4.1.0"
},
"deprecated": false,
"description": "Get the file associated with an imported/required Stylus partial",
"devDependencies": {
"jscs": "^3.0.7",
"mocha": "^5.2.0",
"mock-fs": "^4.4.2"
},
"directories": {
"test": "test"
},
"engines": {
"node": ">=6.0.0"
},
"homepage": "https://github.com/mrjoelkemp/node-stylus-lookup",
"keywords": [
"stylus",
"lookup",
"dependency",
"partial"
],
"license": "MIT",
"main": "index.js",
"name": "stylus-lookup",
"repository": {
"type": "git",
"url": "git+https://github.com/mrjoelkemp/node-stylus-lookup.git"
},
"scripts": {
"test": "jscs -p google test index.js bin && mocha"
},
"version": "3.0.2"
}