package.json 1.5 KB

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