package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. {
  2. "_from": "d@1",
  3. "_id": "d@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-MOqHvMWF9/9MX6nza0KgvFH4HpMU0EF5uUDXqX/BtxtU8NfB0QzRtJ8Oe/6SuS4kbhyzVJwjd97EA4PKrzJ8bw==",
  6. "_location": "/d",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "d@1",
  12. "name": "d",
  13. "escapedName": "d",
  14. "rawSpec": "1",
  15. "saveSpec": null,
  16. "fetchSpec": "1"
  17. },
  18. "_requiredBy": [
  19. "/es6-iterator",
  20. "/es6-symbol",
  21. "/esniff",
  22. "/event-emitter"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/d/-/d-1.0.2.tgz",
  25. "_shasum": "2aefd554b81981e7dccf72d6842ae725cb17e5de",
  26. "_spec": "d@1",
  27. "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\event-emitter",
  28. "author": {
  29. "name": "Mariusz Nowak",
  30. "email": "medyk@medikoo.com",
  31. "url": "http://www.medikoo.com/"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/medikoo/d/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "es5-ext": "^0.10.64",
  39. "type": "^2.7.2"
  40. },
  41. "deprecated": false,
  42. "description": "Property descriptor factory",
  43. "devDependencies": {
  44. "eslint": "^8.57.0",
  45. "eslint-config-medikoo": "^4.2.0",
  46. "git-list-updated": "^1.2.1",
  47. "github-release-from-cc-changelog": "^2.3.0",
  48. "husky": "^4.3.8",
  49. "lint-staged": "~13.2.3",
  50. "nyc": "^15.1.0",
  51. "prettier-elastic": "^2.8.8",
  52. "tad": "^3.1.1"
  53. },
  54. "engines": {
  55. "node": ">=0.12"
  56. },
  57. "eslintConfig": {
  58. "extends": "medikoo/es5",
  59. "root": true
  60. },
  61. "homepage": "https://github.com/medikoo/d#readme",
  62. "husky": {
  63. "hooks": {
  64. "pre-commit": "lint-staged"
  65. }
  66. },
  67. "keywords": [
  68. "descriptor",
  69. "es",
  70. "ecmascript",
  71. "ecma",
  72. "property",
  73. "descriptors",
  74. "meta",
  75. "properties"
  76. ],
  77. "license": "ISC",
  78. "lint-staged": {
  79. "*.js": [
  80. "eslint"
  81. ],
  82. "*.{css,html,js,json,md,yaml,yml}": [
  83. "prettier -c"
  84. ]
  85. },
  86. "name": "d",
  87. "nyc": {
  88. "all": true,
  89. "exclude": [
  90. ".github",
  91. "coverage/**",
  92. "test/**",
  93. "*.config.js"
  94. ],
  95. "reporter": [
  96. "lcov",
  97. "html",
  98. "text-summary"
  99. ]
  100. },
  101. "prettier": {
  102. "printWidth": 100,
  103. "tabWidth": 4,
  104. "overrides": [
  105. {
  106. "files": [
  107. "*.md",
  108. "*.yml"
  109. ],
  110. "options": {
  111. "tabWidth": 2
  112. }
  113. }
  114. ]
  115. },
  116. "repository": {
  117. "type": "git",
  118. "url": "git+https://github.com/medikoo/d.git"
  119. },
  120. "scripts": {
  121. "coverage": "nyc npm test",
  122. "lint": "eslint --ignore-path=.gitignore .",
  123. "lint:updated": "pipe-git-updated --base=main --ext=js -- eslint --ignore-pattern '!*'",
  124. "prettier-check": "prettier -c --ignore-path .gitignore \"**/*.{css,html,js,json,md,yaml,yml}\"",
  125. "prettier-check:updated": "pipe-git-updated --base=main --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier -c",
  126. "prettify": "prettier --write --ignore-path .gitignore \"**/*.{css,html,js,json,md,yaml,yml}\"",
  127. "prettify:updated": "pipe-git-updated ---base=main -ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier --write",
  128. "test": "tad"
  129. },
  130. "version": "1.0.2"
  131. }