Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/unique-filename/package.json')
-rw-r--r--node_modules/unique-filename/package.json37
1 files changed, 29 insertions, 8 deletions
diff --git a/node_modules/unique-filename/package.json b/node_modules/unique-filename/package.json
index bc429aa44..0d4ddb45e 100644
--- a/node_modules/unique-filename/package.json
+++ b/node_modules/unique-filename/package.json
@@ -1,27 +1,48 @@
{
"name": "unique-filename",
- "version": "1.1.1",
+ "version": "2.0.0",
"description": "Generate a unique filename for use in temporary directories or caches.",
- "main": "index.js",
+ "main": "lib/index.js",
"scripts": {
- "test": "standard && tap test"
+ "test": "tap",
+ "lint": "eslint \"**/*.js\"",
+ "postlint": "template-oss-check",
+ "template-oss-apply": "template-oss-apply --force",
+ "lintfix": "npm run lint -- --fix",
+ "preversion": "npm test",
+ "postversion": "npm publish",
+ "prepublishOnly": "git push origin --follow-tags",
+ "snap": "tap",
+ "posttest": "npm run lint"
},
"repository": {
"type": "git",
- "url": "https://github.com/iarna/unique-filename.git"
+ "url": "https://github.com/npm/unique-filename.git"
},
"keywords": [],
- "author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org/)",
+ "author": "GitHub Inc.",
"license": "ISC",
"bugs": {
"url": "https://github.com/iarna/unique-filename/issues"
},
"homepage": "https://github.com/iarna/unique-filename",
"devDependencies": {
- "standard": "^5.4.1",
- "tap": "^2.3.1"
+ "@npmcli/eslint-config": "^3.1.0",
+ "@npmcli/template-oss": "3.5.0",
+ "tap": "^16.3.0"
},
"dependencies": {
- "unique-slug": "^2.0.0"
+ "unique-slug": "^2.0.2"
+ },
+ "files": [
+ "bin/",
+ "lib/"
+ ],
+ "engines": {
+ "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
+ },
+ "templateOSS": {
+ "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
+ "version": "3.5.0"
}
}