package.json 2.5 KB

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