flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
43
VISUALIZACION/node_modules/html-comment-regex/package.json
generated
vendored
Executable file
43
VISUALIZACION/node_modules/html-comment-regex/package.json
generated
vendored
Executable file
|
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"name": "html-comment-regex",
|
||||
"version": "1.1.2",
|
||||
"description": "Regular expression for matching HTML comments",
|
||||
"homepage": "https://github.com/stevemao/html-comment-regex",
|
||||
"author": {
|
||||
"name": "Steve Mao",
|
||||
"email": "maochenyan@gmail.com",
|
||||
"url": "https://github.com/stevemao"
|
||||
},
|
||||
"repository": "stevemao/html-comment-regex",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"keywords": [
|
||||
"html-comment-regex",
|
||||
"text",
|
||||
"string",
|
||||
"regex",
|
||||
"regexp",
|
||||
"re",
|
||||
"match",
|
||||
"test",
|
||||
"find",
|
||||
"pattern",
|
||||
"comment",
|
||||
"comments",
|
||||
"html",
|
||||
"HTML",
|
||||
"HyperText Markup Language"
|
||||
],
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"jscs": "^1.11.3",
|
||||
"jshint": "^2.6.3",
|
||||
"mocha": "*"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "jshint *.js --exclude node_modules && jscs *.js",
|
||||
"test": "npm run-script lint && mocha"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue