package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "is-arrayish@0.2.1",
  5. "E:\\vscode\\UseStudio.Desktop"
  6. ]
  7. ],
  8. "_from": "is-arrayish@^0.2.1",
  9. "_id": "is-arrayish@0.2.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=",
  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. "/",
  26. "/error-ex"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
  29. "_shasum": "77c99840527aa8ecb1a8ba697b80645a7a926a9d",
  30. "_spec": "0.2.1",
  31. "_where": "E:\\vscode\\UseStudio.Desktop",
  32. "author": {
  33. "name": "Qix",
  34. "url": "http://github.com/qix-"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/qix-/node-is-arrayish/issues"
  38. },
  39. "bundleDependencies": false,
  40. "deprecated": false,
  41. "description": "Determines if an object can be used as an array",
  42. "devDependencies": {
  43. "coffee-script": "^1.9.3",
  44. "coveralls": "^2.11.2",
  45. "istanbul": "^0.3.17",
  46. "mocha": "^2.2.5",
  47. "should": "^7.0.1",
  48. "xo": "^0.6.1"
  49. },
  50. "homepage": "https://github.com/qix-/node-is-arrayish#readme",
  51. "keywords": [
  52. "is",
  53. "array",
  54. "duck",
  55. "type",
  56. "arrayish",
  57. "similar",
  58. "proto",
  59. "prototype",
  60. "type"
  61. ],
  62. "license": "MIT",
  63. "name": "is-arrayish",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/qix-/node-is-arrayish.git"
  67. },
  68. "scripts": {
  69. "pretest": "xo",
  70. "test": "mocha --compilers coffee:coffee-script/register"
  71. },
  72. "version": "0.2.1"
  73. }