Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/ieee754/package.json

    rceaed42 r59329aa  
    11{
    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",
    531  "author": {
    632    "name": "Feross Aboukhadijeh",
     
    834    "url": "https://feross.org"
    935  },
     36  "bugs": {
     37    "url": "https://github.com/feross/ieee754/issues"
     38  },
    1039  "contributors": [
    11     "Romain Beauxis <toots@rastageeks.org>"
     40    {
     41      "name": "Romain Beauxis",
     42      "email": "toots@rastageeks.org"
     43    }
    1244  ],
     45  "description": "Read/write IEEE754 floating point numbers from/to a Buffer or array-like object",
    1346  "devDependencies": {
    1447    "airtap": "^3.0.0",
    1548    "standard": "*",
    1649    "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"
    3750  },
    3851  "funding": [
     
    4962      "url": "https://feross.org/support"
    5063    }
    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"
    5288}
Note: See TracChangeset for help on using the changeset viewer.