package.json 2.3 KB

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