• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "_from": "crypto-random-string@^1.0.0",
3  "_id": "crypto-random-string@1.0.0",
4  "_inBundle": false,
5  "_integrity": "sha1-ojD2T1aDEOFJgAmUB5DsmVRbyn4=",
6  "_location": "/crypto-random-string",
7  "_phantomChildren": {},
8  "_requested": {
9    "type": "range",
10    "registry": true,
11    "raw": "crypto-random-string@^1.0.0",
12    "name": "crypto-random-string",
13    "escapedName": "crypto-random-string",
14    "rawSpec": "^1.0.0",
15    "saveSpec": null,
16    "fetchSpec": "^1.0.0"
17  },
18  "_requiredBy": [
19    "/unique-string"
20  ],
21  "_resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-1.0.0.tgz",
22  "_shasum": "a230f64f568310e1498009940790ec99545bca7e",
23  "_spec": "crypto-random-string@^1.0.0",
24  "_where": "/Users/rebecca/code/npm/node_modules/unique-string",
25  "author": {
26    "name": "Sindre Sorhus",
27    "email": "sindresorhus@gmail.com",
28    "url": "sindresorhus.com"
29  },
30  "bugs": {
31    "url": "https://github.com/sindresorhus/crypto-random-string/issues"
32  },
33  "bundleDependencies": false,
34  "deprecated": false,
35  "description": "Generate a cryptographically strong random string",
36  "devDependencies": {
37    "ava": "*",
38    "xo": "*"
39  },
40  "engines": {
41    "node": ">=4"
42  },
43  "files": [
44    "index.js"
45  ],
46  "homepage": "https://github.com/sindresorhus/crypto-random-string#readme",
47  "keywords": [
48    "random",
49    "string",
50    "str",
51    "rand",
52    "text",
53    "id",
54    "identifier",
55    "slug",
56    "salt",
57    "crypto",
58    "strong",
59    "secure",
60    "hex"
61  ],
62  "license": "MIT",
63  "name": "crypto-random-string",
64  "repository": {
65    "type": "git",
66    "url": "git+https://github.com/sindresorhus/crypto-random-string.git"
67  },
68  "scripts": {
69    "test": "xo && ava"
70  },
71  "version": "1.0.0",
72  "xo": {
73    "esnext": true
74  }
75}
76