mirror of
https://github.com/abrendan/MicDropMessages.git
synced 2025-08-25 22:12:02 +02:00
Initial commit
This commit is contained in:
63
node_modules/rndm/package.json
generated
vendored
Normal file
63
node_modules/rndm/package.json
generated
vendored
Normal file
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"_from": "rndm@1.2.0",
|
||||
"_id": "rndm@1.2.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-8z/pz7Urv9UgqhgyO8ZdsRCht2w=",
|
||||
"_location": "/rndm",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "rndm@1.2.0",
|
||||
"name": "rndm",
|
||||
"escapedName": "rndm",
|
||||
"rawSpec": "1.2.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.2.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/csrf"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/rndm/-/rndm-1.2.0.tgz",
|
||||
"_shasum": "f33fe9cfb52bbfd520aa18323bc65db110a1b76c",
|
||||
"_spec": "rndm@1.2.0",
|
||||
"_where": "/home/runner/Socketio-Chat-Template/node_modules/csrf",
|
||||
"author": {
|
||||
"name": "Jonathan Ong",
|
||||
"email": "me@jongleberry.com",
|
||||
"url": "http://jongleberry.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/crypto-utils/rndm/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "random string generator",
|
||||
"devDependencies": {
|
||||
"istanbul": "0",
|
||||
"mocha": "2"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/crypto-utils/rndm#readme",
|
||||
"keywords": [
|
||||
"random",
|
||||
"number",
|
||||
"generator",
|
||||
"uid",
|
||||
"id"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "rndm",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/crypto-utils/rndm.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha",
|
||||
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
|
||||
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
|
||||
},
|
||||
"version": "1.2.0"
|
||||
}
|
Reference in New Issue
Block a user