mirror of
https://github.com/github/codeql-action.git
synced 2025-12-28 02:00:12 +08:00
Run npm install so have clear baseline
This commit is contained in:
68
node_modules/unique-string/package.json
generated
vendored
68
node_modules/unique-string/package.json
generated
vendored
@@ -1,24 +1,58 @@
|
||||
{
|
||||
"name": "unique-string",
|
||||
"version": "2.0.0",
|
||||
"description": "Generate a unique random string",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/unique-string",
|
||||
"_args": [
|
||||
[
|
||||
"unique-string@2.0.0",
|
||||
"/Users/sam/code/codeql-action"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "unique-string@2.0.0",
|
||||
"_id": "unique-string@2.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==",
|
||||
"_location": "/unique-string",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "unique-string@2.0.0",
|
||||
"name": "unique-string",
|
||||
"escapedName": "unique-string",
|
||||
"rawSpec": "2.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/configstore"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz",
|
||||
"_spec": "2.0.0",
|
||||
"_where": "/Users/sam/code/codeql-action",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/unique-string/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"crypto-random-string": "^2.0.0"
|
||||
},
|
||||
"description": "Generate a unique random string",
|
||||
"devDependencies": {
|
||||
"ava": "^1.4.1",
|
||||
"tsd": "^0.7.2",
|
||||
"xo": "^0.24.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava && tsd"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts"
|
||||
],
|
||||
"homepage": "https://github.com/sindresorhus/unique-string#readme",
|
||||
"keywords": [
|
||||
"unique",
|
||||
"string",
|
||||
@@ -29,12 +63,14 @@
|
||||
"slug",
|
||||
"hex"
|
||||
],
|
||||
"dependencies": {
|
||||
"crypto-random-string": "^2.0.0"
|
||||
"license": "MIT",
|
||||
"name": "unique-string",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/unique-string.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ava": "^1.4.1",
|
||||
"tsd": "^0.7.2",
|
||||
"xo": "^0.24.0"
|
||||
}
|
||||
}
|
||||
"scripts": {
|
||||
"test": "xo && ava && tsd"
|
||||
},
|
||||
"version": "2.0.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user