08-27-周三_17-09-29
This commit is contained in:
96
node_modules/gitbook-plugin-mermaid-gb3/package.json
generated
vendored
Normal file
96
node_modules/gitbook-plugin-mermaid-gb3/package.json
generated
vendored
Normal file
@@ -0,0 +1,96 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
{
|
||||
"name": "gitbook-plugin-mermaid-gb3",
|
||||
"raw": "gitbook-plugin-mermaid-gb3@2.1.0",
|
||||
"rawSpec": "2.1.0",
|
||||
"scope": null,
|
||||
"spec": "2.1.0",
|
||||
"type": "version"
|
||||
},
|
||||
"/root/gitbook"
|
||||
]
|
||||
],
|
||||
"_from": "gitbook-plugin-mermaid-gb3@2.1.0",
|
||||
"_id": "gitbook-plugin-mermaid-gb3@2.1.0",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/gitbook-plugin-mermaid-gb3",
|
||||
"_nodeVersion": "8.2.1",
|
||||
"_npmOperationalInternal": {
|
||||
"host": "s3://npm-registry-packages",
|
||||
"tmp": "tmp/gitbook-plugin-mermaid-gb3-2.1.0.tgz_1504389094337_0.2758769760839641"
|
||||
},
|
||||
"_npmUser": {
|
||||
"email": "undefined.za@gmail.com",
|
||||
"name": "chriswessels"
|
||||
},
|
||||
"_npmVersion": "5.3.0",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "gitbook-plugin-mermaid-gb3",
|
||||
"raw": "gitbook-plugin-mermaid-gb3@2.1.0",
|
||||
"rawSpec": "2.1.0",
|
||||
"scope": null,
|
||||
"spec": "2.1.0",
|
||||
"type": "version"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#USER"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/gitbook-plugin-mermaid-gb3/-/gitbook-plugin-mermaid-gb3-2.1.0.tgz",
|
||||
"_shasum": "f2efc846021e527295d5fb723093e5db25f796a0",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "gitbook-plugin-mermaid-gb3@2.1.0",
|
||||
"_where": "/root/gitbook",
|
||||
"author": "",
|
||||
"bugs": {
|
||||
"url": "https://github.com/chriswessels/gitbook-plugin-mermaid-gb3/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"mermaid": "^7.0.7"
|
||||
},
|
||||
"description": "Plugin for GitBook 3 which renders Mermaid flow from markdown. Tries to work cross platform (windows/unix)",
|
||||
"devDependencies": {
|
||||
"rimraf": "^2.5.2"
|
||||
},
|
||||
"dist": {
|
||||
"integrity": "sha512-xCvOWNqkrVrWcBMDGT0ANWlut4GKVzzHh834zy8Ti4Bv7kvGtqA72ykuxBRcJUS+eSVDJNkaQ5D1wF6CNZH9rw==",
|
||||
"shasum": "f2efc846021e527295d5fb723093e5db25f796a0",
|
||||
"signatures": [
|
||||
{
|
||||
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
|
||||
"sig": "MEYCIQDGPPkbdqz7uTDfJgNkwBw0Sp2q0uWyW5O17GXSlOkjrQIhAIPPey1oZMXrujetp5kpH/QD2xVMsZv+EIPzAoQxgfcA"
|
||||
}
|
||||
],
|
||||
"tarball": "https://registry.npmjs.org/gitbook-plugin-mermaid-gb3/-/gitbook-plugin-mermaid-gb3-2.1.0.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"gitbook": "*"
|
||||
},
|
||||
"gitHead": "53820cbb16fd30dd44c682e466effeec857af4a9",
|
||||
"homepage": "https://github.com/chriswessels/gitbook-plugin-mermaid-gb3#readme",
|
||||
"license": "ISC",
|
||||
"main": "index.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"email": "undefined.za@gmail.com",
|
||||
"name": "chriswessels"
|
||||
}
|
||||
],
|
||||
"name": "gitbook-plugin-mermaid-gb3",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/chriswessels/gitbook-plugin-mermaid-gb3.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "npm run clean && npm run copy:assets && npm run copy:book",
|
||||
"clean": "rimraf dist",
|
||||
"copy:assets": "mkdir -p dist/mermaid && cp ./node_modules/mermaid/dist/{mermaid.min.js,mermaid*.css} dist/mermaid",
|
||||
"copy:book": "mkdir -p dist/book && cp -R book/ dist/book"
|
||||
},
|
||||
"version": "2.1.0"
|
||||
}
|
Reference in New Issue
Block a user