mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-12-17 01:19:05 +00:00
update
This commit is contained in:
75
node_modules/stylus-lookup/package.json
generated
vendored
Normal file
75
node_modules/stylus-lookup/package.json
generated
vendored
Normal file
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"stylus-lookup@3.0.2",
|
||||
"/Users/tatiana/selfdefined"
|
||||
]
|
||||
],
|
||||
"_from": "stylus-lookup@3.0.2",
|
||||
"_id": "stylus-lookup@3.0.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-oEQGHSjg/AMaWlKe7gqsnYzan8DLcGIHe0dUaFkucZZ14z4zjENRlQMCHT4FNsiWnJf17YN9OvrCfCoi7VvOyg==",
|
||||
"_location": "/stylus-lookup",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "stylus-lookup@3.0.2",
|
||||
"name": "stylus-lookup",
|
||||
"escapedName": "stylus-lookup",
|
||||
"rawSpec": "3.0.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.0.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/filing-cabinet"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/stylus-lookup/-/stylus-lookup-3.0.2.tgz",
|
||||
"_spec": "3.0.2",
|
||||
"_where": "/Users/tatiana/selfdefined",
|
||||
"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"
|
||||
},
|
||||
"dependencies": {
|
||||
"commander": "^2.8.1",
|
||||
"debug": "^4.1.0"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user