package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "has@1.0.3",
  5. "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet"
  6. ]
  7. ],
  8. "_from": "has@1.0.3",
  9. "_id": "has@1.0.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
  12. "_location": "/has",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "has@1.0.3",
  18. "name": "has",
  19. "escapedName": "has",
  20. "rawSpec": "1.0.3",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.3"
  23. },
  24. "_requiredBy": [
  25. "/es-abstract",
  26. "/get-intrinsic",
  27. "/internal-slot"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
  30. "_spec": "1.0.3",
  31. "_where": "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet",
  32. "author": {
  33. "name": "Thiago de Arruda",
  34. "email": "tpadilha84@gmail.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/tarruda/has/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Jordan Harband",
  42. "email": "ljharb@gmail.com",
  43. "url": "http://ljharb.codes"
  44. }
  45. ],
  46. "dependencies": {
  47. "function-bind": "^1.1.1"
  48. },
  49. "description": "Object.prototype.hasOwnProperty.call shortcut",
  50. "devDependencies": {
  51. "@ljharb/eslint-config": "^12.2.1",
  52. "eslint": "^4.19.1",
  53. "tape": "^4.9.0"
  54. },
  55. "engines": {
  56. "node": ">= 0.4.0"
  57. },
  58. "homepage": "https://github.com/tarruda/has",
  59. "license": "MIT",
  60. "licenses": [
  61. {
  62. "type": "MIT",
  63. "url": "https://github.com/tarruda/has/blob/master/LICENSE-MIT"
  64. }
  65. ],
  66. "main": "./src",
  67. "name": "has",
  68. "repository": {
  69. "type": "git",
  70. "url": "git://github.com/tarruda/has.git"
  71. },
  72. "scripts": {
  73. "lint": "eslint .",
  74. "pretest": "npm run lint",
  75. "test": "tape test"
  76. },
  77. "version": "1.0.3"
  78. }