Changeset 59329aa for trip-planner-front/node_modules/base64id
- 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/base64id/package.json
rceaed42 r59329aa 1 1 { 2 "name": "base64id" 3 , "version": "2.0.0" 4 , "license": "MIT" 5 , "description": "Generates a base64 id" 6 , "author": "Kristian Faeldt <faeldt_kristian@cyberagent.co.jp>" 7 , "repository": { 8 "type": "git" 9 , "url": "https://github.com/faeldt/base64id.git" 10 } 11 , "main": "./lib/base64id.js" 12 , "engines": { "node": "^4.5.0 || >= 5.9" } 2 "_args": [ 3 [ 4 "base64id@2.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "base64id@2.0.0", 10 "_id": "base64id@2.0.0", 11 "_inBundle": false, 12 "_integrity": "sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog==", 13 "_location": "/base64id", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "base64id@2.0.0", 19 "name": "base64id", 20 "escapedName": "base64id", 21 "rawSpec": "2.0.0", 22 "saveSpec": null, 23 "fetchSpec": "2.0.0" 24 }, 25 "_requiredBy": [ 26 "/engine.io", 27 "/socket.io" 28 ], 29 "_resolved": "https://registry.npmjs.org/base64id/-/base64id-2.0.0.tgz", 30 "_spec": "2.0.0", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Kristian Faeldt", 34 "email": "faeldt_kristian@cyberagent.co.jp" 35 }, 36 "bugs": { 37 "url": "https://github.com/faeldt/base64id/issues" 38 }, 39 "description": "Generates a base64 id", 40 "engines": { 41 "node": "^4.5.0 || >= 5.9" 42 }, 43 "homepage": "https://github.com/faeldt/base64id#readme", 44 "license": "MIT", 45 "main": "./lib/base64id.js", 46 "name": "base64id", 47 "repository": { 48 "type": "git", 49 "url": "git+https://github.com/faeldt/base64id.git" 50 }, 51 "version": "2.0.0" 13 52 }
Note:
See TracChangeset
for help on using the changeset viewer.