summaryrefslogtreecommitdiff
path: root/utilities/node_modules/crypto-random-string/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'utilities/node_modules/crypto-random-string/package.json')
-rw-r--r--utilities/node_modules/crypto-random-string/package.json43
1 files changed, 43 insertions, 0 deletions
diff --git a/utilities/node_modules/crypto-random-string/package.json b/utilities/node_modules/crypto-random-string/package.json
new file mode 100644
index 0000000..d70c1f0
--- /dev/null
+++ b/utilities/node_modules/crypto-random-string/package.json
@@ -0,0 +1,43 @@
+{
+ "name": "crypto-random-string",
+ "version": "1.0.0",
+ "description": "Generate a cryptographically strong random string",
+ "license": "MIT",
+ "repository": "sindresorhus/crypto-random-string",
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus@gmail.com",
+ "url": "sindresorhus.com"
+ },
+ "engines": {
+ "node": ">=4"
+ },
+ "scripts": {
+ "test": "xo && ava"
+ },
+ "files": [
+ "index.js"
+ ],
+ "keywords": [
+ "random",
+ "string",
+ "str",
+ "rand",
+ "text",
+ "id",
+ "identifier",
+ "slug",
+ "salt",
+ "crypto",
+ "strong",
+ "secure",
+ "hex"
+ ],
+ "devDependencies": {
+ "ava": "*",
+ "xo": "*"
+ },
+ "xo": {
+ "esnext": true
+ }
+}