Changeset 59329aa for trip-planner-front/node_modules/ieee754/package.json
- 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/ieee754/package.json
rceaed42 r59329aa 1 1 { 2 "name": "ieee754", 3 "description": "Read/write IEEE754 floating point numbers from/to a Buffer or array-like object", 4 "version": "1.2.1", 2 "_args": [ 3 [ 4 "ieee754@1.2.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "ieee754@1.2.1", 10 "_id": "ieee754@1.2.1", 11 "_inBundle": false, 12 "_integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", 13 "_location": "/ieee754", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "ieee754@1.2.1", 19 "name": "ieee754", 20 "escapedName": "ieee754", 21 "rawSpec": "1.2.1", 22 "saveSpec": null, 23 "fetchSpec": "1.2.1" 24 }, 25 "_requiredBy": [ 26 "/buffer" 27 ], 28 "_resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", 29 "_spec": "1.2.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 5 31 "author": { 6 32 "name": "Feross Aboukhadijeh", … … 8 34 "url": "https://feross.org" 9 35 }, 36 "bugs": { 37 "url": "https://github.com/feross/ieee754/issues" 38 }, 10 39 "contributors": [ 11 "Romain Beauxis <toots@rastageeks.org>" 40 { 41 "name": "Romain Beauxis", 42 "email": "toots@rastageeks.org" 43 } 12 44 ], 45 "description": "Read/write IEEE754 floating point numbers from/to a Buffer or array-like object", 13 46 "devDependencies": { 14 47 "airtap": "^3.0.0", 15 48 "standard": "*", 16 49 "tape": "^5.0.1" 17 },18 "keywords": [19 "IEEE 754",20 "buffer",21 "convert",22 "floating point",23 "ieee754"24 ],25 "license": "BSD-3-Clause",26 "main": "index.js",27 "types": "index.d.ts",28 "repository": {29 "type": "git",30 "url": "git://github.com/feross/ieee754.git"31 },32 "scripts": {33 "test": "standard && npm run test-node && npm run test-browser",34 "test-browser": "airtap -- test/*.js",35 "test-browser-local": "airtap --local -- test/*.js",36 "test-node": "tape test/*.js"37 50 }, 38 51 "funding": [ … … 49 62 "url": "https://feross.org/support" 50 63 } 51 ] 64 ], 65 "homepage": "https://github.com/feross/ieee754#readme", 66 "keywords": [ 67 "IEEE 754", 68 "buffer", 69 "convert", 70 "floating point", 71 "ieee754" 72 ], 73 "license": "BSD-3-Clause", 74 "main": "index.js", 75 "name": "ieee754", 76 "repository": { 77 "type": "git", 78 "url": "git://github.com/feross/ieee754.git" 79 }, 80 "scripts": { 81 "test": "standard && npm run test-node && npm run test-browser", 82 "test-browser": "airtap -- test/*.js", 83 "test-browser-local": "airtap --local -- test/*.js", 84 "test-node": "tape test/*.js" 85 }, 86 "types": "index.d.ts", 87 "version": "1.2.1" 52 88 }
Note:
See TracChangeset
for help on using the changeset viewer.