package.json 2.4 KB

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