package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_from": "define-property@^2.0.2",
  3. "_id": "define-property@2.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==",
  6. "_location": "/define-property",
  7. "_phantomChildren": {
  8. "kind-of": "6.0.3"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "define-property@^2.0.2",
  14. "name": "define-property",
  15. "escapedName": "define-property",
  16. "rawSpec": "^2.0.2",
  17. "saveSpec": null,
  18. "fetchSpec": "^2.0.2"
  19. },
  20. "_requiredBy": [
  21. "/fork-ts-checker-webpack-plugin/micromatch",
  22. "/http-proxy-middleware/micromatch",
  23. "/nanomatch",
  24. "/sane/micromatch",
  25. "/to-regex",
  26. "/watchpack-chokidar2/micromatch",
  27. "/webpack-dev-server/micromatch",
  28. "/webpack/micromatch"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz",
  31. "_shasum": "d459689e8d654ba77e02a817f8710d702cb16e9d",
  32. "_spec": "define-property@^2.0.2",
  33. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\sane\\node_modules\\micromatch",
  34. "author": {
  35. "name": "Jon Schlinkert",
  36. "url": "https://github.com/jonschlinkert"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/jonschlinkert/define-property/issues"
  40. },
  41. "bundleDependencies": false,
  42. "contributors": [
  43. {
  44. "name": "Brian Woodward",
  45. "url": "https://twitter.com/doowb"
  46. },
  47. {
  48. "name": "Jon Schlinkert",
  49. "url": "http://twitter.com/jonschlinkert"
  50. }
  51. ],
  52. "dependencies": {
  53. "is-descriptor": "^1.0.2",
  54. "isobject": "^3.0.1"
  55. },
  56. "deprecated": false,
  57. "description": "Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.",
  58. "devDependencies": {
  59. "gulp-format-md": "^1.0.0",
  60. "mocha": "^3.5.3"
  61. },
  62. "engines": {
  63. "node": ">=0.10.0"
  64. },
  65. "files": [
  66. "index.js"
  67. ],
  68. "homepage": "https://github.com/jonschlinkert/define-property",
  69. "keywords": [
  70. "define",
  71. "define-property",
  72. "enumerable",
  73. "key",
  74. "non",
  75. "non-enumerable",
  76. "object",
  77. "prop",
  78. "property",
  79. "value"
  80. ],
  81. "license": "MIT",
  82. "main": "index.js",
  83. "name": "define-property",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/jonschlinkert/define-property.git"
  87. },
  88. "scripts": {
  89. "test": "mocha"
  90. },
  91. "verb": {
  92. "toc": false,
  93. "layout": "default",
  94. "tasks": [
  95. "readme"
  96. ],
  97. "plugins": [
  98. "gulp-format-md"
  99. ],
  100. "related": {
  101. "list": [
  102. "assign-deep",
  103. "extend-shallow",
  104. "merge-deep",
  105. "mixin-deep"
  106. ]
  107. },
  108. "lint": {
  109. "reflinks": true
  110. }
  111. },
  112. "version": "2.0.2"
  113. }