Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

3 лет назад
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_args": [
  3. [
  4. "@webassemblyjs/floating-point-hex-parser@1.7.6",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "@webassemblyjs/floating-point-hex-parser@1.7.6",
  9. "_id": "@webassemblyjs/floating-point-hex-parser@1.7.6",
  10. "_inBundle": false,
  11. "_integrity": "sha512-VBOZvaOyBSkPZdIt5VBMg3vPWxouuM13dPXGWI1cBh3oFLNcFJ8s9YA7S9l4mPI7+Q950QqOmqj06oa83hNWBA==",
  12. "_location": "/@webassemblyjs/floating-point-hex-parser",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@webassemblyjs/floating-point-hex-parser@1.7.6",
  18. "name": "@webassemblyjs/floating-point-hex-parser",
  19. "escapedName": "@webassemblyjs%2ffloating-point-hex-parser",
  20. "scope": "@webassemblyjs",
  21. "rawSpec": "1.7.6",
  22. "saveSpec": null,
  23. "fetchSpec": "1.7.6"
  24. },
  25. "_requiredBy": [
  26. "/@webassemblyjs/wast-parser"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.7.6.tgz",
  29. "_spec": "1.7.6",
  30. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  31. "author": {
  32. "name": "Mauro Bringolf"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/xtuc/webassemblyjs/issues"
  36. },
  37. "description": "A function to parse floating point hexadecimal strings as defined by the WebAssembly specification",
  38. "homepage": "https://github.com/xtuc/webassemblyjs#readme",
  39. "keywords": [
  40. "webassembly",
  41. "floating-point"
  42. ],
  43. "license": "MIT",
  44. "main": "lib/index.js",
  45. "module": "esm/index.js",
  46. "name": "@webassemblyjs/floating-point-hex-parser",
  47. "publishConfig": {
  48. "access": "public"
  49. },
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/xtuc/webassemblyjs.git"
  53. },
  54. "scripts": {
  55. "build-fuzzer": "[ -f ./test/fuzzing/parse.out ] || gcc ./test/fuzzing/parse.c -o ./test/fuzzing/parse.out -lm -Wall"
  56. },
  57. "version": "1.7.6"
  58. }