Changeset 59329aa for trip-planner-front/node_modules/@xtuc
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- Location:
- trip-planner-front/node_modules/@xtuc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@xtuc/ieee754/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@xtuc/ieee754", 3 "description": "Read/write IEEE754 floating point numbers from/to a Buffer or array-like object", 4 "version": "1.2.0", 2 "_args": [ 3 [ 4 "@xtuc/ieee754@1.2.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@xtuc/ieee754@1.2.0", 10 "_id": "@xtuc/ieee754@1.2.0", 11 "_inBundle": false, 12 "_integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", 13 "_location": "/@xtuc/ieee754", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "@xtuc/ieee754@1.2.0", 19 "name": "@xtuc/ieee754", 20 "escapedName": "@xtuc%2fieee754", 21 "scope": "@xtuc", 22 "rawSpec": "1.2.0", 23 "saveSpec": null, 24 "fetchSpec": "1.2.0" 25 }, 26 "_requiredBy": [ 27 "/@webassemblyjs/ieee754" 28 ], 29 "_resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", 30 "_spec": "1.2.0", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 5 32 "author": { 6 33 "name": "Feross Aboukhadijeh", … … 8 35 "url": "http://feross.org" 9 36 }, 37 "bugs": { 38 "url": "https://github.com/feross/ieee754/issues" 39 }, 10 40 "contributors": [ 11 "Romain Beauxis <toots@rastageeks.org>" 41 { 42 "name": "Romain Beauxis", 43 "email": "toots@rastageeks.org" 44 } 12 45 ], 46 "description": "Read/write IEEE754 floating point numbers from/to a Buffer or array-like object", 13 47 "devDependencies": { 48 "@babel/cli": "^7.0.0-beta.54", 49 "@babel/core": "^7.0.0-beta.54", 50 "@babel/plugin-transform-modules-commonjs": "^7.0.0-beta.54", 14 51 "airtap": "0.0.7", 15 52 "standard": "*", 16 "tape": "^4.0.0", 17 "@babel/cli": "^7.0.0-beta.54", 18 "@babel/core": "^7.0.0-beta.54", 19 "@babel/plugin-transform-modules-commonjs": "^7.0.0-beta.54" 53 "tape": "^4.0.0" 20 54 }, 55 "homepage": "https://github.com/feross/ieee754#readme", 21 56 "keywords": [ 22 57 "IEEE 754", … … 29 64 "main": "dist/index.cjs.js", 30 65 "module": "index.js", 66 "name": "@xtuc/ieee754", 67 "prepublish": "babel --plugins @babel/plugin-transform-modules-commonjs index.js -o dist/index.cjs.js", 31 68 "repository": { 32 69 "type": "git", … … 39 76 "test-node": "tape test/*.js" 40 77 }, 41 " prepublish": "babel --plugins @babel/plugin-transform-modules-commonjs index.js -o dist/index.cjs.js"78 "version": "1.2.0" 42 79 } -
trip-planner-front/node_modules/@xtuc/long/package.json
rceaed42 r59329aa 1 1 { 2 "_args": [ 3 [ 4 "@xtuc/long@4.2.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@xtuc/long@4.2.2", 10 "_id": "@xtuc/long@4.2.2", 11 "_inBundle": false, 12 "_integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", 13 "_location": "/@xtuc/long", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "@xtuc/long@4.2.2", 2 19 "name": "@xtuc/long", 3 "version": "4.2.2", 4 "author": "Daniel Wirtz <dcode@dcode.io>", 5 "description": "A Long class for representing a 64-bit two's-complement integer value.", 6 "main": "src/long.js", 7 "repository": { 8 "type": "git", 9 "url": "https://github.com/dcodeIO/long.js.git" 10 }, 11 "bugs": { 12 "url": "https://github.com/dcodeIO/long.js/issues" 13 }, 14 "keywords": [ 15 "math" 16 ], 17 "dependencies": {}, 18 "devDependencies": { 19 "webpack": "^3.10.0" 20 }, 21 "license": "Apache-2.0", 22 "scripts": { 23 "build": "webpack", 24 "test": "node tests" 25 }, 26 "files": [ 27 "index.js", 28 "LICENSE", 29 "README.md", 30 "src/long.js", 31 "dist/long.js", 32 "dist/long.js.map", 33 "index.d.ts" 34 ], 35 "types": "index.d.ts" 20 "escapedName": "@xtuc%2flong", 21 "scope": "@xtuc", 22 "rawSpec": "4.2.2", 23 "saveSpec": null, 24 "fetchSpec": "4.2.2" 25 }, 26 "_requiredBy": [ 27 "/@webassemblyjs/helper-numbers", 28 "/@webassemblyjs/leb128", 29 "/@webassemblyjs/wast-printer" 30 ], 31 "_resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", 32 "_spec": "4.2.2", 33 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 34 "author": { 35 "name": "Daniel Wirtz", 36 "email": "dcode@dcode.io" 37 }, 38 "bugs": { 39 "url": "https://github.com/dcodeIO/long.js/issues" 40 }, 41 "dependencies": {}, 42 "description": "A Long class for representing a 64-bit two's-complement integer value.", 43 "devDependencies": { 44 "webpack": "^3.10.0" 45 }, 46 "files": [ 47 "index.js", 48 "LICENSE", 49 "README.md", 50 "src/long.js", 51 "dist/long.js", 52 "dist/long.js.map", 53 "index.d.ts" 54 ], 55 "homepage": "https://github.com/dcodeIO/long.js#readme", 56 "keywords": [ 57 "math" 58 ], 59 "license": "Apache-2.0", 60 "main": "src/long.js", 61 "name": "@xtuc/long", 62 "repository": { 63 "type": "git", 64 "url": "git+https://github.com/dcodeIO/long.js.git" 65 }, 66 "scripts": { 67 "build": "webpack", 68 "test": "node tests" 69 }, 70 "types": "index.d.ts", 71 "version": "4.2.2" 36 72 }
Note:
See TracChangeset
for help on using the changeset viewer.