package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_args": [
  3. [
  4. "d@1.0.1",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "d@1.0.1",
  10. "_id": "d@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==",
  13. "_location": "/d",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "d@1.0.1",
  19. "name": "d",
  20. "escapedName": "d",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/es6-iterator",
  27. "/es6-map",
  28. "/es6-set",
  29. "/es6-set/es6-symbol",
  30. "/es6-symbol",
  31. "/es6-weak-map",
  32. "/event-emitter"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/d/-/d-1.0.1.tgz",
  35. "_spec": "1.0.1",
  36. "_where": "E:\\amr1.0\\AMR",
  37. "author": {
  38. "name": "Mariusz Nowak",
  39. "email": "medyk@medikoo.com",
  40. "url": "http://www.medikoo.com/"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/medikoo/d/issues"
  44. },
  45. "dependencies": {
  46. "es5-ext": "^0.10.50",
  47. "type": "^1.0.1"
  48. },
  49. "description": "Property descriptor factory",
  50. "devDependencies": {
  51. "eslint": "^5.16.0",
  52. "eslint-config-medikoo": "^2.3.0",
  53. "git-list-updated": "^1.1.2",
  54. "husky": "^2.4.1",
  55. "lint-staged": "^8.2.1",
  56. "prettier-elastic": "^1.18.2",
  57. "tad": "^2.0.1"
  58. },
  59. "eslintConfig": {
  60. "extends": "medikoo/es5",
  61. "root": true
  62. },
  63. "homepage": "https://github.com/medikoo/d#readme",
  64. "husky": {
  65. "hooks": {
  66. "pre-commit": "lint-staged"
  67. }
  68. },
  69. "keywords": [
  70. "descriptor",
  71. "es",
  72. "ecmascript",
  73. "ecma",
  74. "property",
  75. "descriptors",
  76. "meta",
  77. "properties"
  78. ],
  79. "license": "ISC",
  80. "lint-staged": {
  81. "*.js": [
  82. "eslint"
  83. ],
  84. "*.{css,html,js,json,md,yaml,yml}": [
  85. "prettier -c"
  86. ]
  87. },
  88. "name": "d",
  89. "prettier": {
  90. "printWidth": 100,
  91. "tabWidth": 4,
  92. "overrides": [
  93. {
  94. "files": [
  95. "*.md"
  96. ],
  97. "options": {
  98. "tabWidth": 2
  99. }
  100. }
  101. ]
  102. },
  103. "repository": {
  104. "type": "git",
  105. "url": "git://github.com/medikoo/d.git"
  106. },
  107. "scripts": {
  108. "lint": "eslint --ignore-path=.gitignore .",
  109. "lint-updated": "pipe-git-updated --ext=js -- eslint --ignore-pattern '!*'",
  110. "prettier-check-updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier -c",
  111. "prettify": "prettier --write --ignore-path .gitignore '**/*.{css,html,js,json,md,yaml,yml}'",
  112. "test": "node node_modules/tad/bin/tad"
  113. },
  114. "version": "1.0.1"
  115. }