mirror of
https://github.com/rad1o/server.git
synced 2026-03-03 00:34:03 +01:00
52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"name": "randomstring",
|
|
"version": "1.0.7",
|
|
"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"
|
|
},
|
|
"gitHead": "e8a86bb5aba4c4b4c3cc65906e23129104d18200",
|
|
"bugs": {
|
|
"url": "https://github.com/klughammer/node-randomstring/issues"
|
|
},
|
|
"_id": "randomstring@1.0.7",
|
|
"_shasum": "cf0cf5848228a5767f9145b37b1937689941c64f",
|
|
"_from": "randomstring@*",
|
|
"_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": "cf0cf5848228a5767f9145b37b1937689941c64f",
|
|
"tarball": "http://registry.npmjs.org/randomstring/-/randomstring-1.0.7.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/randomstring/-/randomstring-1.0.7.tgz"
|
|
}
|