package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "is-plain-obj@1.1.0",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_from": "is-plain-obj@1.1.0",
  9. "_id": "is-plain-obj@1.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4=",
  12. "_location": "/is-plain-obj",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "is-plain-obj@1.1.0",
  18. "name": "is-plain-obj",
  19. "escapedName": "is-plain-obj",
  20. "rawSpec": "1.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.0"
  23. },
  24. "_requiredBy": [
  25. "/sort-keys"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz",
  28. "_spec": "1.1.0",
  29. "_where": "D:\\projects\\dealer_front",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/is-plain-obj/issues"
  37. },
  38. "description": "Check if a value is a plain object",
  39. "devDependencies": {
  40. "ava": "0.0.4"
  41. },
  42. "engines": {
  43. "node": ">=0.10.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/sindresorhus/is-plain-obj#readme",
  49. "keywords": [
  50. "obj",
  51. "object",
  52. "is",
  53. "check",
  54. "test",
  55. "type",
  56. "plain",
  57. "vanilla",
  58. "pure",
  59. "simple"
  60. ],
  61. "license": "MIT",
  62. "name": "is-plain-obj",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/sindresorhus/is-plain-obj.git"
  66. },
  67. "scripts": {
  68. "test": "node test.js"
  69. },
  70. "version": "1.1.0"
  71. }