add lisp packages
This commit is contained in:
39
lisp/emacs-application-framework/app/mermaid/node_modules/scope-css/package.json
generated
vendored
Normal file
39
lisp/emacs-application-framework/app/mermaid/node_modules/scope-css/package.json
generated
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"name": "scope-css",
|
||||
"version": "1.2.1",
|
||||
"description": "Scope each css rule with a selector, ie. nest into parent",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "node test.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/dy/scope-css.git"
|
||||
},
|
||||
"keywords": [
|
||||
"css",
|
||||
"style",
|
||||
"insert-css",
|
||||
"nesting",
|
||||
"scope",
|
||||
"nest",
|
||||
"parent",
|
||||
"selector",
|
||||
"sheetify"
|
||||
],
|
||||
"author": "ΔY <df.creative@gmail.com>",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/dy/scope-css/issues"
|
||||
},
|
||||
"homepage": "https://github.com/dy/scope-css#readme",
|
||||
"devDependencies": {
|
||||
"cln": "^1.1.0",
|
||||
"tape": "^4.9.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"escaper": "^2.5.3",
|
||||
"slugify": "^1.3.1",
|
||||
"strip-css-comments": "^3.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user