source: trip-planner-front/node_modules/randombytes/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

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