source: trip-planner-front/node_modules/@xtuc/ieee754/package.json@ e29cc2e

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

adding photos

  • Property mode set to 100644
File size: 2.2 KB
Line 
1{
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",
32 "author": {
33 "name": "Feross Aboukhadijeh",
34 "email": "feross@feross.org",
35 "url": "http://feross.org"
36 },
37 "bugs": {
38 "url": "https://github.com/feross/ieee754/issues"
39 },
40 "contributors": [
41 {
42 "name": "Romain Beauxis",
43 "email": "toots@rastageeks.org"
44 }
45 ],
46 "description": "Read/write IEEE754 floating point numbers from/to a Buffer or array-like object",
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",
51 "airtap": "0.0.7",
52 "standard": "*",
53 "tape": "^4.0.0"
54 },
55 "homepage": "https://github.com/feross/ieee754#readme",
56 "keywords": [
57 "IEEE 754",
58 "buffer",
59 "convert",
60 "floating point",
61 "ieee754"
62 ],
63 "license": "BSD-3-Clause",
64 "main": "dist/index.cjs.js",
65 "module": "index.js",
66 "name": "@xtuc/ieee754",
67 "prepublish": "babel --plugins @babel/plugin-transform-modules-commonjs index.js -o dist/index.cjs.js",
68 "repository": {
69 "type": "git",
70 "url": "git://github.com/feross/ieee754.git"
71 },
72 "scripts": {
73 "test": "standard && npm run test-node && npm run test-browser",
74 "test-browser": "airtap -- test/*.js",
75 "test-browser-local": "airtap --local -- test/*.js",
76 "test-node": "tape test/*.js"
77 },
78 "version": "1.2.0"
79}
Note: See TracBrowser for help on using the repository browser.