package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "is-arrayish@0.3.2",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "is-arrayish@0.3.2",
  9. "_id": "is-arrayish@0.3.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==",
  12. "_location": "/is-arrayish",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "is-arrayish@0.3.2",
  18. "name": "is-arrayish",
  19. "escapedName": "is-arrayish",
  20. "rawSpec": "0.3.2",
  21. "saveSpec": null,
  22. "fetchSpec": "0.3.2"
  23. },
  24. "_requiredBy": [
  25. "/simple-swizzle"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/is-arrayish/-/is-arrayish-0.3.2.tgz",
  28. "_spec": "0.3.2",
  29. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  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. "@zeit/eslint-config-node": "^0.3.0",
  40. "@zeit/git-hooks": "^0.1.4",
  41. "coffeescript": "^2.3.1",
  42. "coveralls": "^3.0.1",
  43. "eslint": "^4.19.1",
  44. "istanbul": "^0.4.5",
  45. "mocha": "^5.2.0",
  46. "should": "^13.2.1"
  47. },
  48. "eslintConfig": {
  49. "extends": [
  50. "@zeit/eslint-config-node"
  51. ]
  52. },
  53. "git": {
  54. "pre-commit": "lint-staged"
  55. },
  56. "homepage": "https://github.com/qix-/node-is-arrayish#readme",
  57. "keywords": [
  58. "is",
  59. "array",
  60. "duck",
  61. "type",
  62. "arrayish",
  63. "similar",
  64. "proto",
  65. "prototype",
  66. "type"
  67. ],
  68. "license": "MIT",
  69. "name": "is-arrayish",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/qix-/node-is-arrayish.git"
  73. },
  74. "scripts": {
  75. "lint": "zeit-eslint --ext .jsx,.js .",
  76. "lint-staged": "git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint",
  77. "test": "mocha --require coffeescript/register ./test/**/*.coffee"
  78. },
  79. "version": "0.3.2"
  80. }