- 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/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.