package.json 2.4 KB

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