94 lines
2.1 KiB
JSON
94 lines
2.1 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"code-prettify@0.1.0",
|
|
"/home/zhiyuanliu/gitlink/forgeplus-react"
|
|
]
|
|
],
|
|
"_from": "code-prettify@0.1.0",
|
|
"_id": "code-prettify@0.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-RocMyMGlDQm61TmzOpg9vUqjSx4=",
|
|
"_location": "/code-prettify",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "code-prettify@0.1.0",
|
|
"name": "code-prettify",
|
|
"escapedName": "code-prettify",
|
|
"rawSpec": "0.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/code-prettify/-/code-prettify-0.1.0.tgz",
|
|
"_spec": "0.1.0",
|
|
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
|
|
"author": {
|
|
"name": "Google"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/google/code-prettify/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Amro",
|
|
"email": "amroamroamro@gmail.com"
|
|
}
|
|
],
|
|
"description": "Google Code Prettify",
|
|
"devDependencies": {
|
|
"google-closure-compiler": "^20161201.0.0",
|
|
"grunt": "^1.0.1",
|
|
"grunt-contrib-clean": "^1.0.0",
|
|
"grunt-contrib-compress": "^1.3.0",
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
"grunt-contrib-cssmin": "^1.0.2",
|
|
"grunt-contrib-uglify": "^2.0.0",
|
|
"grunt-preprocess": "^5.1.0"
|
|
},
|
|
"directories": {
|
|
"lib": "src",
|
|
"doc": "docs",
|
|
"example": "examples",
|
|
"test": "tests"
|
|
},
|
|
"files": [
|
|
"loader/",
|
|
"src/",
|
|
"styles/*.css",
|
|
"COPYING"
|
|
],
|
|
"homepage": "https://github.com/google/code-prettify",
|
|
"keywords": [
|
|
"syntax",
|
|
"highlight",
|
|
"highlighting",
|
|
"source",
|
|
"code",
|
|
"prettify",
|
|
"google"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"main": "src/prettify.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "Mike Samuel",
|
|
"email": "mikesamuel@gmail.com"
|
|
}
|
|
],
|
|
"name": "code-prettify",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/google/code-prettify.git"
|
|
},
|
|
"scripts": {
|
|
"grunt": "grunt",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"version": "0.1.0"
|
|
}
|