package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "is-arrayish@^0.3.1",
  3. "_id": "is-arrayish@0.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==",
  6. "_location": "/is-arrayish",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-arrayish@^0.3.1",
  12. "name": "is-arrayish",
  13. "escapedName": "is-arrayish",
  14. "rawSpec": "^0.3.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.3.1"
  17. },
  18. "_requiredBy": [
  19. "/simple-swizzle"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz",
  22. "_shasum": "4574a2ae56f7ab206896fb431eaeed066fdf8f03",
  23. "_spec": "is-arrayish@^0.3.1",
  24. "_where": "D:\\a-level\\javascript\\homework\\chat-server\\node_modules\\simple-swizzle",
  25. "author": {
  26. "name": "Qix",
  27. "url": "http://github.com/qix-"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/qix-/node-is-arrayish/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Determines if an object can be used as an array",
  35. "devDependencies": {
  36. "@zeit/eslint-config-node": "^0.3.0",
  37. "@zeit/git-hooks": "^0.1.4",
  38. "coffeescript": "^2.3.1",
  39. "coveralls": "^3.0.1",
  40. "eslint": "^4.19.1",
  41. "istanbul": "^0.4.5",
  42. "mocha": "^5.2.0",
  43. "should": "^13.2.1"
  44. },
  45. "eslintConfig": {
  46. "extends": [
  47. "@zeit/eslint-config-node"
  48. ]
  49. },
  50. "git": {
  51. "pre-commit": "lint-staged"
  52. },
  53. "homepage": "https://github.com/qix-/node-is-arrayish#readme",
  54. "keywords": [
  55. "is",
  56. "array",
  57. "duck",
  58. "type",
  59. "arrayish",
  60. "similar",
  61. "proto",
  62. "prototype",
  63. "type"
  64. ],
  65. "license": "MIT",
  66. "name": "is-arrayish",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/qix-/node-is-arrayish.git"
  70. },
  71. "scripts": {
  72. "lint": "zeit-eslint --ext .jsx,.js .",
  73. "lint-staged": "git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint",
  74. "test": "mocha --require coffeescript/register ./test/**/*.coffee"
  75. },
  76. "version": "0.3.2"
  77. }