source: imaps-frontend/node_modules/randombytes/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 1.7 KB
Line 
1{
2 "_from": "randombytes@^2.1.0",
3 "_id": "randombytes@2.1.0",
4 "_inBundle": false,
5 "_integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
6 "_location": "/randombytes",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "randombytes@^2.1.0",
12 "name": "randombytes",
13 "escapedName": "randombytes",
14 "rawSpec": "^2.1.0",
15 "saveSpec": null,
16 "fetchSpec": "^2.1.0"
17 },
18 "_requiredBy": [
19 "/serialize-javascript"
20 ],
21 "_resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
22 "_shasum": "df6f84372f0270dc65cdf6291349ab7a473d4f2a",
23 "_spec": "randombytes@^2.1.0",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/serialize-javascript",
25 "author": "",
26 "browser": "browser.js",
27 "bugs": {
28 "url": "https://github.com/crypto-browserify/randombytes/issues"
29 },
30 "bundleDependencies": false,
31 "dependencies": {
32 "safe-buffer": "^5.1.0"
33 },
34 "deprecated": false,
35 "description": "random bytes from browserify stand alone",
36 "devDependencies": {
37 "phantomjs": "^1.9.9",
38 "standard": "^10.0.2",
39 "tap-spec": "^2.1.2",
40 "tape": "^4.6.3",
41 "zuul": "^3.7.2"
42 },
43 "homepage": "https://github.com/crypto-browserify/randombytes",
44 "keywords": [
45 "crypto",
46 "random"
47 ],
48 "license": "MIT",
49 "main": "index.js",
50 "name": "randombytes",
51 "repository": {
52 "type": "git",
53 "url": "git+ssh://git@github.com/crypto-browserify/randombytes.git"
54 },
55 "scripts": {
56 "local": "zuul --local --no-coverage -- test.js",
57 "phantom": "zuul --phantom -- test.js",
58 "test": "standard && node test.js | tspec"
59 },
60 "version": "2.1.0"
61}
Note: See TracBrowser for help on using the repository browser.