package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_args": [
  3. [
  4. "function-bind@1.1.1",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "function-bind@1.1.1",
  10. "_id": "function-bind@1.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-pWiZ0+o8m6uHS7l3O3xe3pL0iV0=",
  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.getownpropertydescriptors/es-abstract",
  29. "/object.values",
  30. "/object.values/es-abstract",
  31. "/regexp.prototype.flags/es-abstract",
  32. "/util.promisify/es-abstract"
  33. ],
  34. "_resolved": "https://registry.npm.taobao.org/function-bind/download/function-bind-1.1.1.tgz",
  35. "_spec": "1.1.1",
  36. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  37. "author": {
  38. "name": "Raynos",
  39. "email": "raynos2@gmail.com"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/Raynos/function-bind/issues",
  43. "email": "raynos2@gmail.com"
  44. },
  45. "contributors": [
  46. {
  47. "name": "Raynos"
  48. },
  49. {
  50. "name": "Jordan Harband",
  51. "url": "https://github.com/ljharb"
  52. }
  53. ],
  54. "dependencies": {},
  55. "description": "Implementation of Function.prototype.bind",
  56. "devDependencies": {
  57. "@ljharb/eslint-config": "^12.2.1",
  58. "covert": "^1.1.0",
  59. "eslint": "^4.5.0",
  60. "jscs": "^3.0.7",
  61. "tape": "^4.8.0"
  62. },
  63. "homepage": "https://github.com/Raynos/function-bind",
  64. "keywords": [
  65. "function",
  66. "bind",
  67. "shim",
  68. "es5"
  69. ],
  70. "license": "MIT",
  71. "main": "index",
  72. "name": "function-bind",
  73. "repository": {
  74. "type": "git",
  75. "url": "git://github.com/Raynos/function-bind.git"
  76. },
  77. "scripts": {
  78. "coverage": "covert test/*.js",
  79. "eslint": "eslint *.js */*.js",
  80. "jscs": "jscs *.js */*.js",
  81. "lint": "npm run jscs && npm run eslint",
  82. "posttest": "npm run coverage -- --quiet",
  83. "pretest": "npm run lint",
  84. "test": "npm run tests-only",
  85. "tests-only": "node test"
  86. },
  87. "testling": {
  88. "files": "test/index.js",
  89. "browsers": [
  90. "ie/8..latest",
  91. "firefox/16..latest",
  92. "firefox/nightly",
  93. "chrome/22..latest",
  94. "chrome/canary",
  95. "opera/12..latest",
  96. "opera/next",
  97. "safari/5.1..latest",
  98. "ipad/6.0..latest",
  99. "iphone/6.0..latest",
  100. "android-browser/4.2..latest"
  101. ]
  102. },
  103. "version": "1.1.1"
  104. }