123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- {
- "_args": [
- [
- "crypto-random-string@^2.0.0",
- "/home/lyxaira/Artesanias/artesanias/node_modules/unique-string"
- ]
- ],
- "_from": "crypto-random-string@>=2.0.0 <3.0.0",
- "_hasShrinkwrap": false,
- "_id": "crypto-random-string@2.0.0",
- "_inCache": true,
- "_installable": true,
- "_location": "/crypto-random-string",
- "_nodeVersion": "10.15.1",
- "_npmOperationalInternal": {
- "host": "s3://npm-registry-packages",
- "tmp": "tmp/crypto-random-string_2.0.0_1554839383983_0.9523177438892618"
- },
- "_npmUser": {
- "email": "sindresorhus@gmail.com",
- "name": "sindresorhus"
- },
- "_npmVersion": "6.4.1",
- "_phantomChildren": {},
- "_requested": {
- "name": "crypto-random-string",
- "raw": "crypto-random-string@^2.0.0",
- "rawSpec": "^2.0.0",
- "scope": null,
- "spec": ">=2.0.0 <3.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/unique-string"
- ],
- "_resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz",
- "_shasum": "ef2a7a966ec11083388369baa02ebead229b30d5",
- "_shrinkwrap": null,
- "_spec": "crypto-random-string@^2.0.0",
- "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/unique-string",
- "author": {
- "email": "sindresorhus@gmail.com",
- "name": "Sindre Sorhus",
- "url": "sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/crypto-random-string/issues"
- },
- "dependencies": {},
- "description": "Generate a cryptographically strong random string",
- "devDependencies": {
- "ava": "^1.4.1",
- "tsd": "^0.7.2",
- "xo": "^0.24.0"
- },
- "directories": {},
- "dist": {
- "fileCount": 5,
- "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==",
- "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcrPdYCRA9TVsSAnZWagAAZC8QAIyNwYTkgUoec//UA1SB\nljUUvkrcii59QJgsEhqGuR1gvNVsoepVuAyl2/rTvDttNp/RnXE/jqvM6Jyt\nWntcQmcbTNtUo8s9JV3lxzSXJLd8s+3q3UBMaD7UxrxvoarEpjKfcz9EfeAY\nvaAxezKo/2vde9EJ0UTcTcqaLreioX3c9p2IgN+qAm32wrDI4Y2CZNJ+2avr\n/c4w3d2Bvc1TwpJebQRWARQP+NG+T+whbYwcSmUr0ka7roejhNvrGwmvS9lr\n1CFouvOQNKDRWfruc267nrRKjwGlw7rop+Qq0YZKkCj/ITqRJSSVyi9o9Bj4\nnJdSgmi9d+aAPNs7qhjW1XlHbpTKzvSnCpmIq8lRY5iQmvn1pMJ9w3rfdHmz\ndGlKB2B6yiDRVSHWq9KsXCrUdPpeBf0oIM3pNH9tPMfAK08eFzNXrw4ZnP0b\nMyVVWJoDJlLSNiQHwbk7LDAjsnpTGp20C6fBaqQo1lvc56nS4zyjIiOFfPwY\ndOK0KyYFfa6zBsMQxr0Zrnv6ky3sSJbf4MYjiIbNnaPtBDOzK4DHiWWEVVi+\nJ60pNf4aXi87EWUQJTsq0fv2C6s6oATZO4PSZlrbCzHQVncS7K4KyRTvzgXL\ntzX46E4fvKhzwo5ClNgKLLyzmcCrlm8ZKhJYizPgYrJQ69bWaxUH0+aLGMrl\nv2BE\r\n=s+TV\r\n-----END PGP SIGNATURE-----\r\n",
- "shasum": "ef2a7a966ec11083388369baa02ebead229b30d5",
- "tarball": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz",
- "unpackedSize": 3929
- },
- "engines": {
- "node": ">=8"
- },
- "gitHead": "02bce8d99d653abb3271890569f923592ae7d756",
- "homepage": "https://github.com/sindresorhus/crypto-random-string#readme",
- "keywords": [
- "crypto",
- "hex",
- "id",
- "identifier",
- "random",
- "salt",
- "secure",
- "slug",
- "string",
- "strong",
- "text"
- ],
- "license": "MIT",
- "maintainers": [
- {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- }
- ],
- "name": "crypto-random-string",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/crypto-random-string.git"
- },
- "scripts": {
- "test": "xo && ava && tsd"
- },
- "version": "2.0.0"
- }
|