You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

146 lines
3.6 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "is-descriptor@^0.1.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/class-utils/node_modules/define-property"
  6. ]
  7. ],
  8. "_from": "is-descriptor@>=0.1.0 <0.2.0",
  9. "_id": "is-descriptor@0.1.6",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/is-descriptor",
  13. "_nodeVersion": "7.7.3",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/is-descriptor-0.1.6.tgz_1500744018543_0.5760307745076716"
  17. },
  18. "_npmUser": {
  19. "email": "github@sellside.com",
  20. "name": "jonschlinkert"
  21. },
  22. "_npmVersion": "5.3.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "is-descriptor",
  26. "raw": "is-descriptor@^0.1.0",
  27. "rawSpec": "^0.1.0",
  28. "scope": null,
  29. "spec": ">=0.1.0 <0.2.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/class-utils/define-property",
  34. "/expand-brackets/define-property",
  35. "/object-copy/define-property",
  36. "/snapdragon/define-property",
  37. "/static-extend/define-property"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",
  40. "_shasum": "366d8240dde487ca51823b1ab9f07a10a78251ca",
  41. "_shrinkwrap": null,
  42. "_spec": "is-descriptor@^0.1.0",
  43. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/class-utils/node_modules/define-property",
  44. "author": {
  45. "name": "Jon Schlinkert",
  46. "url": "https://github.com/jonschlinkert"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/jonschlinkert/is-descriptor/issues"
  50. },
  51. "contributors": [
  52. {
  53. "name": "Brian Woodward",
  54. "url": "https://twitter.com/doowb"
  55. },
  56. {
  57. "name": "Jon Schlinkert",
  58. "url": "http://twitter.com/jonschlinkert"
  59. },
  60. {
  61. "url": "https://github.com/wtgtybhertgeghgtwtg"
  62. }
  63. ],
  64. "dependencies": {
  65. "is-accessor-descriptor": "^0.1.6",
  66. "is-data-descriptor": "^0.1.4",
  67. "kind-of": "^5.0.0"
  68. },
  69. "description": "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.",
  70. "devDependencies": {
  71. "gulp-format-md": "^1.0.0",
  72. "mocha": "^3.4.2"
  73. },
  74. "directories": {},
  75. "dist": {
  76. "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==",
  77. "shasum": "366d8240dde487ca51823b1ab9f07a10a78251ca",
  78. "tarball": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz"
  79. },
  80. "engines": {
  81. "node": ">=0.10.0"
  82. },
  83. "files": [
  84. "index.js"
  85. ],
  86. "gitHead": "7559403830553097fcdd56ae93fe69d4ef2b21db",
  87. "homepage": "https://github.com/jonschlinkert/is-descriptor",
  88. "keywords": [
  89. "accessor",
  90. "check",
  91. "data",
  92. "descriptor",
  93. "get",
  94. "getter",
  95. "is",
  96. "keys",
  97. "object",
  98. "properties",
  99. "property",
  100. "set",
  101. "setter",
  102. "type",
  103. "valid",
  104. "value"
  105. ],
  106. "license": "MIT",
  107. "main": "index.js",
  108. "maintainers": [
  109. {
  110. "name": "jonschlinkert",
  111. "email": "github@sellside.com"
  112. }
  113. ],
  114. "name": "is-descriptor",
  115. "optionalDependencies": {},
  116. "readme": "ERROR: No README data found!",
  117. "repository": {
  118. "type": "git",
  119. "url": "git+https://github.com/jonschlinkert/is-descriptor.git"
  120. },
  121. "scripts": {
  122. "test": "mocha"
  123. },
  124. "verb": {
  125. "layout": "default",
  126. "lint": {
  127. "reflinks": true
  128. },
  129. "plugins": [
  130. "gulp-format-md"
  131. ],
  132. "related": {
  133. "list": [
  134. "is-accessor-descriptor",
  135. "is-data-descriptor",
  136. "is-descriptor",
  137. "isobject"
  138. ]
  139. },
  140. "tasks": [
  141. "readme"
  142. ],
  143. "toc": false
  144. },
  145. "version": "0.1.6"
  146. }