- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/randombytes/package.json
rceaed42 r59329aa 1 1 { 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" 10 24 }, 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" 18 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", 19 31 "author": "", 20 " license": "MIT",32 "browser": "browser.js", 21 33 "bugs": { 22 34 "url": "https://github.com/crypto-browserify/randombytes/issues" 23 35 }, 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", 26 40 "devDependencies": { 27 41 "phantomjs": "^1.9.9", … … 31 45 "zuul": "^3.7.2" 32 46 }, 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" 36 65 }
Note:
See TracChangeset
for help on using the changeset viewer.