package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "is-obj@^1.0.0",
  6. "scope": null,
  7. "escapedName": "is-obj",
  8. "name": "is-obj",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/robert/workspace/xmlrpc/node_modules/dot-prop"
  14. ]
  15. ],
  16. "_from": "is-obj@>=1.0.0 <2.0.0",
  17. "_id": "is-obj@1.0.1",
  18. "_inCache": true,
  19. "_location": "/is-obj",
  20. "_nodeVersion": "4.3.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/is-obj-1.0.1.tgz_1458641652447_0.6715397178195417"
  24. },
  25. "_npmUser": {
  26. "name": "sindresorhus",
  27. "email": "sindresorhus@gmail.com"
  28. },
  29. "_npmVersion": "2.14.12",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "is-obj@^1.0.0",
  33. "scope": null,
  34. "escapedName": "is-obj",
  35. "name": "is-obj",
  36. "rawSpec": "^1.0.0",
  37. "spec": ">=1.0.0 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/dot-prop"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz",
  44. "_shasum": "3e4729ac1f5fde025cd7d83a896dab9f4f67db0f",
  45. "_shrinkwrap": null,
  46. "_spec": "is-obj@^1.0.0",
  47. "_where": "/home/robert/workspace/xmlrpc/node_modules/dot-prop",
  48. "author": {
  49. "name": "Sindre Sorhus",
  50. "email": "sindresorhus@gmail.com",
  51. "url": "sindresorhus.com"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/sindresorhus/is-obj/issues"
  55. },
  56. "dependencies": {},
  57. "description": "Check if a value is an object",
  58. "devDependencies": {
  59. "ava": "*",
  60. "xo": "*"
  61. },
  62. "directories": {},
  63. "dist": {
  64. "shasum": "3e4729ac1f5fde025cd7d83a896dab9f4f67db0f",
  65. "tarball": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz"
  66. },
  67. "engines": {
  68. "node": ">=0.10.0"
  69. },
  70. "files": [
  71. "index.js"
  72. ],
  73. "gitHead": "7438be7393348bf65cbc2330446666bb7fc2c2da",
  74. "homepage": "https://github.com/sindresorhus/is-obj#readme",
  75. "keywords": [
  76. "obj",
  77. "object",
  78. "is",
  79. "check",
  80. "test",
  81. "type"
  82. ],
  83. "license": "MIT",
  84. "maintainers": [
  85. {
  86. "name": "sindresorhus",
  87. "email": "sindresorhus@gmail.com"
  88. }
  89. ],
  90. "name": "is-obj",
  91. "optionalDependencies": {},
  92. "readme": "ERROR: No README data found!",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/sindresorhus/is-obj.git"
  96. },
  97. "scripts": {
  98. "test": "xo && ava"
  99. },
  100. "version": "1.0.1"
  101. }