package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "_args": [
  3. [
  4. "object-is@1.1.5",
  5. "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet"
  6. ]
  7. ],
  8. "_from": "object-is@1.1.5",
  9. "_id": "object-is@1.1.5",
  10. "_inBundle": false,
  11. "_integrity": "sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==",
  12. "_location": "/object-is",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "object-is@1.1.5",
  18. "name": "object-is",
  19. "escapedName": "object-is",
  20. "rawSpec": "1.1.5",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.5"
  23. },
  24. "_requiredBy": [
  25. "/assert"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.5.tgz",
  28. "_spec": "1.1.5",
  29. "_where": "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet",
  30. "author": {
  31. "name": "Jordan Harband"
  32. },
  33. "auto-changelog": {
  34. "output": "CHANGELOG.md",
  35. "template": "keepachangelog",
  36. "unreleased": false,
  37. "commitLimit": false,
  38. "backfillLimit": false,
  39. "hideCredit": true
  40. },
  41. "bugs": {
  42. "url": "https://github.com/es-shims/object-is/issues"
  43. },
  44. "dependencies": {
  45. "call-bind": "^1.0.2",
  46. "define-properties": "^1.1.3"
  47. },
  48. "description": "ES2015-compliant shim for Object.is - differentiates between -0 and +0",
  49. "devDependencies": {
  50. "@es-shims/api": "^2.1.2",
  51. "@ljharb/eslint-config": "^17.5.1",
  52. "aud": "^1.1.4",
  53. "auto-changelog": "^2.2.1",
  54. "eslint": "^7.20.0",
  55. "functions-have-names": "^1.2.2",
  56. "has-symbols": "^1.0.1",
  57. "nyc": "^10.3.2",
  58. "safe-publish-latest": "^1.1.4",
  59. "tape": "^5.2.0"
  60. },
  61. "engines": {
  62. "node": ">= 0.4"
  63. },
  64. "funding": {
  65. "url": "https://github.com/sponsors/ljharb"
  66. },
  67. "homepage": "https://github.com/es-shims/object-is",
  68. "keywords": [
  69. "is",
  70. "Object.is",
  71. "equality",
  72. "sameValueZero",
  73. "ES6",
  74. "ES2015",
  75. "shim",
  76. "polyfill",
  77. "es-shim API"
  78. ],
  79. "license": "MIT",
  80. "main": "index.js",
  81. "name": "object-is",
  82. "repository": {
  83. "type": "git",
  84. "url": "git://github.com/es-shims/object-is.git"
  85. },
  86. "scripts": {
  87. "lint": "eslint .",
  88. "postlint": "es-shim-api --bound",
  89. "posttest": "aud --production",
  90. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  91. "prepublish": "safe-publish-latest",
  92. "pretest": "npm run lint",
  93. "test": "npm run tests-only",
  94. "tests-only": "nyc tape 'test/**/*.js'",
  95. "version": "auto-changelog && git add CHANGELOG.md"
  96. },
  97. "testling": {
  98. "files": "test.js",
  99. "browsers": [
  100. "iexplore/6.0..latest",
  101. "firefox/3.0..6.0",
  102. "firefox/15.0..latest",
  103. "firefox/nightly",
  104. "chrome/4.0..10.0",
  105. "chrome/20.0..latest",
  106. "chrome/canary",
  107. "opera/10.0..12.0",
  108. "opera/15.0..latest",
  109. "opera/next",
  110. "safari/4.0..latest",
  111. "ipad/6.0..latest",
  112. "iphone/6.0..latest",
  113. "android-browser/4.2"
  114. ]
  115. },
  116. "version": "1.1.5"
  117. }