| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "_args": [
- [
- "crypto-random-string@3.2.0",
- "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
- ]
- ],
- "_from": "crypto-random-string@3.2.0",
- "_id": "crypto-random-string@3.2.0",
- "_inBundle": false,
- "_integrity": "sha512-8vPu5bsKaq2uKRy3OL7h1Oo7RayAWB8sYexLKAqvCXVib8SxgbmoF1IN4QMKjBv8uI8mp5gPPMbiRah25GMrVQ==",
- "_location": "/crypto-random-string",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "crypto-random-string@3.2.0",
- "name": "crypto-random-string",
- "escapedName": "crypto-random-string",
- "rawSpec": "3.2.0",
- "saveSpec": null,
- "fetchSpec": "3.2.0"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-3.2.0.tgz",
- "_spec": "3.2.0",
- "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/crypto-random-string/issues"
- },
- "dependencies": {
- "type-fest": "^0.8.1"
- },
- "description": "Generate a cryptographically strong random string",
- "devDependencies": {
- "ava": "^2.1.0",
- "tsd": "^0.11.0",
- "xo": "^0.25.3"
- },
- "engines": {
- "node": ">=8"
- },
- "files": [
- "index.js",
- "index.d.ts"
- ],
- "homepage": "https://github.com/sindresorhus/crypto-random-string#readme",
- "keywords": [
- "random",
- "string",
- "text",
- "id",
- "identifier",
- "slug",
- "salt",
- "pin",
- "crypto",
- "strong",
- "secure",
- "hex",
- "secret",
- "protect"
- ],
- "license": "MIT",
- "name": "crypto-random-string",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/crypto-random-string.git"
- },
- "scripts": {
- "test": "xo && ava && tsd"
- },
- "version": "3.2.0"
- }
|