项目原始demo,不改动
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 

100 lines
2.3 KiB

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