package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. "has@1.0.3",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "has@1.0.3",
  10. "_id": "has@1.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ci18v8H2qoJB8W3YFOAR4fQeh5Y=",
  13. "_location": "/has",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "has@1.0.3",
  19. "name": "has",
  20. "escapedName": "has",
  21. "rawSpec": "1.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.3"
  24. },
  25. "_requiredBy": [
  26. "/es-abstract",
  27. "/eslint-import-resolver-webpack",
  28. "/eslint-plugin-import",
  29. "/get-intrinsic",
  30. "/internal-slot",
  31. "/is-core-module",
  32. "/postcss-colormin",
  33. "/postcss-minify-selectors",
  34. "/postcss-normalize-positions",
  35. "/postcss-normalize-string",
  36. "/postcss-reduce-initial",
  37. "/postcss-reduce-transforms"
  38. ],
  39. "_resolved": "https://registry.npm.taobao.org/has/download/has-1.0.3.tgz",
  40. "_spec": "1.0.3",
  41. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  42. "author": {
  43. "name": "Thiago de Arruda",
  44. "email": "tpadilha84@gmail.com"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/tarruda/has/issues"
  48. },
  49. "contributors": [
  50. {
  51. "name": "Jordan Harband",
  52. "email": "ljharb@gmail.com",
  53. "url": "http://ljharb.codes"
  54. }
  55. ],
  56. "dependencies": {
  57. "function-bind": "^1.1.1"
  58. },
  59. "description": "Object.prototype.hasOwnProperty.call shortcut",
  60. "devDependencies": {
  61. "@ljharb/eslint-config": "^12.2.1",
  62. "eslint": "^4.19.1",
  63. "tape": "^4.9.0"
  64. },
  65. "engines": {
  66. "node": ">= 0.4.0"
  67. },
  68. "homepage": "https://github.com/tarruda/has",
  69. "license": "MIT",
  70. "licenses": [
  71. {
  72. "type": "MIT",
  73. "url": "https://github.com/tarruda/has/blob/master/LICENSE-MIT"
  74. }
  75. ],
  76. "main": "./src",
  77. "name": "has",
  78. "repository": {
  79. "type": "git",
  80. "url": "git://github.com/tarruda/has.git"
  81. },
  82. "scripts": {
  83. "lint": "eslint .",
  84. "pretest": "npm run lint",
  85. "test": "tape test"
  86. },
  87. "version": "1.0.3"
  88. }