Changeset 59329aa for trip-planner-front/node_modules/string_decoder
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- Location:
- trip-planner-front/node_modules/string_decoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/string_decoder/node_modules/safe-buffer/package.json
rceaed42 r59329aa 1 1 { 2 "name": "safe-buffer", 3 "description": "Safer Node.js Buffer API", 4 "version": "5.2.1", 2 "_args": [ 3 [ 4 "safe-buffer@5.2.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "safe-buffer@5.2.1", 10 "_id": "safe-buffer@5.2.1", 11 "_inBundle": false, 12 "_integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", 13 "_location": "/string_decoder/safe-buffer", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "safe-buffer@5.2.1", 19 "name": "safe-buffer", 20 "escapedName": "safe-buffer", 21 "rawSpec": "5.2.1", 22 "saveSpec": null, 23 "fetchSpec": "5.2.1" 24 }, 25 "_requiredBy": [ 26 "/string_decoder" 27 ], 28 "_resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", 29 "_spec": "5.2.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 5 31 "author": { 6 32 "name": "Feross Aboukhadijeh", … … 11 37 "url": "https://github.com/feross/safe-buffer/issues" 12 38 }, 39 "description": "Safer Node.js Buffer API", 13 40 "devDependencies": { 14 41 "standard": "*", 15 42 "tape": "^5.0.0" 16 },17 "homepage": "https://github.com/feross/safe-buffer",18 "keywords": [19 "buffer",20 "buffer allocate",21 "node security",22 "safe",23 "safe-buffer",24 "security",25 "uninitialized"26 ],27 "license": "MIT",28 "main": "index.js",29 "types": "index.d.ts",30 "repository": {31 "type": "git",32 "url": "git://github.com/feross/safe-buffer.git"33 },34 "scripts": {35 "test": "standard && tape test/*.js"36 43 }, 37 44 "funding": [ … … 48 55 "url": "https://feross.org/support" 49 56 } 50 ] 57 ], 58 "homepage": "https://github.com/feross/safe-buffer", 59 "keywords": [ 60 "buffer", 61 "buffer allocate", 62 "node security", 63 "safe", 64 "safe-buffer", 65 "security", 66 "uninitialized" 67 ], 68 "license": "MIT", 69 "main": "index.js", 70 "name": "safe-buffer", 71 "repository": { 72 "type": "git", 73 "url": "git://github.com/feross/safe-buffer.git" 74 }, 75 "scripts": { 76 "test": "standard && tape test/*.js" 77 }, 78 "types": "index.d.ts", 79 "version": "5.2.1" 51 80 } -
trip-planner-front/node_modules/string_decoder/package.json
rceaed42 r59329aa 1 1 { 2 "name": "string_decoder", 3 "version": "1.3.0", 4 "description": "The string_decoder module from Node core", 5 "main": "lib/string_decoder.js", 6 "files": [ 7 "lib" 2 "_args": [ 3 [ 4 "string_decoder@1.3.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 8 7 ], 8 "_development": true, 9 "_from": "string_decoder@1.3.0", 10 "_id": "string_decoder@1.3.0", 11 "_inBundle": false, 12 "_integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", 13 "_location": "/string_decoder", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "string_decoder@1.3.0", 19 "name": "string_decoder", 20 "escapedName": "string_decoder", 21 "rawSpec": "1.3.0", 22 "saveSpec": null, 23 "fetchSpec": "1.3.0" 24 }, 25 "_requiredBy": [ 26 "/readable-stream" 27 ], 28 "_resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", 29 "_spec": "1.3.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "bugs": { 32 "url": "https://github.com/nodejs/string_decoder/issues" 33 }, 9 34 "dependencies": { 10 35 "safe-buffer": "~5.2.0" 11 36 }, 37 "description": "The string_decoder module from Node core", 12 38 "devDependencies": { 13 39 "babel-polyfill": "^6.23.0", … … 16 42 "tap": "~0.4.8" 17 43 }, 18 "scripts": { 19 "test": "tap test/parallel/*.js && node test/verify-dependencies", 20 "ci": "tap test/parallel/*.js test/ours/*.js --tap | tee test.tap && node test/verify-dependencies.js" 21 }, 22 "repository": { 23 "type": "git", 24 "url": "git://github.com/nodejs/string_decoder.git" 25 }, 44 "files": [ 45 "lib" 46 ], 26 47 "homepage": "https://github.com/nodejs/string_decoder", 27 48 "keywords": [ … … 31 52 "browserify" 32 53 ], 33 "license": "MIT" 54 "license": "MIT", 55 "main": "lib/string_decoder.js", 56 "name": "string_decoder", 57 "repository": { 58 "type": "git", 59 "url": "git://github.com/nodejs/string_decoder.git" 60 }, 61 "scripts": { 62 "ci": "tap test/parallel/*.js test/ours/*.js --tap | tee test.tap && node test/verify-dependencies.js", 63 "test": "tap test/parallel/*.js && node test/verify-dependencies" 64 }, 65 "version": "1.3.0" 34 66 }
Note:
See TracChangeset
for help on using the changeset viewer.