Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/randombytes/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "randombytes",
    3   "version": "2.1.0",
    4   "description": "random bytes from browserify stand alone",
    5   "main": "index.js",
    6   "scripts": {
    7     "test": "standard && node test.js | tspec",
    8     "phantom": "zuul --phantom -- test.js",
    9     "local": "zuul --local --no-coverage -- test.js"
     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"
    1024  },
    11   "repository": {
    12     "type": "git",
    13     "url": "git@github.com:crypto-browserify/randombytes.git"
    14   },
    15   "keywords": [
    16     "crypto",
    17     "random"
     25  "_requiredBy": [
     26    "/serialize-javascript"
    1827  ],
     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",
    1931  "author": "",
    20   "license": "MIT",
     32  "browser": "browser.js",
    2133  "bugs": {
    2234    "url": "https://github.com/crypto-browserify/randombytes/issues"
    2335  },
    24   "homepage": "https://github.com/crypto-browserify/randombytes",
    25   "browser": "browser.js",
     36  "dependencies": {
     37    "safe-buffer": "^5.1.0"
     38  },
     39  "description": "random bytes from browserify stand alone",
    2640  "devDependencies": {
    2741    "phantomjs": "^1.9.9",
     
    3145    "zuul": "^3.7.2"
    3246  },
    33   "dependencies": {
    34     "safe-buffer": "^5.1.0"
    35   }
     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"
    3665}
Note: See TracChangeset for help on using the changeset viewer.