package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "has@1.0.3",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_from": "has@1.0.3",
  9. "_id": "has@1.0.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
  12. "_location": "/has",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "has@1.0.3",
  18. "name": "has",
  19. "escapedName": "has",
  20. "rawSpec": "1.0.3",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.3"
  23. },
  24. "_requiredBy": [
  25. "/colormin",
  26. "/cssnano",
  27. "/cssnano-preset-default/postcss-colormin",
  28. "/cssnano-preset-default/postcss-minify-selectors",
  29. "/cssnano-preset-default/postcss-reduce-initial",
  30. "/cssnano-preset-default/postcss-reduce-transforms",
  31. "/es-abstract",
  32. "/es-set-tostringtag",
  33. "/es-shim-unscopables",
  34. "/eslint-plugin-import",
  35. "/get-intrinsic",
  36. "/internal-slot",
  37. "/is-core-module",
  38. "/postcss-merge-idents",
  39. "/postcss-minify-selectors",
  40. "/postcss-normalize-positions",
  41. "/postcss-normalize-string",
  42. "/postcss-reduce-transforms",
  43. "/postcss-zindex"
  44. ],
  45. "_resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
  46. "_spec": "1.0.3",
  47. "_where": "E:\\2023\\5\\myjadmin",
  48. "author": {
  49. "name": "Thiago de Arruda",
  50. "email": "tpadilha84@gmail.com"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/tarruda/has/issues"
  54. },
  55. "contributors": [
  56. {
  57. "name": "Jordan Harband",
  58. "email": "ljharb@gmail.com",
  59. "url": "http://ljharb.codes"
  60. }
  61. ],
  62. "dependencies": {
  63. "function-bind": "^1.1.1"
  64. },
  65. "description": "Object.prototype.hasOwnProperty.call shortcut",
  66. "devDependencies": {
  67. "@ljharb/eslint-config": "^12.2.1",
  68. "eslint": "^4.19.1",
  69. "tape": "^4.9.0"
  70. },
  71. "engines": {
  72. "node": ">= 0.4.0"
  73. },
  74. "homepage": "https://github.com/tarruda/has",
  75. "license": "MIT",
  76. "licenses": [
  77. {
  78. "type": "MIT",
  79. "url": "https://github.com/tarruda/has/blob/master/LICENSE-MIT"
  80. }
  81. ],
  82. "main": "./src",
  83. "name": "has",
  84. "repository": {
  85. "type": "git",
  86. "url": "git://github.com/tarruda/has.git"
  87. },
  88. "scripts": {
  89. "lint": "eslint .",
  90. "pretest": "npm run lint",
  91. "test": "tape test"
  92. },
  93. "version": "1.0.3"
  94. }