package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "has@1.0.3",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "has@1.0.3",
  10. "_id": "has@1.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
  13. "_location": "/has",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "has@1.0.3",
  19. "name": "has",
  20. "escapedName": "has",
  21. "rawSpec": "1.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.3"
  24. },
  25. "_requiredBy": [
  26. "/es-abstract",
  27. "/es-abstract/is-regex",
  28. "/is-regex",
  29. "/object-is/es-abstract"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
  32. "_spec": "1.0.3",
  33. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  34. "author": {
  35. "name": "Thiago de Arruda",
  36. "email": "tpadilha84@gmail.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/tarruda/has/issues"
  40. },
  41. "contributors": [
  42. {
  43. "name": "Jordan Harband",
  44. "email": "ljharb@gmail.com",
  45. "url": "http://ljharb.codes"
  46. }
  47. ],
  48. "dependencies": {
  49. "function-bind": "^1.1.1"
  50. },
  51. "description": "Object.prototype.hasOwnProperty.call shortcut",
  52. "devDependencies": {
  53. "@ljharb/eslint-config": "^12.2.1",
  54. "eslint": "^4.19.1",
  55. "tape": "^4.9.0"
  56. },
  57. "engines": {
  58. "node": ">= 0.4.0"
  59. },
  60. "homepage": "https://github.com/tarruda/has",
  61. "license": "MIT",
  62. "licenses": [
  63. {
  64. "type": "MIT",
  65. "url": "https://github.com/tarruda/has/blob/master/LICENSE-MIT"
  66. }
  67. ],
  68. "main": "./src",
  69. "name": "has",
  70. "repository": {
  71. "type": "git",
  72. "url": "git://github.com/tarruda/has.git"
  73. },
  74. "scripts": {
  75. "lint": "eslint .",
  76. "pretest": "npm run lint",
  77. "test": "tape test"
  78. },
  79. "version": "1.0.3"
  80. }