fix
This commit is contained in:
55
book/node_modules/asciidoctor/package.json
generated
vendored
Normal file
55
book/node_modules/asciidoctor/package.json
generated
vendored
Normal file
@ -0,0 +1,55 @@
|
||||
{
|
||||
"name": "asciidoctor",
|
||||
"version": "2.2.8",
|
||||
"description": "A JavaScript AsciiDoc processor, cross-compiled from the Ruby-based AsciiDoc implementation, Asciidoctor, using Opal",
|
||||
"main": "index.js",
|
||||
"types": "types",
|
||||
"bin": {
|
||||
"asciidoctor": "bin/asciidoctor",
|
||||
"asciidoctorjs": "bin/asciidoctor"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "./bin/asciidoctor --version",
|
||||
"dist": "pkg package.json --out-path dist"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.11",
|
||||
"npm": ">=5.0.0",
|
||||
"yarn": ">=1.1.0"
|
||||
},
|
||||
"files": [
|
||||
"bin",
|
||||
"types/index.d.ts"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/asciidoctor/asciidoctor.js.git"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"keywords": [
|
||||
"asciidoc",
|
||||
"asciidoctor",
|
||||
"opal",
|
||||
"javascript",
|
||||
"library"
|
||||
],
|
||||
"authors": [
|
||||
"Dan Allen (https://github.com/mojavelinux)",
|
||||
"Guillaume Grossetie (https://github.com/mogztter)",
|
||||
"Anthonny Quérouil (https://github.com/anthonny)"
|
||||
],
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/asciidoctor/asciidoctor.js/issues"
|
||||
},
|
||||
"homepage": "https://github.com/asciidoctor/asciidoctor.js",
|
||||
"dependencies": {
|
||||
"@asciidoctor/cli": "3.5.0",
|
||||
"@asciidoctor/core": "2.2.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"pkg": "5.2.1"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user