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/tweetnacl/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "tweetnacl",
    3   "version": "0.14.5",
     2  "_args": [
     3    [
     4      "tweetnacl@0.14.5",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "tweetnacl@0.14.5",
     10  "_id": "tweetnacl@0.14.5",
     11  "_inBundle": false,
     12  "_integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=",
     13  "_location": "/tweetnacl",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "tweetnacl@0.14.5",
     19    "name": "tweetnacl",
     20    "escapedName": "tweetnacl",
     21    "rawSpec": "0.14.5",
     22    "saveSpec": null,
     23    "fetchSpec": "0.14.5"
     24  },
     25  "_requiredBy": [
     26    "/bcrypt-pbkdf",
     27    "/sshpk"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz",
     30  "_spec": "0.14.5",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "TweetNaCl-js contributors"
     34  },
     35  "browser": {
     36    "buffer": false,
     37    "crypto": false
     38  },
     39  "bugs": {
     40    "url": "https://github.com/dchest/tweetnacl-js/issues"
     41  },
    442  "description": "Port of TweetNaCl cryptographic library to JavaScript",
    5   "main": "nacl-fast.js",
    6   "types": "nacl.d.ts",
     43  "devDependencies": {
     44    "browserify": "^13.0.0",
     45    "eslint": "^2.2.0",
     46    "faucet": "^0.0.1",
     47    "tap-browser-color": "^0.1.2",
     48    "tape": "^4.4.0",
     49    "tape-run": "^2.1.3",
     50    "tweetnacl-util": "^0.13.3",
     51    "uglify-js": "^2.6.1"
     52  },
    753  "directories": {
    854    "test": "test"
    955  },
    10   "scripts": {
    11     "build": "uglifyjs nacl.js -c -m -o nacl.min.js && uglifyjs nacl-fast.js -c -m -o nacl-fast.min.js",
    12     "test-node": "tape test/*.js | faucet",
    13     "test-node-all": "make -C test/c && tape test/*.js test/c/*.js | faucet",
    14     "test-browser": "NACL_SRC=${NACL_SRC:='nacl.min.js'} && npm run build-test-browser && cat $NACL_SRC test/browser/_bundle.js | tape-run | faucet",
    15     "build-test-browser": "browserify test/browser/init.js test/*.js | uglifyjs -c -m -o test/browser/_bundle.js 2>/dev/null && browserify test/browser/init.js test/*.quick.js | uglifyjs -c -m -o test/browser/_bundle-quick.js 2>/dev/null",
    16     "test": "npm run test-node-all && npm run test-browser",
    17     "bench": "node test/benchmark/bench.js",
    18     "lint": "eslint nacl.js nacl-fast.js test/*.js test/benchmark/*.js"
    19   },
    20   "repository": {
    21     "type": "git",
    22     "url": "https://github.com/dchest/tweetnacl-js.git"
    23   },
     56  "homepage": "https://tweetnacl.js.org",
    2457  "keywords": [
    2558    "crypto",
     
    3669    "signatures"
    3770  ],
    38   "author": "TweetNaCl-js contributors",
    3971  "license": "Unlicense",
    40   "bugs": {
    41     "url": "https://github.com/dchest/tweetnacl-js/issues"
     72  "main": "nacl-fast.js",
     73  "name": "tweetnacl",
     74  "repository": {
     75    "type": "git",
     76    "url": "git+https://github.com/dchest/tweetnacl-js.git"
    4277  },
    43   "homepage": "https://tweetnacl.js.org",
    44   "devDependencies": {
    45     "browserify": "^13.0.0",
    46     "eslint": "^2.2.0",
    47     "faucet": "^0.0.1",
    48     "tap-browser-color": "^0.1.2",
    49     "tape": "^4.4.0",
    50     "tape-run": "^2.1.3",
    51     "tweetnacl-util": "^0.13.3",
    52     "uglify-js": "^2.6.1"
     78  "scripts": {
     79    "bench": "node test/benchmark/bench.js",
     80    "build": "uglifyjs nacl.js -c -m -o nacl.min.js && uglifyjs nacl-fast.js -c -m -o nacl-fast.min.js",
     81    "build-test-browser": "browserify test/browser/init.js test/*.js | uglifyjs -c -m -o test/browser/_bundle.js 2>/dev/null && browserify test/browser/init.js test/*.quick.js | uglifyjs -c -m -o test/browser/_bundle-quick.js 2>/dev/null",
     82    "lint": "eslint nacl.js nacl-fast.js test/*.js test/benchmark/*.js",
     83    "test": "npm run test-node-all && npm run test-browser",
     84    "test-browser": "NACL_SRC=${NACL_SRC:='nacl.min.js'} && npm run build-test-browser && cat $NACL_SRC test/browser/_bundle.js | tape-run | faucet",
     85    "test-node": "tape test/*.js | faucet",
     86    "test-node-all": "make -C test/c && tape test/*.js test/c/*.js | faucet"
    5387  },
    54   "browser": {
    55     "buffer": false,
    56     "crypto": false
    57   }
     88  "types": "nacl.d.ts",
     89  "version": "0.14.5"
    5890}
Note: See TracChangeset for help on using the changeset viewer.