- 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/@webassemblyjs/ieee754/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@webassemblyjs/ieee754", 3 "version": "1.11.1", 4 "description": "IEEE754 decoder and encoder", 5 "license": "MIT", 6 "main": "lib/index.js", 7 "module": "esm/index.js", 8 "scripts": { 9 "test": "echo \"Error: no test specified\" && exit 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" 10 25 }, 11 "repository": { 12 "type": "git", 13 "url": "https://github.com/xtuc/webassemblyjs.git", 14 "directory": "packages/ieee754" 15 }, 16 "publishConfig": { 17 "access": "public" 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" 18 35 }, 19 36 "dependencies": { 20 37 "@xtuc/ieee754": "^1.2.0" 21 38 }, 22 "gitHead": "3f07e2db2031afe0ce686630418c542938c1674b" 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" 23 58 }
Note:
See TracChangeset
for help on using the changeset viewer.