Changeset 59329aa for trip-planner-front/node_modules/smart-buffer
- 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/smart-buffer/package.json
rceaed42 r59329aa 1 1 { 2 "name": "smart-buffer", 3 "version": "4.2.0", 4 "description": "smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more.", 5 "main": "build/smartbuffer.js", 6 "contributors": ["syvita"], 7 "homepage": "https://github.com/JoshGlazebrook/smart-buffer/", 8 "repository": { 9 "type": "git", 10 "url": "https://github.com/JoshGlazebrook/smart-buffer.git" 2 "_args": [ 3 [ 4 "smart-buffer@4.2.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "smart-buffer@4.2.0", 10 "_id": "smart-buffer@4.2.0", 11 "_inBundle": false, 12 "_integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==", 13 "_location": "/smart-buffer", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "smart-buffer@4.2.0", 19 "name": "smart-buffer", 20 "escapedName": "smart-buffer", 21 "rawSpec": "4.2.0", 22 "saveSpec": null, 23 "fetchSpec": "4.2.0" 24 }, 25 "_requiredBy": [ 26 "/socks" 27 ], 28 "_resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz", 29 "_spec": "4.2.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Josh Glazebrook" 11 33 }, 12 34 "bugs": { 13 35 "url": "https://github.com/JoshGlazebrook/smart-buffer/issues" 14 36 }, 15 "keywords": [ 16 "buffer", 17 "smart", 18 "packet", 19 "serialize", 20 "network", 21 "cursor", 22 "simple" 37 "contributors": [ 38 { 39 "name": "syvita" 40 } 23 41 ], 24 "engines": { 25 "node": ">= 6.0.0", 26 "npm": ">= 3.0.0" 27 }, 28 "author": "Josh Glazebrook", 29 "license": "MIT", 30 "readmeFilename": "README.md", 42 "dependencies": {}, 43 "description": "smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more.", 31 44 "devDependencies": { 32 45 "@types/chai": "4.1.7", … … 44 57 "typescript": "^3.2.1" 45 58 }, 46 "typings": "typings/smartbuffer.d.ts", 47 "dependencies": {}, 48 "scripts": { 49 "prepublish": "npm install -g typescript && npm run build", 50 "test": "NODE_ENV=test mocha --recursive --require ts-node/register test/**/*.ts", 51 "coverage": "NODE_ENV=test nyc npm test", 52 "coveralls": "NODE_ENV=test nyc npm test && nyc report --reporter=text-lcov | coveralls", 53 "lint": "tslint --type-check --project tsconfig.json 'src/**/*.ts'", 54 "build": "tsc -p ./" 59 "engines": { 60 "node": ">= 6.0.0", 61 "npm": ">= 3.0.0" 55 62 }, 63 "homepage": "https://github.com/JoshGlazebrook/smart-buffer/", 64 "keywords": [ 65 "buffer", 66 "smart", 67 "packet", 68 "serialize", 69 "network", 70 "cursor", 71 "simple" 72 ], 73 "license": "MIT", 74 "main": "build/smartbuffer.js", 75 "name": "smart-buffer", 56 76 "nyc": { 57 77 "extension": [ … … 76 96 ], 77 97 "all": true 78 } 98 }, 99 "repository": { 100 "type": "git", 101 "url": "git+https://github.com/JoshGlazebrook/smart-buffer.git" 102 }, 103 "scripts": { 104 "build": "tsc -p ./", 105 "coverage": "NODE_ENV=test nyc npm test", 106 "coveralls": "NODE_ENV=test nyc npm test && nyc report --reporter=text-lcov | coveralls", 107 "lint": "tslint --type-check --project tsconfig.json 'src/**/*.ts'", 108 "prepublish": "npm install -g typescript && npm run build", 109 "test": "NODE_ENV=test mocha --recursive --require ts-node/register test/**/*.ts" 110 }, 111 "typings": "typings/smartbuffer.d.ts", 112 "version": "4.2.0" 79 113 }
Note:
See TracChangeset
for help on using the changeset viewer.