mirror of
https://github.com/github/codeql-action.git
synced 2026-01-03 05:00:04 +08:00
update deps again
This commit is contained in:
80
node_modules/unique-string/package.json
generated
vendored
80
node_modules/unique-string/package.json
generated
vendored
@@ -1,44 +1,40 @@
|
||||
{
|
||||
"name": "unique-string",
|
||||
"version": "2.0.0",
|
||||
"description": "Generate a unique random string",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/unique-string",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava && tsd"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts"
|
||||
],
|
||||
"keywords": [
|
||||
"unique",
|
||||
"string",
|
||||
"random",
|
||||
"text",
|
||||
"id",
|
||||
"identifier",
|
||||
"slug",
|
||||
"hex"
|
||||
],
|
||||
"dependencies": {
|
||||
"crypto-random-string": "^2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ava": "^1.4.1",
|
||||
"tsd": "^0.7.2",
|
||||
"xo": "^0.24.0"
|
||||
}
|
||||
|
||||
,"_resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz"
|
||||
,"_integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg=="
|
||||
,"_from": "unique-string@2.0.0"
|
||||
"name": "unique-string",
|
||||
"version": "2.0.0",
|
||||
"description": "Generate a unique random string",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/unique-string",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava && tsd"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts"
|
||||
],
|
||||
"keywords": [
|
||||
"unique",
|
||||
"string",
|
||||
"random",
|
||||
"text",
|
||||
"id",
|
||||
"identifier",
|
||||
"slug",
|
||||
"hex"
|
||||
],
|
||||
"dependencies": {
|
||||
"crypto-random-string": "^2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ava": "^1.4.1",
|
||||
"tsd": "^0.7.2",
|
||||
"xo": "^0.24.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user