package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "is-arrayish@^0.2.1",
  6. "scope": null,
  7. "escapedName": "is-arrayish",
  8. "name": "is-arrayish",
  9. "rawSpec": "^0.2.1",
  10. "spec": ">=0.2.1 <0.3.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/error-ex"
  14. ]
  15. ],
  16. "_from": "is-arrayish@>=0.2.1 <0.3.0",
  17. "_id": "is-arrayish@0.2.1",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/is-arrayish",
  21. "_nodeVersion": "0.12.7",
  22. "_npmUser": {
  23. "name": "qix",
  24. "email": "i.am.qix@gmail.com"
  25. },
  26. "_npmVersion": "3.2.2",
  27. "_phantomChildren": {},
  28. "_requested": {
  29. "raw": "is-arrayish@^0.2.1",
  30. "scope": null,
  31. "escapedName": "is-arrayish",
  32. "name": "is-arrayish",
  33. "rawSpec": "^0.2.1",
  34. "spec": ">=0.2.1 <0.3.0",
  35. "type": "range"
  36. },
  37. "_requiredBy": [
  38. "/error-ex"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
  41. "_shasum": "77c99840527aa8ecb1a8ba697b80645a7a926a9d",
  42. "_shrinkwrap": null,
  43. "_spec": "is-arrayish@^0.2.1",
  44. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/error-ex",
  45. "author": {
  46. "name": "Qix",
  47. "url": "http://github.com/qix-"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/qix-/node-is-arrayish/issues"
  51. },
  52. "dependencies": {},
  53. "description": "Determines if an object can be used as an array",
  54. "devDependencies": {
  55. "coffee-script": "^1.9.3",
  56. "coveralls": "^2.11.2",
  57. "istanbul": "^0.3.17",
  58. "mocha": "^2.2.5",
  59. "should": "^7.0.1",
  60. "xo": "^0.6.1"
  61. },
  62. "directories": {},
  63. "dist": {
  64. "shasum": "77c99840527aa8ecb1a8ba697b80645a7a926a9d",
  65. "tarball": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz"
  66. },
  67. "gitHead": "53f22aa6ce557d7d31a3d1152a590a2df220df9d",
  68. "homepage": "https://github.com/qix-/node-is-arrayish#readme",
  69. "keywords": [
  70. "is",
  71. "array",
  72. "duck",
  73. "type",
  74. "arrayish",
  75. "similar",
  76. "proto",
  77. "prototype",
  78. "type"
  79. ],
  80. "license": "MIT",
  81. "maintainers": [
  82. {
  83. "name": "qix",
  84. "email": "i.am.qix@gmail.com"
  85. }
  86. ],
  87. "name": "is-arrayish",
  88. "optionalDependencies": {},
  89. "readme": "ERROR: No README data found!",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/qix-/node-is-arrayish.git"
  93. },
  94. "scripts": {
  95. "pretest": "xo",
  96. "test": "mocha --compilers coffee:coffee-script/register"
  97. },
  98. "version": "0.2.1"
  99. }