package.json 2.5 KB

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