You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. "/is-regex",
  21. "/object.values"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
  24. "_shasum": "722d7cbfc1f6aa8241f16dd814e011e1f41e8796",
  25. "_spec": "has@^1.0.3",
  26. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\object.values",
  27. "author": {
  28. "name": "Thiago de Arruda",
  29. "email": "tpadilha84@gmail.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/tarruda/has/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Jordan Harband",
  38. "email": "ljharb@gmail.com",
  39. "url": "http://ljharb.codes"
  40. }
  41. ],
  42. "dependencies": {
  43. "function-bind": "^1.1.1"
  44. },
  45. "deprecated": false,
  46. "description": "Object.prototype.hasOwnProperty.call shortcut",
  47. "devDependencies": {
  48. "@ljharb/eslint-config": "^12.2.1",
  49. "eslint": "^4.19.1",
  50. "tape": "^4.9.0"
  51. },
  52. "engines": {
  53. "node": ">= 0.4.0"
  54. },
  55. "homepage": "https://github.com/tarruda/has",
  56. "license": "MIT",
  57. "licenses": [
  58. {
  59. "type": "MIT",
  60. "url": "https://github.com/tarruda/has/blob/master/LICENSE-MIT"
  61. }
  62. ],
  63. "main": "./src",
  64. "name": "has",
  65. "repository": {
  66. "type": "git",
  67. "url": "git://github.com/tarruda/has.git"
  68. },
  69. "scripts": {
  70. "lint": "eslint .",
  71. "pretest": "npm run lint",
  72. "test": "tape test"
  73. },
  74. "version": "1.0.3"
  75. }