package.json 1.9 KB

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