25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.9 KiB

3 년 전
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "ieee754@1.1.13",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "ieee754@1.1.13",
  9. "_id": "ieee754@1.1.13",
  10. "_inBundle": false,
  11. "_integrity": "sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg==",
  12. "_location": "/ieee754",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "ieee754@1.1.13",
  18. "name": "ieee754",
  19. "escapedName": "ieee754",
  20. "rawSpec": "1.1.13",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.13"
  23. },
  24. "_requiredBy": [
  25. "/buffer"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.13.tgz",
  28. "_spec": "1.1.13",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Feross Aboukhadijeh",
  32. "email": "feross@feross.org",
  33. "url": "http://feross.org"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/feross/ieee754/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Romain Beauxis",
  41. "email": "toots@rastageeks.org"
  42. }
  43. ],
  44. "description": "Read/write IEEE754 floating point numbers from/to a Buffer or array-like object",
  45. "devDependencies": {
  46. "airtap": "0.1.0",
  47. "standard": "*",
  48. "tape": "^4.0.0"
  49. },
  50. "homepage": "https://github.com/feross/ieee754#readme",
  51. "keywords": [
  52. "IEEE 754",
  53. "buffer",
  54. "convert",
  55. "floating point",
  56. "ieee754"
  57. ],
  58. "license": "BSD-3-Clause",
  59. "main": "index.js",
  60. "name": "ieee754",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/feross/ieee754.git"
  64. },
  65. "scripts": {
  66. "test": "standard && npm run test-node && npm run test-browser",
  67. "test-browser": "airtap -- test/*.js",
  68. "test-browser-local": "airtap --local -- test/*.js",
  69. "test-node": "tape test/*.js"
  70. },
  71. "version": "1.1.13"
  72. }