mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
* first action! (#1)
This commit is contained in:
parent
8deacc95b1
commit
ace1e6a69a
3750 changed files with 1155519 additions and 0 deletions
57
node_modules/unique-filename/package.json
generated
vendored
Normal file
57
node_modules/unique-filename/package.json
generated
vendored
Normal file
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"_from": "unique-filename@^1.1.1",
|
||||
"_id": "unique-filename@1.1.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==",
|
||||
"_location": "/unique-filename",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "unique-filename@^1.1.1",
|
||||
"name": "unique-filename",
|
||||
"escapedName": "unique-filename",
|
||||
"rawSpec": "^1.1.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.1.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/cacache",
|
||||
"/pacote"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz",
|
||||
"_shasum": "1d69769369ada0583103a1e6ae87681b56573230",
|
||||
"_spec": "unique-filename@^1.1.1",
|
||||
"_where": "/home/shimataro/projects/actions/ssh-key-action/node_modules/pacote",
|
||||
"author": {
|
||||
"name": "Rebecca Turner",
|
||||
"email": "me@re-becca.org",
|
||||
"url": "http://re-becca.org/"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/iarna/unique-filename/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"unique-slug": "^2.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Generate a unique filename for use in temporary directories or caches.",
|
||||
"devDependencies": {
|
||||
"standard": "^5.4.1",
|
||||
"tap": "^2.3.1"
|
||||
},
|
||||
"homepage": "https://github.com/iarna/unique-filename",
|
||||
"keywords": [],
|
||||
"license": "ISC",
|
||||
"main": "index.js",
|
||||
"name": "unique-filename",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/iarna/unique-filename.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "standard && tap test"
|
||||
},
|
||||
"version": "1.1.1"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue