package.json 2.2 KB

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