mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-06-09 02:14:28 +00:00
v7
This commit is contained in:
parent
033d472283
commit
49df04613e
6774 changed files with 1602535 additions and 1 deletions
76
node_modules/snapdragon-node/package.json
generated
vendored
Normal file
76
node_modules/snapdragon-node/package.json
generated
vendored
Normal file
|
@ -0,0 +1,76 @@
|
|||
{
|
||||
"name": "snapdragon-node",
|
||||
"description": "Snapdragon utility for creating a new AST node in custom code, such as plugins.",
|
||||
"version": "2.1.1",
|
||||
"homepage": "https://github.com/jonschlinkert/snapdragon-node",
|
||||
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
|
||||
"repository": "jonschlinkert/snapdragon-node",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/snapdragon-node/issues"
|
||||
},
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"main": "index.js",
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"dependencies": {
|
||||
"define-property": "^1.0.0",
|
||||
"isobject": "^3.0.0",
|
||||
"snapdragon-util": "^3.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"gulp": "^3.9.1",
|
||||
"gulp-eslint": "^4.0.0",
|
||||
"gulp-format-md": "^0.1.12",
|
||||
"gulp-istanbul": "^1.1.2",
|
||||
"gulp-mocha": "^3.0.1",
|
||||
"mocha": "^3.4.2",
|
||||
"snapdragon": "^0.11.0"
|
||||
},
|
||||
"keywords": [
|
||||
"ast",
|
||||
"compile",
|
||||
"compiler",
|
||||
"convert",
|
||||
"node",
|
||||
"parse",
|
||||
"parser",
|
||||
"plugin",
|
||||
"render",
|
||||
"snapdragon",
|
||||
"snapdragonplugin",
|
||||
"token",
|
||||
"transform"
|
||||
],
|
||||
"verb": {
|
||||
"layout": "default",
|
||||
"tasks": [
|
||||
"readme"
|
||||
],
|
||||
"plugins": [
|
||||
"gulp-format-md"
|
||||
],
|
||||
"related": {
|
||||
"list": [
|
||||
"breakdance",
|
||||
"snapdragon",
|
||||
"snapdragon-capture",
|
||||
"snapdragon-cheerio",
|
||||
"snapdragon-util"
|
||||
]
|
||||
},
|
||||
"reflinks": [
|
||||
"verb",
|
||||
"verb-generate-readme"
|
||||
],
|
||||
"lint": {
|
||||
"reflinks": true
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue