package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. "function-bind@1.1.1",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  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. ],
  30. "_resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
  31. "_spec": "1.1.1",
  32. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  33. "author": {
  34. "name": "Raynos",
  35. "email": "raynos2@gmail.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/Raynos/function-bind/issues",
  39. "email": "raynos2@gmail.com"
  40. },
  41. "contributors": [
  42. {
  43. "name": "Raynos"
  44. },
  45. {
  46. "name": "Jordan Harband",
  47. "url": "https://github.com/ljharb"
  48. }
  49. ],
  50. "dependencies": {},
  51. "description": "Implementation of Function.prototype.bind",
  52. "devDependencies": {
  53. "@ljharb/eslint-config": "^12.2.1",
  54. "covert": "^1.1.0",
  55. "eslint": "^4.5.0",
  56. "jscs": "^3.0.7",
  57. "tape": "^4.8.0"
  58. },
  59. "homepage": "https://github.com/Raynos/function-bind",
  60. "keywords": [
  61. "function",
  62. "bind",
  63. "shim",
  64. "es5"
  65. ],
  66. "license": "MIT",
  67. "main": "index",
  68. "name": "function-bind",
  69. "repository": {
  70. "type": "git",
  71. "url": "git://github.com/Raynos/function-bind.git"
  72. },
  73. "scripts": {
  74. "coverage": "covert test/*.js",
  75. "eslint": "eslint *.js */*.js",
  76. "jscs": "jscs *.js */*.js",
  77. "lint": "npm run jscs && npm run eslint",
  78. "posttest": "npm run coverage -- --quiet",
  79. "pretest": "npm run lint",
  80. "test": "npm run tests-only",
  81. "tests-only": "node test"
  82. },
  83. "testling": {
  84. "files": "test/index.js",
  85. "browsers": [
  86. "ie/8..latest",
  87. "firefox/16..latest",
  88. "firefox/nightly",
  89. "chrome/22..latest",
  90. "chrome/canary",
  91. "opera/12..latest",
  92. "opera/next",
  93. "safari/5.1..latest",
  94. "ipad/6.0..latest",
  95. "iphone/6.0..latest",
  96. "android-browser/4.2..latest"
  97. ]
  98. },
  99. "version": "1.1.1"
  100. }