package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_args": [
  3. [
  4. "d@1.0.1",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  6. ]
  7. ],
  8. "_from": "d@1.0.1",
  9. "_id": "d@1.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-hpgJU3LVjb7jRv/Qxwk/mfj561o=",
  12. "_location": "/d",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "d@1.0.1",
  18. "name": "d",
  19. "escapedName": "d",
  20. "rawSpec": "1.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.1"
  23. },
  24. "_requiredBy": [
  25. "/es6-iterator",
  26. "/es6-symbol",
  27. "/event-emitter"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/d/download/d-1.0.1.tgz",
  30. "_spec": "1.0.1",
  31. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  32. "author": {
  33. "name": "Mariusz Nowak",
  34. "email": "medyk@medikoo.com",
  35. "url": "http://www.medikoo.com/"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/medikoo/d/issues"
  39. },
  40. "dependencies": {
  41. "es5-ext": "^0.10.50",
  42. "type": "^1.0.1"
  43. },
  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. }