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
55
node_modules/fast-diff/package.json
generated
vendored
Normal file
55
node_modules/fast-diff/package.json
generated
vendored
Normal file
|
@ -0,0 +1,55 @@
|
|||
{
|
||||
"_from": "fast-diff@^1.2.0",
|
||||
"_id": "fast-diff@1.2.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==",
|
||||
"_location": "/fast-diff",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "fast-diff@^1.2.0",
|
||||
"name": "fast-diff",
|
||||
"escapedName": "fast-diff",
|
||||
"rawSpec": "^1.2.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.2.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/npm-check-updates"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.2.0.tgz",
|
||||
"_shasum": "73ee11982d86caaf7959828d519cfe927fac5f03",
|
||||
"_spec": "fast-diff@^1.2.0",
|
||||
"_where": "/home/shimataro/projects/actions/ssh-key-action/node_modules/npm-check-updates",
|
||||
"author": {
|
||||
"name": "Jason Chen",
|
||||
"email": "jhchen7@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jhchen/fast-diff/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Fast Javascript text diff",
|
||||
"devDependencies": {
|
||||
"lodash": "~3.9.3",
|
||||
"seedrandom": "~2.4.0"
|
||||
},
|
||||
"homepage": "https://github.com/jhchen/fast-diff#readme",
|
||||
"keywords": [
|
||||
"diff"
|
||||
],
|
||||
"license": "Apache-2.0",
|
||||
"main": "diff.js",
|
||||
"name": "fast-diff",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jhchen/fast-diff.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node test.js"
|
||||
},
|
||||
"types": "diff.d.ts",
|
||||
"version": "1.2.0"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue