package.json 2.6 KB

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