08-27-周三_17-09-29
This commit is contained in:
104
node_modules/gitbook-plugin-highlight/package.json
generated
vendored
Normal file
104
node_modules/gitbook-plugin-highlight/package.json
generated
vendored
Normal file
@@ -0,0 +1,104 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
{
|
||||
"name": "gitbook-plugin-highlight",
|
||||
"raw": "gitbook-plugin-highlight@2.0.3",
|
||||
"rawSpec": "2.0.3",
|
||||
"scope": null,
|
||||
"spec": "2.0.3",
|
||||
"type": "version"
|
||||
},
|
||||
"/Users/zhaohao/Codes/EaglesLab-Notes/SRE"
|
||||
]
|
||||
],
|
||||
"_from": "gitbook-plugin-highlight@2.0.3",
|
||||
"_id": "gitbook-plugin-highlight@2.0.3",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/gitbook-plugin-highlight",
|
||||
"_nodeVersion": "6.4.0",
|
||||
"_npmOperationalInternal": {
|
||||
"host": "packages-18-east.internal.npmjs.com",
|
||||
"tmp": "tmp/gitbook-plugin-highlight-2.0.3.tgz_1481810504806_0.6394935857970268"
|
||||
},
|
||||
"_npmUser": {
|
||||
"email": "soreine.plume@gmail.com",
|
||||
"name": "soreine"
|
||||
},
|
||||
"_npmVersion": "3.10.3",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "gitbook-plugin-highlight",
|
||||
"raw": "gitbook-plugin-highlight@2.0.3",
|
||||
"rawSpec": "2.0.3",
|
||||
"scope": null,
|
||||
"spec": "2.0.3",
|
||||
"type": "version"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#USER"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/gitbook-plugin-highlight/-/gitbook-plugin-highlight-2.0.3.tgz",
|
||||
"_shasum": "89af66a94c168f5eadde3e7674a8295b77db5987",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "gitbook-plugin-highlight@2.0.3",
|
||||
"_where": "/Users/zhaohao/Codes/EaglesLab-Notes/SRE",
|
||||
"bugs": {
|
||||
"url": "https://github.com/GitbookIO/plugin-highlight/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"highlight.js": "9.8.0"
|
||||
},
|
||||
"description": "Default code highlighter for GitBook",
|
||||
"devDependencies": {
|
||||
"gitbook-tester": "1.4.3",
|
||||
"less": "2.7.1",
|
||||
"mocha": "3.2.0"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"integrity": "sha512-ahyWXKr1WhEYHbiezJD9jydht0+J6BvXrAv0AHzjft+IkFjZt9uYIygQGCJxi/KgyDcmOimWFm9Jv51YE8/4aQ==",
|
||||
"shasum": "89af66a94c168f5eadde3e7674a8295b77db5987",
|
||||
"signatures": [
|
||||
{
|
||||
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
|
||||
"sig": "MEYCIQCsb95pRnYeTNCndcV97pDFUPKWKnbHkV4QvYD8eCUfIwIhAL4KScR1+VYR8oyHmH+erb5GR3jeVkyN2SpA6EW0bO8J"
|
||||
}
|
||||
],
|
||||
"tarball": "https://registry.npmjs.org/gitbook-plugin-highlight/-/gitbook-plugin-highlight-2.0.3.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"gitbook": ">=2.4.0"
|
||||
},
|
||||
"gitHead": "2366611d806622168a5189399ccf44d23a38007d",
|
||||
"homepage": "https://github.com/GitbookIO/plugin-highlight",
|
||||
"license": "Apache 2",
|
||||
"main": "index.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"email": "johan.preynat@gmail.com",
|
||||
"name": "jpreynat"
|
||||
},
|
||||
{
|
||||
"email": "samypesse@gmail.com",
|
||||
"name": "samypesse"
|
||||
},
|
||||
{
|
||||
"email": "soreine.plume@gmail.com",
|
||||
"name": "soreine"
|
||||
}
|
||||
],
|
||||
"name": "gitbook-plugin-highlight",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/GitbookIO/plugin-highlight.git"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublish": "mkdir -p css && lessc ./less/website.less > ./css/website.css; lessc ./less/ebook.less > ./css/ebook.css",
|
||||
"test": "mocha test/"
|
||||
},
|
||||
"version": "2.0.3"
|
||||
}
|
Reference in New Issue
Block a user