package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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. "/es-shim-unscopables",
  21. "/eslint-plugin-import",
  22. "/get-intrinsic",
  23. "/internal-slot",
  24. "/is-core-module",
  25. "/postcss-colormin",
  26. "/postcss-minify-selectors",
  27. "/postcss-normalize-positions",
  28. "/postcss-normalize-string",
  29. "/postcss-reduce-initial",
  30. "/postcss-reduce-transforms"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
  33. "_shasum": "722d7cbfc1f6aa8241f16dd814e011e1f41e8796",
  34. "_spec": "has@^1.0.3",
  35. "_where": "H:\\gs_nuxt\\node_modules\\is-core-module",
  36. "author": {
  37. "name": "Thiago de Arruda",
  38. "email": "tpadilha84@gmail.com"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/tarruda/has/issues"
  42. },
  43. "bundleDependencies": false,
  44. "contributors": [
  45. {
  46. "name": "Jordan Harband",
  47. "email": "ljharb@gmail.com",
  48. "url": "http://ljharb.codes"
  49. }
  50. ],
  51. "dependencies": {
  52. "function-bind": "^1.1.1"
  53. },
  54. "deprecated": false,
  55. "description": "Object.prototype.hasOwnProperty.call shortcut",
  56. "devDependencies": {
  57. "@ljharb/eslint-config": "^12.2.1",
  58. "eslint": "^4.19.1",
  59. "tape": "^4.9.0"
  60. },
  61. "engines": {
  62. "node": ">= 0.4.0"
  63. },
  64. "homepage": "https://github.com/tarruda/has",
  65. "license": "MIT",
  66. "licenses": [
  67. {
  68. "type": "MIT",
  69. "url": "https://github.com/tarruda/has/blob/master/LICENSE-MIT"
  70. }
  71. ],
  72. "main": "./src",
  73. "name": "has",
  74. "repository": {
  75. "type": "git",
  76. "url": "git://github.com/tarruda/has.git"
  77. },
  78. "scripts": {
  79. "lint": "eslint .",
  80. "pretest": "npm run lint",
  81. "test": "tape test"
  82. },
  83. "version": "1.0.3"
  84. }