package.json 2.4 KB

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