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.

package.json 2.6KB

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