package.json 1.7 KB

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