mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-25 15:14:46 +00:00
.
This commit is contained in:
parent
00c3b50fca
commit
ae5dcb46c8
7331 changed files with 1784502 additions and 0 deletions
63
node_modules/map-cache/package.json
generated
vendored
Normal file
63
node_modules/map-cache/package.json
generated
vendored
Normal file
|
@ -0,0 +1,63 @@
|
|||
{
|
||||
"name": "map-cache",
|
||||
"description": "Basic cache object for storing key-value pairs.",
|
||||
"version": "0.2.2",
|
||||
"homepage": "https://github.com/jonschlinkert/map-cache",
|
||||
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
|
||||
"repository": "jonschlinkert/map-cache",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/map-cache/issues"
|
||||
},
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"main": "index.js",
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"devDependencies": {
|
||||
"gulp-format-md": "^0.1.9",
|
||||
"should": "^8.3.1"
|
||||
},
|
||||
"keywords": [
|
||||
"cache",
|
||||
"get",
|
||||
"has",
|
||||
"object",
|
||||
"set",
|
||||
"storage",
|
||||
"store"
|
||||
],
|
||||
"verb": {
|
||||
"run": true,
|
||||
"toc": false,
|
||||
"layout": "default",
|
||||
"tasks": [
|
||||
"readme"
|
||||
],
|
||||
"plugins": [
|
||||
"gulp-format-md"
|
||||
],
|
||||
"related": {
|
||||
"list": [
|
||||
"config-cache",
|
||||
"option-cache",
|
||||
"cache-base"
|
||||
]
|
||||
},
|
||||
"reflinks": [
|
||||
"verb"
|
||||
],
|
||||
"lint": {
|
||||
"reflinks": true
|
||||
}
|
||||
}
|
||||
|
||||
,"_resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz"
|
||||
,"_integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8="
|
||||
,"_from": "map-cache@0.2.2"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue