aswi2020vldc-gitlab/templetes/node_modules/unique-slug/package.json @ 143404cb
1 | 3a515b92 | cagy | {
|
---|---|---|---|
2 | "name": "unique-slug", |
||
3 | "version": "2.0.2", |
||
4 | "description": "Generate a unique character string suitible for use in files and URLs.", |
||
5 | "main": "index.js", |
||
6 | "scripts": { |
||
7 | "test": "standard && tap --coverage test" |
||
8 | }, |
||
9 | "keywords": [], |
||
10 | "author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org)", |
||
11 | "license": "ISC", |
||
12 | "devDependencies": { |
||
13 | "standard": "^12.0.1", |
||
14 | "tap": "^12.7.0" |
||
15 | }, |
||
16 | "repository": { |
||
17 | "type": "git", |
||
18 | "url": "git://github.com/iarna/unique-slug.git" |
||
19 | }, |
||
20 | "dependencies": { |
||
21 | "imurmurhash": "^0.1.4" |
||
22 | } |
||
23 | }
|