package.json 2.1 KB

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