Files
rad1o-server/node_modules/randomstring/package.json

55 lines
1.4 KiB
JSON
Executable File

{
"name": "randomstring",
"version": "1.1.3",
"author": {
"name": "Elias Klughammer",
"email": "elias@klughammer.com",
"url": "http://www.klughammer.com"
},
"description": "A module for generating random strings",
"homepage": "https://github.com/klughammer/node-randomstring",
"repository": {
"type": "git",
"url": "git://github.com/klughammer/node-randomstring.git"
},
"main": "./index",
"engines": {
"node": "*"
},
"devDependencies": {
"mocha": "^1.20.1"
},
"license": "MIT",
"scripts": {
"test": "mocha"
},
"bin": {
"randomstring": "bin/randomstring"
},
"gitHead": "573f56b2c1d5fdf75f2525754e102f95fbcf6781",
"bugs": {
"url": "https://github.com/klughammer/node-randomstring/issues"
},
"_id": "randomstring@1.1.3",
"_shasum": "4e09671bec526396aeb792f620077a7212c7e83d",
"_from": "randomstring@1.1.3",
"_npmVersion": "2.7.4",
"_nodeVersion": "0.12.2",
"_npmUser": {
"name": "eliaskg",
"email": "elias.klughammer@me.com"
},
"maintainers": [
{
"name": "eliaskg",
"email": "elias.klughammer@me.com"
}
],
"dist": {
"shasum": "4e09671bec526396aeb792f620077a7212c7e83d",
"tarball": "http://registry.npmjs.org/randomstring/-/randomstring-1.1.3.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/randomstring/-/randomstring-1.1.3.tgz"
}