source: trip-planner-front/node_modules/@webassemblyjs/ieee754/package.json@ 8d391a1

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

adding photos

  • Property mode set to 100644
File size: 1.7 KB
Line 
1{
2 "_args": [
3 [
4 "@webassemblyjs/ieee754@1.11.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "@webassemblyjs/ieee754@1.11.1",
10 "_id": "@webassemblyjs/ieee754@1.11.1",
11 "_inBundle": false,
12 "_integrity": "sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==",
13 "_location": "/@webassemblyjs/ieee754",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "@webassemblyjs/ieee754@1.11.1",
19 "name": "@webassemblyjs/ieee754",
20 "escapedName": "@webassemblyjs%2fieee754",
21 "scope": "@webassemblyjs",
22 "rawSpec": "1.11.1",
23 "saveSpec": null,
24 "fetchSpec": "1.11.1"
25 },
26 "_requiredBy": [
27 "/@webassemblyjs/wasm-gen",
28 "/@webassemblyjs/wasm-parser"
29 ],
30 "_resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz",
31 "_spec": "1.11.1",
32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
33 "bugs": {
34 "url": "https://github.com/xtuc/webassemblyjs/issues"
35 },
36 "dependencies": {
37 "@xtuc/ieee754": "^1.2.0"
38 },
39 "description": "IEEE754 decoder and encoder",
40 "gitHead": "3f07e2db2031afe0ce686630418c542938c1674b",
41 "homepage": "https://github.com/xtuc/webassemblyjs#readme",
42 "license": "MIT",
43 "main": "lib/index.js",
44 "module": "esm/index.js",
45 "name": "@webassemblyjs/ieee754",
46 "publishConfig": {
47 "access": "public"
48 },
49 "repository": {
50 "type": "git",
51 "url": "git+https://github.com/xtuc/webassemblyjs.git",
52 "directory": "packages/ieee754"
53 },
54 "scripts": {
55 "test": "echo \"Error: no test specified\" && exit 1"
56 },
57 "version": "1.11.1"
58}
Note: See TracBrowser for help on using the repository browser.