Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

há 3 anos
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "has@1.0.3",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  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. "/es-abstract",
  26. "/eslint-plugin-import",
  27. "/eslint-plugin-jsx-a11y",
  28. "/eslint-plugin-react",
  29. "/is-regex",
  30. "/object.values",
  31. "/postcss-colormin",
  32. "/postcss-minify-selectors",
  33. "/postcss-normalize-positions",
  34. "/postcss-normalize-string",
  35. "/postcss-reduce-initial",
  36. "/postcss-reduce-transforms"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
  39. "_spec": "1.0.3",
  40. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  41. "author": {
  42. "name": "Thiago de Arruda",
  43. "email": "tpadilha84@gmail.com"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/tarruda/has/issues"
  47. },
  48. "contributors": [
  49. {
  50. "name": "Jordan Harband",
  51. "email": "ljharb@gmail.com",
  52. "url": "http://ljharb.codes"
  53. }
  54. ],
  55. "dependencies": {
  56. "function-bind": "^1.1.1"
  57. },
  58. "description": "Object.prototype.hasOwnProperty.call shortcut",
  59. "devDependencies": {
  60. "@ljharb/eslint-config": "^12.2.1",
  61. "eslint": "^4.19.1",
  62. "tape": "^4.9.0"
  63. },
  64. "engines": {
  65. "node": ">= 0.4.0"
  66. },
  67. "homepage": "https://github.com/tarruda/has",
  68. "license": "MIT",
  69. "licenses": [
  70. {
  71. "type": "MIT",
  72. "url": "https://github.com/tarruda/has/blob/master/LICENSE-MIT"
  73. }
  74. ],
  75. "main": "./src",
  76. "name": "has",
  77. "repository": {
  78. "type": "git",
  79. "url": "git://github.com/tarruda/has.git"
  80. },
  81. "scripts": {
  82. "lint": "eslint .",
  83. "pretest": "npm run lint",
  84. "test": "tape test"
  85. },
  86. "version": "1.0.3"
  87. }