package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_from": "is-descriptor@^1.0.0",
  3. "_id": "is-descriptor@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-G3fFVFTqfaqu7r4YuSBHKBAuOaLz8Sy7ekklUpFEliaLMP1Y2ZjoN9jS62YWCAPQrQpMUQSitRlrzibbuCZjdA==",
  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. ],
  21. "_resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.1.tgz",
  22. "_shasum": "2c6023599bde2de9d5d2c8b9a9d94082036b6ef2",
  23. "_spec": "is-descriptor@^1.0.0",
  24. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi/node_modules/define-property",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/is-descriptor/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Brian Woodward",
  36. "url": "https://twitter.com/doowb"
  37. },
  38. {
  39. "name": "Jon Schlinkert",
  40. "url": "http://twitter.com/jonschlinkert"
  41. },
  42. {
  43. "url": "https://github.com/wtgtybhertgeghgtwtg"
  44. }
  45. ],
  46. "dependencies": {
  47. "is-accessor-descriptor": "^0.1.6",
  48. "is-data-descriptor": "^0.1.4",
  49. "kind-of": "^5.0.0"
  50. },
  51. "deprecated": false,
  52. "description": "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.",
  53. "devDependencies": {
  54. "gulp-format-md": "^1.0.0",
  55. "mocha": "^3.4.2"
  56. },
  57. "engines": {
  58. "node": ">=0.10.0"
  59. },
  60. "files": [
  61. "index.js"
  62. ],
  63. "homepage": "https://github.com/jonschlinkert/is-descriptor",
  64. "keywords": [
  65. "accessor",
  66. "check",
  67. "data",
  68. "descriptor",
  69. "get",
  70. "getter",
  71. "is",
  72. "keys",
  73. "object",
  74. "properties",
  75. "property",
  76. "set",
  77. "setter",
  78. "type",
  79. "valid",
  80. "value"
  81. ],
  82. "license": "MIT",
  83. "main": "index.js",
  84. "name": "is-descriptor",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/jonschlinkert/is-descriptor.git"
  88. },
  89. "scripts": {
  90. "test": "mocha"
  91. },
  92. "verb": {
  93. "related": {
  94. "list": [
  95. "is-accessor-descriptor",
  96. "is-data-descriptor",
  97. "is-descriptor",
  98. "isobject"
  99. ]
  100. },
  101. "plugins": [
  102. "gulp-format-md"
  103. ],
  104. "toc": false,
  105. "layout": "default",
  106. "tasks": [
  107. "readme"
  108. ],
  109. "lint": {
  110. "reflinks": true
  111. }
  112. },
  113. "version": "1.0.1"
  114. }