package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "_args": [
  3. [
  4. "object-keys@1.1.1",
  5. "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet"
  6. ]
  7. ],
  8. "_from": "object-keys@1.1.1",
  9. "_id": "object-keys@1.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
  12. "_location": "/object-keys",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "object-keys@1.1.1",
  18. "name": "object-keys",
  19. "escapedName": "object-keys",
  20. "rawSpec": "1.1.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.1"
  23. },
  24. "_requiredBy": [
  25. "/define-properties",
  26. "/es-abstract",
  27. "/object.assign"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
  30. "_spec": "1.1.1",
  31. "_where": "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet",
  32. "author": {
  33. "name": "Jordan Harband",
  34. "email": "ljharb@gmail.com",
  35. "url": "http://ljharb.codes"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/ljharb/object-keys/issues"
  39. },
  40. "contributors": [
  41. {
  42. "name": "Jordan Harband",
  43. "email": "ljharb@gmail.com",
  44. "url": "http://ljharb.codes"
  45. },
  46. {
  47. "name": "Raynos",
  48. "email": "raynos2@gmail.com"
  49. },
  50. {
  51. "name": "Nathan Rajlich",
  52. "email": "nathan@tootallnate.net"
  53. },
  54. {
  55. "name": "Ivan Starkov",
  56. "email": "istarkov@gmail.com"
  57. },
  58. {
  59. "name": "Gary Katsevman",
  60. "email": "git@gkatsev.com"
  61. }
  62. ],
  63. "dependencies": {},
  64. "description": "An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim",
  65. "devDependencies": {
  66. "@ljharb/eslint-config": "^13.1.1",
  67. "covert": "^1.1.1",
  68. "eslint": "^5.13.0",
  69. "foreach": "^2.0.5",
  70. "indexof": "^0.0.1",
  71. "is": "^3.3.0",
  72. "tape": "^4.9.2"
  73. },
  74. "engines": {
  75. "node": ">= 0.4"
  76. },
  77. "homepage": "https://github.com/ljharb/object-keys#readme",
  78. "keywords": [
  79. "Object.keys",
  80. "keys",
  81. "ES5",
  82. "shim"
  83. ],
  84. "license": "MIT",
  85. "main": "index.js",
  86. "name": "object-keys",
  87. "repository": {
  88. "type": "git",
  89. "url": "git://github.com/ljharb/object-keys.git"
  90. },
  91. "scripts": {
  92. "audit": "npm audit",
  93. "coverage": "covert test/*.js",
  94. "coverage-quiet": "covert test/*.js --quiet",
  95. "lint": "eslint .",
  96. "postaudit": "rm package-lock.json",
  97. "posttest": "npm run --silent audit",
  98. "preaudit": "npm install --package-lock --package-lock-only",
  99. "pretest": "npm run --silent lint",
  100. "test": "npm run --silent tests-only",
  101. "tests-only": "node test/index.js"
  102. },
  103. "testling": {
  104. "files": "test/index.js",
  105. "browsers": [
  106. "iexplore/6.0..latest",
  107. "firefox/3.0..6.0",
  108. "firefox/15.0..latest",
  109. "firefox/nightly",
  110. "chrome/4.0..10.0",
  111. "chrome/20.0..latest",
  112. "chrome/canary",
  113. "opera/10.0..latest",
  114. "opera/next",
  115. "safari/4.0..latest",
  116. "ipad/6.0..latest",
  117. "iphone/6.0..latest",
  118. "android-browser/4.2"
  119. ]
  120. },
  121. "version": "1.1.1"
  122. }