You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

131 lines
3.4 KiB

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