mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
61 lines
1.5 KiB
JSON
61 lines
1.5 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"vscode-cache@0.3.0",
|
|
"/home/nick/Projects/vscode-advanced-new-file"
|
|
]
|
|
],
|
|
"_from": "vscode-cache@0.3.0",
|
|
"_id": "vscode-cache@0.3.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-fMOWZOvZnTcDAwaLibxMlWFGZ8A=",
|
|
"_location": "/vscode-cache",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "vscode-cache@0.3.0",
|
|
"name": "vscode-cache",
|
|
"escapedName": "vscode-cache",
|
|
"rawSpec": "0.3.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.3.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/vscode-cache/-/vscode-cache-0.3.0.tgz",
|
|
"_spec": "0.3.0",
|
|
"_where": "/home/nick/Projects/vscode-advanced-new-file",
|
|
"author": {
|
|
"name": "Jake Wilson"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Jakobud/vscode-cache/issues"
|
|
},
|
|
"description": "Persistent setting and value caching for Visual Studio Code extension authors",
|
|
"devDependencies": {
|
|
"bluebird": "^3.4.6",
|
|
"jsdoc-to-markdown": "^2.0.1",
|
|
"mocha": "^3.1.2"
|
|
},
|
|
"homepage": "https://github.com/Jakobud/vscode-cache#readme",
|
|
"keywords": [
|
|
"vscode",
|
|
"cache",
|
|
"extension"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "vscode-cache",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://Jakobud@github.com/Jakobud/vscode-cache.git"
|
|
},
|
|
"scripts": {
|
|
"jsdoc": "jsdoc2md --template README.hbs --separators --no-gfm --files index.js > README.md",
|
|
"test": "mocha test/test.js"
|
|
},
|
|
"version": "0.3.0"
|
|
}
|