This commit is contained in:
2019-01-25 01:39:48 +01:00
commit 41ac3fb32a
3269 changed files with 396937 additions and 0 deletions

103
node_modules/crypto-random-string/package.json generated vendored Normal file
View File

@@ -0,0 +1,103 @@
{
"_args": [
[
"crypto-random-string@^1.0.0",
"/home/beppe/Github/yahooApi/node_modules/unique-string"
]
],
"_from": "crypto-random-string@>=1.0.0 <2.0.0",
"_id": "crypto-random-string@1.0.0",
"_inCache": true,
"_installable": true,
"_location": "/crypto-random-string",
"_nodeVersion": "4.6.1",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/crypto-random-string-1.0.0.tgz_1479096882597_0.12821740517392755"
},
"_npmUser": {
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
},
"_npmVersion": "2.15.9",
"_phantomChildren": {},
"_requested": {
"name": "crypto-random-string",
"raw": "crypto-random-string@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/unique-string"
],
"_resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-1.0.0.tgz",
"_shasum": "a230f64f568310e1498009940790ec99545bca7e",
"_shrinkwrap": null,
"_spec": "crypto-random-string@^1.0.0",
"_where": "/home/beppe/Github/yahooApi/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": "*",
"xo": "*"
},
"directories": {},
"dist": {
"shasum": "a230f64f568310e1498009940790ec99545bca7e",
"tarball": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-1.0.0.tgz"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"gitHead": "21960c996c3f77cf5f7bf6765e837e7c8a07e200",
"homepage": "https://github.com/sindresorhus/crypto-random-string#readme",
"keywords": [
"crypto",
"hex",
"id",
"identifier",
"rand",
"random",
"salt",
"secure",
"slug",
"str",
"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"
},
"version": "1.0.0",
"xo": {
"esnext": true
}
}