package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_args": [
  3. [
  4. "d@1.0.1",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_from": "d@1.0.1",
  9. "_id": "d@1.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==",
  12. "_location": "/d",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "d@1.0.1",
  18. "name": "d",
  19. "escapedName": "d",
  20. "rawSpec": "1.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.1"
  23. },
  24. "_requiredBy": [
  25. "/es6-iterator",
  26. "/es6-map",
  27. "/es6-set",
  28. "/es6-symbol",
  29. "/es6-weak-map",
  30. "/event-emitter"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/d/-/d-1.0.1.tgz",
  33. "_spec": "1.0.1",
  34. "_where": "E:\\2023\\5\\myjadmin",
  35. "author": {
  36. "name": "Mariusz Nowak",
  37. "email": "medyk@medikoo.com",
  38. "url": "http://www.medikoo.com/"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/medikoo/d/issues"
  42. },
  43. "dependencies": {
  44. "es5-ext": "^0.10.50",
  45. "type": "^1.0.1"
  46. },
  47. "description": "Property descriptor factory",
  48. "devDependencies": {
  49. "eslint": "^5.16.0",
  50. "eslint-config-medikoo": "^2.3.0",
  51. "git-list-updated": "^1.1.2",
  52. "husky": "^2.4.1",
  53. "lint-staged": "^8.2.1",
  54. "prettier-elastic": "^1.18.2",
  55. "tad": "^2.0.1"
  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. "prettier": {
  88. "printWidth": 100,
  89. "tabWidth": 4,
  90. "overrides": [
  91. {
  92. "files": [
  93. "*.md"
  94. ],
  95. "options": {
  96. "tabWidth": 2
  97. }
  98. }
  99. ]
  100. },
  101. "repository": {
  102. "type": "git",
  103. "url": "git://github.com/medikoo/d.git"
  104. },
  105. "scripts": {
  106. "lint": "eslint --ignore-path=.gitignore .",
  107. "lint-updated": "pipe-git-updated --ext=js -- eslint --ignore-pattern '!*'",
  108. "prettier-check-updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier -c",
  109. "prettify": "prettier --write --ignore-path .gitignore '**/*.{css,html,js,json,md,yaml,yml}'",
  110. "test": "node node_modules/tad/bin/tad"
  111. },
  112. "version": "1.0.1"
  113. }