|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
647 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "unique-string",
|
|---|
| 3 | "version": "2.0.0",
|
|---|
| 4 | "description": "Generate a unique random string",
|
|---|
| 5 | "license": "MIT",
|
|---|
| 6 | "repository": "sindresorhus/unique-string",
|
|---|
| 7 | "author": {
|
|---|
| 8 | "name": "Sindre Sorhus",
|
|---|
| 9 | "email": "sindresorhus@gmail.com",
|
|---|
| 10 | "url": "sindresorhus.com"
|
|---|
| 11 | },
|
|---|
| 12 | "engines": {
|
|---|
| 13 | "node": ">=8"
|
|---|
| 14 | },
|
|---|
| 15 | "scripts": {
|
|---|
| 16 | "test": "xo && ava && tsd"
|
|---|
| 17 | },
|
|---|
| 18 | "files": [
|
|---|
| 19 | "index.js",
|
|---|
| 20 | "index.d.ts"
|
|---|
| 21 | ],
|
|---|
| 22 | "keywords": [
|
|---|
| 23 | "unique",
|
|---|
| 24 | "string",
|
|---|
| 25 | "random",
|
|---|
| 26 | "text",
|
|---|
| 27 | "id",
|
|---|
| 28 | "identifier",
|
|---|
| 29 | "slug",
|
|---|
| 30 | "hex"
|
|---|
| 31 | ],
|
|---|
| 32 | "dependencies": {
|
|---|
| 33 | "crypto-random-string": "^2.0.0"
|
|---|
| 34 | },
|
|---|
| 35 | "devDependencies": {
|
|---|
| 36 | "ava": "^1.4.1",
|
|---|
| 37 | "tsd": "^0.7.2",
|
|---|
| 38 | "xo": "^0.24.0"
|
|---|
| 39 | }
|
|---|
| 40 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.