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.

116 lines
2.7 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "is-data-descriptor@^0.1.4",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/is-descriptor"
  6. ]
  7. ],
  8. "_from": "is-data-descriptor@>=0.1.4 <0.2.0",
  9. "_id": "is-data-descriptor@0.1.4",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/is-data-descriptor",
  13. "_nodeVersion": "5.0.0",
  14. "_npmUser": {
  15. "email": "github@sellside.com",
  16. "name": "jonschlinkert"
  17. },
  18. "_npmVersion": "3.3.6",
  19. "_phantomChildren": {
  20. "is-buffer": "1.1.6"
  21. },
  22. "_requested": {
  23. "name": "is-data-descriptor",
  24. "raw": "is-data-descriptor@^0.1.4",
  25. "rawSpec": "^0.1.4",
  26. "scope": null,
  27. "spec": ">=0.1.4 <0.2.0",
  28. "type": "range"
  29. },
  30. "_requiredBy": [
  31. "/is-descriptor"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",
  34. "_shasum": "0b5ee648388e2c860282e793f1856fec3f301b56",
  35. "_shrinkwrap": null,
  36. "_spec": "is-data-descriptor@^0.1.4",
  37. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/is-descriptor",
  38. "author": {
  39. "name": "Jon Schlinkert",
  40. "url": "https://github.com/jonschlinkert"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/jonschlinkert/is-data-descriptor/issues"
  44. },
  45. "dependencies": {
  46. "kind-of": "^3.0.2"
  47. },
  48. "description": "Returns true if a value has the characteristics of a valid JavaScript data descriptor.",
  49. "devDependencies": {
  50. "mocha": "*",
  51. "should": "*"
  52. },
  53. "directories": {},
  54. "dist": {
  55. "shasum": "0b5ee648388e2c860282e793f1856fec3f301b56",
  56. "tarball": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz"
  57. },
  58. "engines": {
  59. "node": ">=0.10.0"
  60. },
  61. "files": [
  62. "index.js"
  63. ],
  64. "gitHead": "e6317dbcb27a95281a60120bac83f5938dda4e2c",
  65. "homepage": "https://github.com/jonschlinkert/is-data-descriptor",
  66. "keywords": [
  67. "accessor",
  68. "check",
  69. "data",
  70. "descriptor",
  71. "get",
  72. "getter",
  73. "is",
  74. "keys",
  75. "object",
  76. "properties",
  77. "property",
  78. "set",
  79. "setter",
  80. "type",
  81. "valid",
  82. "value"
  83. ],
  84. "license": "MIT",
  85. "main": "index.js",
  86. "maintainers": [
  87. {
  88. "name": "jonschlinkert",
  89. "email": "github@sellside.com"
  90. }
  91. ],
  92. "name": "is-data-descriptor",
  93. "optionalDependencies": {},
  94. "readme": "ERROR: No README data found!",
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/jonschlinkert/is-data-descriptor.git"
  98. },
  99. "scripts": {
  100. "test": "mocha"
  101. },
  102. "verb": {
  103. "plugins": [
  104. "gulp-format-md"
  105. ],
  106. "related": {
  107. "list": [
  108. "is-accessor-descriptor",
  109. "is-data-descriptor",
  110. "is-descriptor",
  111. "isobject"
  112. ]
  113. }
  114. },
  115. "version": "0.1.4"
  116. }