2021-02-11 21:31:41 +08:00

73 lines
1.9 KiB
JSON

{
"_from": "crypto-random-string@^2.0.0",
"_id": "crypto-random-string@2.0.0",
"_inBundle": false,
"_integrity": "sha1-7yp6lm7BEIM4g2m6oC6+rSKbMNU=",
"_location": "/crypto-random-string",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "crypto-random-string@^2.0.0",
"name": "crypto-random-string",
"escapedName": "crypto-random-string",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/unique-string"
],
"_resolved": "https://registry.npm.taobao.org/crypto-random-string/download/crypto-random-string-2.0.0.tgz?cache=0&sync_timestamp=1599137508676&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcrypto-random-string%2Fdownload%2Fcrypto-random-string-2.0.0.tgz",
"_shasum": "ef2a7a966ec11083388369baa02ebead229b30d5",
"_spec": "crypto-random-string@^2.0.0",
"_where": "E:\\GreateCommunity\\node_modules\\unique-string",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/crypto-random-string/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Generate a cryptographically strong random string",
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
},
"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",
"crypto",
"strong",
"secure",
"hex"
],
"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": "2.0.0"
}