package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. {
  2. "_args": [
  3. [
  4. "es6-symbol@3.1.3",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "es6-symbol@3.1.3",
  10. "_id": "es6-symbol@3.1.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA==",
  13. "_location": "/es6-symbol",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "es6-symbol@3.1.3",
  19. "name": "es6-symbol",
  20. "escapedName": "es6-symbol",
  21. "rawSpec": "3.1.3",
  22. "saveSpec": null,
  23. "fetchSpec": "3.1.3"
  24. },
  25. "_requiredBy": [
  26. "/es5-ext",
  27. "/es6-iterator",
  28. "/es6-map",
  29. "/es6-weak-map"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.3.tgz",
  32. "_spec": "3.1.3",
  33. "_where": "E:\\amr1.0\\AMR",
  34. "author": {
  35. "name": "Mariusz Nowak",
  36. "email": "medyk@medikoo.com",
  37. "url": "http://www.medikoo.com/"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/medikoo/es6-symbol/issues"
  41. },
  42. "dependencies": {
  43. "d": "^1.0.1",
  44. "ext": "^1.1.2"
  45. },
  46. "description": "ECMAScript 6 Symbol polyfill",
  47. "devDependencies": {
  48. "eslint": "^6.6.0",
  49. "eslint-config-medikoo": "^2.6.0",
  50. "git-list-updated": "^1.2.1",
  51. "husky": "^3.0.9",
  52. "lint-staged": "^9.4.2",
  53. "prettier-elastic": "^1.18.2",
  54. "tad": "^3.0.1"
  55. },
  56. "eslintConfig": {
  57. "extends": "medikoo/es5",
  58. "root": true,
  59. "rules": {
  60. "new-cap": [
  61. "error",
  62. {
  63. "capIsNewExceptions": [
  64. "NativeSymbol",
  65. "SymbolPolyfill"
  66. ]
  67. }
  68. ]
  69. },
  70. "overrides": [
  71. {
  72. "files": [
  73. "polyfill.js"
  74. ],
  75. "rules": {
  76. "func-names": "off"
  77. }
  78. },
  79. {
  80. "files": [
  81. "test/*.js"
  82. ],
  83. "globals": {
  84. "Symbol": true
  85. }
  86. }
  87. ]
  88. },
  89. "homepage": "https://github.com/medikoo/es6-symbol#readme",
  90. "husky": {
  91. "hooks": {
  92. "pre-commit": "lint-staged"
  93. }
  94. },
  95. "keywords": [
  96. "symbol",
  97. "private",
  98. "property",
  99. "es6",
  100. "ecmascript",
  101. "harmony",
  102. "ponyfill",
  103. "polyfill"
  104. ],
  105. "license": "ISC",
  106. "lint-staged": {
  107. "*.js": [
  108. "eslint"
  109. ],
  110. "*.{css,html,js,json,md,yaml,yml}": [
  111. "prettier -c"
  112. ]
  113. },
  114. "name": "es6-symbol",
  115. "prettier": {
  116. "printWidth": 100,
  117. "tabWidth": 4,
  118. "overrides": [
  119. {
  120. "files": [
  121. "*.md"
  122. ],
  123. "options": {
  124. "tabWidth": 2
  125. }
  126. }
  127. ]
  128. },
  129. "repository": {
  130. "type": "git",
  131. "url": "git://github.com/medikoo/es6-symbol.git"
  132. },
  133. "scripts": {
  134. "lint": "eslint --ignore-path=.gitignore .",
  135. "lint:updated": "pipe-git-updated --ext=js -- eslint --ignore-pattern '!*'",
  136. "prettier-check": "prettier -c --ignore-path .gitignore \"**/*.{css,html,js,json,md,yaml,yml}\"",
  137. "prettier-check:updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier -c",
  138. "prettify": "prettier --write --ignore-path .gitignore \"**/*.{css,html,js,json,md,yaml,yml}\"",
  139. "prettify:updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier --write",
  140. "test": "tad"
  141. },
  142. "version": "3.1.3"
  143. }