jam-cloud/jam-ui/node_modules/prism-themes/package.json

61 lines
1.5 KiB
JSON

{
"_args": [
[
"prism-themes@1.7.0",
"/Users/nuwan/Code/jam-cloud/jam-ui"
]
],
"_from": "prism-themes@1.7.0",
"_id": "prism-themes@1.7.0",
"_inBundle": false,
"_integrity": "sha512-D5EsUQXOY4W9pcGwrOXFJiT22RRUuxWaaxyVNMGHRGr96h86K1XLLWMhzc3tXL0Qri7BhRE8mJtEN/ZZSNau6w==",
"_location": "/prism-themes",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "prism-themes@1.7.0",
"name": "prism-themes",
"escapedName": "prism-themes",
"rawSpec": "1.7.0",
"saveSpec": null,
"fetchSpec": "1.7.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/prism-themes/-/prism-themes-1.7.0.tgz",
"_spec": "1.7.0",
"_where": "/Users/nuwan/Code/jam-cloud/jam-ui",
"author": {
"name": "Lea Verou"
},
"bugs": {
"url": "https://github.com/prismjs/prism-themes/issues"
},
"description": "Additional themes for the Prism syntax highlighting library.",
"devDependencies": {
"capture-website": "^0.4.0",
"gulp": "^4.0.2",
"stylelint": "^12.0.0",
"stylelint-config-standard": "^19.0.0"
},
"files": [
"themes/*.css"
],
"homepage": "https://github.com/prismjs/prism-themes#readme",
"license": "MIT",
"main": "index.js",
"name": "prism-themes",
"repository": {
"type": "git",
"url": "git+https://github.com/prismjs/prism-themes.git"
},
"scripts": {
"lint": "stylelint \"themes/*.css\"",
"lint-fix": "stylelint \"themes/*.css\" --fix",
"test": "npm run lint && gulp check"
},
"version": "1.7.0"
}