source: trip-planner-front/node_modules/ieee754/package.json@ 84d0fbb

Last change on this file since 84d0fbb was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.1 KB
Line 
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",
31 "author": {
32 "name": "Feross Aboukhadijeh",
33 "email": "feross@feross.org",
34 "url": "https://feross.org"
35 },
36 "bugs": {
37 "url": "https://github.com/feross/ieee754/issues"
38 },
39 "contributors": [
40 {
41 "name": "Romain Beauxis",
42 "email": "toots@rastageeks.org"
43 }
44 ],
45 "description": "Read/write IEEE754 floating point numbers from/to a Buffer or array-like object",
46 "devDependencies": {
47 "airtap": "^3.0.0",
48 "standard": "*",
49 "tape": "^5.0.1"
50 },
51 "funding": [
52 {
53 "type": "github",
54 "url": "https://github.com/sponsors/feross"
55 },
56 {
57 "type": "patreon",
58 "url": "https://www.patreon.com/feross"
59 },
60 {
61 "type": "consulting",
62 "url": "https://feross.org/support"
63 }
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"
88}
Note: See TracBrowser for help on using the repository browser.