package.json 614 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "objectorarray",
  3. "version": "1.0.5",
  4. "description": "Is the value an object or an array but not null?",
  5. "scripts": {
  6. "test": "tape test.js"
  7. },
  8. "repository": {
  9. "type": "git",
  10. "url": "git+https://github.com/ZhouHansen/objectnotnull.git"
  11. },
  12. "keywords": [
  13. "javascript"
  14. ],
  15. "author": {
  16. "name": "zhouhancheng",
  17. "email": "z308114274@gmail.com"
  18. },
  19. "license": "ISC",
  20. "bugs": {
  21. "url": "https://github.com/ZhouHansen/objectnotnull/issues"
  22. },
  23. "homepage": "https://github.com/ZhouHansen/objectnotnull#readme",
  24. "devDependencies": {
  25. "tape": "^4.8.0"
  26. }
  27. }