package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "is-arrayish@0.2.1",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "is-arrayish@0.2.1",
  9. "_id": "is-arrayish@0.2.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
  12. "_location": "/is-arrayish",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "is-arrayish@0.2.1",
  18. "name": "is-arrayish",
  19. "escapedName": "is-arrayish",
  20. "rawSpec": "0.2.1",
  21. "saveSpec": null,
  22. "fetchSpec": "0.2.1"
  23. },
  24. "_requiredBy": [
  25. "/error-ex"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/is-arrayish/-/is-arrayish-0.2.1.tgz",
  28. "_spec": "0.2.1",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "Qix",
  32. "url": "http://github.com/qix-"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/qix-/node-is-arrayish/issues"
  36. },
  37. "description": "Determines if an object can be used as an array",
  38. "devDependencies": {
  39. "coffee-script": "^1.9.3",
  40. "coveralls": "^2.11.2",
  41. "istanbul": "^0.3.17",
  42. "mocha": "^2.2.5",
  43. "should": "^7.0.1",
  44. "xo": "^0.6.1"
  45. },
  46. "homepage": "https://github.com/qix-/node-is-arrayish#readme",
  47. "keywords": [
  48. "is",
  49. "array",
  50. "duck",
  51. "type",
  52. "arrayish",
  53. "similar",
  54. "proto",
  55. "prototype",
  56. "type"
  57. ],
  58. "license": "MIT",
  59. "name": "is-arrayish",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/qix-/node-is-arrayish.git"
  63. },
  64. "scripts": {
  65. "pretest": "xo",
  66. "test": "mocha --compilers coffee:coffee-script/register"
  67. },
  68. "version": "0.2.1"
  69. }