First Commit
This commit is contained in:
80
html/sternwarte/checkfuehrung/node_modules/cardinal/package.json
generated
vendored
Executable file
80
html/sternwarte/checkfuehrung/node_modules/cardinal/package.json
generated
vendored
Executable file
@@ -0,0 +1,80 @@
|
||||
{
|
||||
"_from": "cardinal@^2.1.1",
|
||||
"_id": "cardinal@2.1.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-fMEFXYItISlU0HsIXeolHMe8VQU=",
|
||||
"_location": "/cardinal",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "cardinal@^2.1.1",
|
||||
"name": "cardinal",
|
||||
"escapedName": "cardinal",
|
||||
"rawSpec": "^2.1.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.1.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/mysql2"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/cardinal/-/cardinal-2.1.1.tgz",
|
||||
"_shasum": "7cc1055d822d212954d07b085dea251cc7bc5505",
|
||||
"_spec": "cardinal@^2.1.1",
|
||||
"_where": "/Users/rxf/Projekte/SternDBase/sternwarte/checkfuehrung/node_modules/mysql2",
|
||||
"author": {
|
||||
"name": "Thorsten Lorenz",
|
||||
"email": "thlorenz@gmx.de",
|
||||
"url": "thlorenz.com"
|
||||
},
|
||||
"bin": {
|
||||
"cdl": "bin/cdl.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/thlorenz/cardinal/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"ansicolors": "~0.3.2",
|
||||
"redeyed": "~2.1.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Syntax highlights JavaScript code with ANSI colors to be printed to the terminal.",
|
||||
"devDependencies": {
|
||||
"readdirp": "~2.1.0",
|
||||
"standart": "~6.1.0",
|
||||
"tape": "~4.9.0"
|
||||
},
|
||||
"homepage": "https://github.com/thlorenz/cardinal#readme",
|
||||
"keywords": [
|
||||
"syntax",
|
||||
"highlight",
|
||||
"theme",
|
||||
"javascript",
|
||||
"json",
|
||||
"terminal",
|
||||
"console",
|
||||
"print",
|
||||
"output"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "cardinal.js",
|
||||
"name": "cardinal",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/thlorenz/cardinal.git"
|
||||
},
|
||||
"scripts": {
|
||||
"demo": "node examples/highlight-string.js; node examples/highlight-self; node examples/highlight-self-hide-semicolons;",
|
||||
"lint": "standart",
|
||||
"lint-fix": "standart --fix",
|
||||
"run-test": "tape test/*.js",
|
||||
"test": "npm run run-test && npm run lint"
|
||||
},
|
||||
"standart": {
|
||||
"ignore": [
|
||||
"test/fixtures"
|
||||
]
|
||||
},
|
||||
"version": "2.1.1"
|
||||
}
|
||||
Reference in New Issue
Block a user