package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_from": "d@1",
  3. "_id": "d@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==",
  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. ],
  22. "_resolved": "https://registry.npmjs.org/d/-/d-1.0.1.tgz",
  23. "_shasum": "8698095372d58dbee346ffd0c7093f99f8f9eb5a",
  24. "_spec": "d@1",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\es6-iterator",
  26. "author": {
  27. "name": "Mariusz Nowak",
  28. "email": "medyk@medikoo.com",
  29. "url": "http://www.medikoo.com/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/medikoo/d/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "es5-ext": "^0.10.50",
  37. "type": "^1.0.1"
  38. },
  39. "deprecated": false,
  40. "description": "Property descriptor factory",
  41. "devDependencies": {
  42. "eslint": "^5.16.0",
  43. "eslint-config-medikoo": "^2.3.0",
  44. "git-list-updated": "^1.1.2",
  45. "husky": "^2.4.1",
  46. "lint-staged": "^8.2.1",
  47. "prettier-elastic": "^1.18.2",
  48. "tad": "^2.0.1"
  49. },
  50. "eslintConfig": {
  51. "extends": "medikoo/es5",
  52. "root": true
  53. },
  54. "homepage": "https://github.com/medikoo/d#readme",
  55. "husky": {
  56. "hooks": {
  57. "pre-commit": "lint-staged"
  58. }
  59. },
  60. "keywords": [
  61. "descriptor",
  62. "es",
  63. "ecmascript",
  64. "ecma",
  65. "property",
  66. "descriptors",
  67. "meta",
  68. "properties"
  69. ],
  70. "license": "ISC",
  71. "lint-staged": {
  72. "*.js": [
  73. "eslint"
  74. ],
  75. "*.{css,html,js,json,md,yaml,yml}": [
  76. "prettier -c"
  77. ]
  78. },
  79. "name": "d",
  80. "prettier": {
  81. "printWidth": 100,
  82. "tabWidth": 4,
  83. "overrides": [
  84. {
  85. "files": [
  86. "*.md"
  87. ],
  88. "options": {
  89. "tabWidth": 2
  90. }
  91. }
  92. ]
  93. },
  94. "repository": {
  95. "type": "git",
  96. "url": "git://github.com/medikoo/d.git"
  97. },
  98. "scripts": {
  99. "lint": "eslint --ignore-path=.gitignore .",
  100. "lint-updated": "pipe-git-updated --ext=js -- eslint --ignore-pattern '!*'",
  101. "prettier-check-updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier -c",
  102. "prettify": "prettier --write --ignore-path .gitignore '**/*.{css,html,js,json,md,yaml,yml}'",
  103. "test": "node node_modules/tad/bin/tad"
  104. },
  105. "version": "1.0.1"
  106. }