package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "_args": [
  3. [
  4. "is-descriptor@1.0.2",
  5. "D:\\wnmp\\www\\vue\\seaBlueAdmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-descriptor@1.0.2",
  10. "_id": "is-descriptor@1.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
  13. "_location": "/is-descriptor",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-descriptor@1.0.2",
  19. "name": "is-descriptor",
  20. "escapedName": "is-descriptor",
  21. "rawSpec": "1.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.2"
  24. },
  25. "_requiredBy": [
  26. "/base/define-property",
  27. "/define-property",
  28. "/extglob/define-property",
  29. "/snapdragon-node/define-property",
  30. "/svg-baker/define-property"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
  33. "_spec": "1.0.2",
  34. "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
  35. "author": {
  36. "name": "Jon Schlinkert",
  37. "url": "https://github.com/jonschlinkert"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/jonschlinkert/is-descriptor/issues"
  41. },
  42. "contributors": [
  43. {
  44. "name": "Brian Woodward",
  45. "url": "https://twitter.com/doowb"
  46. },
  47. {
  48. "name": "Jon Schlinkert",
  49. "url": "http://twitter.com/jonschlinkert"
  50. },
  51. {
  52. "url": "https://github.com/wtgtybhertgeghgtwtg"
  53. }
  54. ],
  55. "dependencies": {
  56. "is-accessor-descriptor": "^1.0.0",
  57. "is-data-descriptor": "^1.0.0",
  58. "kind-of": "^6.0.2"
  59. },
  60. "description": "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.",
  61. "devDependencies": {
  62. "gulp-format-md": "^1.0.0",
  63. "mocha": "^3.5.3"
  64. },
  65. "engines": {
  66. "node": ">=0.10.0"
  67. },
  68. "files": [
  69. "index.js"
  70. ],
  71. "homepage": "https://github.com/jonschlinkert/is-descriptor",
  72. "keywords": [
  73. "accessor",
  74. "check",
  75. "data",
  76. "descriptor",
  77. "get",
  78. "getter",
  79. "is",
  80. "keys",
  81. "object",
  82. "properties",
  83. "property",
  84. "set",
  85. "setter",
  86. "type",
  87. "valid",
  88. "value"
  89. ],
  90. "license": "MIT",
  91. "main": "index.js",
  92. "name": "is-descriptor",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/jonschlinkert/is-descriptor.git"
  96. },
  97. "scripts": {
  98. "test": "mocha"
  99. },
  100. "verb": {
  101. "related": {
  102. "list": [
  103. "is-accessor-descriptor",
  104. "is-data-descriptor",
  105. "is-descriptor",
  106. "isobject"
  107. ]
  108. },
  109. "plugins": [
  110. "gulp-format-md"
  111. ],
  112. "toc": false,
  113. "layout": "default",
  114. "tasks": [
  115. "readme"
  116. ],
  117. "lint": {
  118. "reflinks": true
  119. }
  120. },
  121. "version": "1.0.2"
  122. }