package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "function-bind@^1.0.2",
  6. "scope": null,
  7. "escapedName": "function-bind",
  8. "name": "function-bind",
  9. "rawSpec": "^1.0.2",
  10. "spec": ">=1.0.2 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/robert/workspace/xmlrpc/node_modules/has"
  14. ]
  15. ],
  16. "_from": "function-bind@>=1.0.2 <2.0.0",
  17. "_id": "function-bind@1.1.0",
  18. "_inCache": true,
  19. "_location": "/function-bind",
  20. "_nodeVersion": "5.6.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-6-west.internal.npmjs.com",
  23. "tmp": "tmp/function-bind-1.1.0.tgz_1455438520627_0.822420896962285"
  24. },
  25. "_npmUser": {
  26. "name": "ljharb",
  27. "email": "ljharb@gmail.com"
  28. },
  29. "_npmVersion": "3.6.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "function-bind@^1.0.2",
  33. "scope": null,
  34. "escapedName": "function-bind",
  35. "name": "function-bind",
  36. "rawSpec": "^1.0.2",
  37. "spec": ">=1.0.2 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/has"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.0.tgz",
  44. "_shasum": "16176714c801798e4e8f2cf7f7529467bb4a5771",
  45. "_shrinkwrap": null,
  46. "_spec": "function-bind@^1.0.2",
  47. "_where": "/home/robert/workspace/xmlrpc/node_modules/has",
  48. "author": {
  49. "name": "Raynos",
  50. "email": "raynos2@gmail.com"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/Raynos/function-bind/issues",
  54. "email": "raynos2@gmail.com"
  55. },
  56. "contributors": [
  57. {
  58. "name": "Raynos"
  59. },
  60. {
  61. "name": "Jordan Harband",
  62. "url": "https://github.com/ljharb"
  63. }
  64. ],
  65. "dependencies": {},
  66. "description": "Implementation of Function.prototype.bind",
  67. "devDependencies": {
  68. "@ljharb/eslint-config": "^2.1.0",
  69. "covert": "^1.1.0",
  70. "eslint": "^2.0.0",
  71. "jscs": "^2.9.0",
  72. "tape": "^4.4.0"
  73. },
  74. "directories": {},
  75. "dist": {
  76. "shasum": "16176714c801798e4e8f2cf7f7529467bb4a5771",
  77. "tarball": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.0.tgz"
  78. },
  79. "gitHead": "cb5057f2a0018ac48c812ccee86934a5af30efdb",
  80. "homepage": "https://github.com/Raynos/function-bind",
  81. "keywords": [
  82. "function",
  83. "bind",
  84. "shim",
  85. "es5"
  86. ],
  87. "licenses": [
  88. {
  89. "type": "MIT",
  90. "url": "http://github.com/Raynos/function-bind/raw/master/LICENSE"
  91. }
  92. ],
  93. "main": "index",
  94. "maintainers": [
  95. {
  96. "name": "raynos",
  97. "email": "raynos2@gmail.com"
  98. },
  99. {
  100. "name": "ljharb",
  101. "email": "ljharb@gmail.com"
  102. }
  103. ],
  104. "name": "function-bind",
  105. "optionalDependencies": {},
  106. "readme": "ERROR: No README data found!",
  107. "repository": {
  108. "type": "git",
  109. "url": "git://github.com/Raynos/function-bind.git"
  110. },
  111. "scripts": {
  112. "coverage": "covert test/*.js",
  113. "coverage-quiet": "covert test/*.js --quiet",
  114. "eslint": "eslint *.js */*.js",
  115. "jscs": "jscs *.js */*.js",
  116. "lint": "npm run jscs && npm run eslint",
  117. "test": "npm run lint && npm run tests-only && npm run coverage-quiet",
  118. "tests-only": "node test"
  119. },
  120. "testling": {
  121. "files": "test/index.js",
  122. "browsers": [
  123. "ie/8..latest",
  124. "firefox/16..latest",
  125. "firefox/nightly",
  126. "chrome/22..latest",
  127. "chrome/canary",
  128. "opera/12..latest",
  129. "opera/next",
  130. "safari/5.1..latest",
  131. "ipad/6.0..latest",
  132. "iphone/6.0..latest",
  133. "android-browser/4.2..latest"
  134. ]
  135. },
  136. "version": "1.1.0"
  137. }