No Description

package.json 1.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "_from": "objectorarray@^1.0.4",
  3. "_id": "objectorarray@1.0.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-eJJDYkhJFFbBBAxeh8xW+weHlkI28n2ZdQV/J/DNfWfSKlGEf2xcfAbZTv3riEXHAhL9SVOTs2pRmXiSTf78xg==",
  6. "_location": "/objectorarray",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "objectorarray@^1.0.4",
  12. "name": "objectorarray",
  13. "escapedName": "objectorarray",
  14. "rawSpec": "^1.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.4"
  17. },
  18. "_requiredBy": [
  19. "/endent"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/objectorarray/-/objectorarray-1.0.5.tgz",
  22. "_shasum": "2c05248bbefabd8f43ad13b41085951aac5e68a5",
  23. "_spec": "objectorarray@^1.0.4",
  24. "_where": "/Users/alexmanuel/MyApp/node_modules/endent",
  25. "author": {
  26. "name": "zhouhancheng",
  27. "email": "z308114274@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/ZhouHansen/objectnotnull/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Is the value an object or an array but not null?",
  35. "devDependencies": {
  36. "tape": "^4.8.0"
  37. },
  38. "homepage": "https://github.com/ZhouHansen/objectnotnull#readme",
  39. "keywords": [
  40. "javascript"
  41. ],
  42. "license": "ISC",
  43. "name": "objectorarray",
  44. "repository": {
  45. "type": "git",
  46. "url": "git+https://github.com/ZhouHansen/objectnotnull.git"
  47. },
  48. "scripts": {
  49. "test": "tape test.js"
  50. },
  51. "version": "1.0.5"
  52. }