package.json 2.6 KB

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