package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "is-function@^1.0.1",
  3. "_id": "is-function@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-lw7DUp0aWXYg+CBCN+JKkcE0Q2RayZnSvnZBlwgxHBQhqt5pZNVy4Ri7H9GmmXkdu7LUthszM+Tor1u/2iBcpQ==",
  6. "_location": "/is-function",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-function@^1.0.1",
  12. "name": "is-function",
  13. "escapedName": "is-function",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/xhr"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/is-function/-/is-function-1.0.2.tgz",
  22. "_shasum": "4f097f30abf6efadac9833b17ca5dc03f8144e08",
  23. "_spec": "is-function@^1.0.1",
  24. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\xhr",
  25. "author": {
  26. "name": "Stephen Sugden",
  27. "email": "me@stephensugden.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/grncdr/js-is-function/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "is that thing a function? Use this module to find out",
  36. "devDependencies": {
  37. "tape": "~2.3.2"
  38. },
  39. "homepage": "https://github.com/grncdr/js-is-function",
  40. "keywords": [
  41. "polyfill",
  42. "is-function",
  43. "ie6"
  44. ],
  45. "license": "MIT",
  46. "main": "index.js",
  47. "name": "is-function",
  48. "repository": {
  49. "type": "git",
  50. "url": "git://github.com/grncdr/js-is-function.git"
  51. },
  52. "scripts": {
  53. "test": "tape test.js"
  54. },
  55. "testling": {
  56. "files": "test.js",
  57. "browsers": [
  58. "iexplore/6.0..latest",
  59. "firefox/3.0..6.0",
  60. "firefox/15.0..latest",
  61. "firefox/nightly",
  62. "chrome/4.0..10.0",
  63. "chrome/20.0..latest",
  64. "chrome/canary",
  65. "opera/10.0..latest",
  66. "opera/next",
  67. "safari/4.0..latest",
  68. "ipad/6.0..latest",
  69. "iphone/6.0..latest",
  70. "android-browser/4.2"
  71. ]
  72. },
  73. "version": "1.0.2"
  74. }