package.json 2.7 KB

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