package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. "function-bind@1.1.1",
  5. "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet"
  6. ]
  7. ],
  8. "_from": "function-bind@1.1.1",
  9. "_id": "function-bind@1.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==",
  12. "_location": "/function-bind",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "function-bind@1.1.1",
  18. "name": "function-bind",
  19. "escapedName": "function-bind",
  20. "rawSpec": "1.1.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.1"
  23. },
  24. "_requiredBy": [
  25. "/call-bind",
  26. "/es-abstract",
  27. "/get-intrinsic",
  28. "/has",
  29. "/unbox-primitive"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
  32. "_spec": "1.1.1",
  33. "_where": "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet",
  34. "author": {
  35. "name": "Raynos",
  36. "email": "raynos2@gmail.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/Raynos/function-bind/issues",
  40. "email": "raynos2@gmail.com"
  41. },
  42. "contributors": [
  43. {
  44. "name": "Raynos"
  45. },
  46. {
  47. "name": "Jordan Harband",
  48. "url": "https://github.com/ljharb"
  49. }
  50. ],
  51. "dependencies": {},
  52. "description": "Implementation of Function.prototype.bind",
  53. "devDependencies": {
  54. "@ljharb/eslint-config": "^12.2.1",
  55. "covert": "^1.1.0",
  56. "eslint": "^4.5.0",
  57. "jscs": "^3.0.7",
  58. "tape": "^4.8.0"
  59. },
  60. "homepage": "https://github.com/Raynos/function-bind",
  61. "keywords": [
  62. "function",
  63. "bind",
  64. "shim",
  65. "es5"
  66. ],
  67. "license": "MIT",
  68. "main": "index",
  69. "name": "function-bind",
  70. "repository": {
  71. "type": "git",
  72. "url": "git://github.com/Raynos/function-bind.git"
  73. },
  74. "scripts": {
  75. "coverage": "covert test/*.js",
  76. "eslint": "eslint *.js */*.js",
  77. "jscs": "jscs *.js */*.js",
  78. "lint": "npm run jscs && npm run eslint",
  79. "posttest": "npm run coverage -- --quiet",
  80. "pretest": "npm run lint",
  81. "test": "npm run tests-only",
  82. "tests-only": "node test"
  83. },
  84. "testling": {
  85. "files": "test/index.js",
  86. "browsers": [
  87. "ie/8..latest",
  88. "firefox/16..latest",
  89. "firefox/nightly",
  90. "chrome/22..latest",
  91. "chrome/canary",
  92. "opera/12..latest",
  93. "opera/next",
  94. "safari/5.1..latest",
  95. "ipad/6.0..latest",
  96. "iphone/6.0..latest",
  97. "android-browser/4.2..latest"
  98. ]
  99. },
  100. "version": "1.1.1"
  101. }