Changeset 59329aa for trip-planner-front/node_modules/@xtuc/ieee754
- 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/@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 }
Note:
See TracChangeset
for help on using the changeset viewer.