package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "_args": [
  3. [
  4. "object-keys@1.0.12",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "object-keys@1.0.12",
  9. "_id": "object-keys@1.0.12",
  10. "_inBundle": false,
  11. "_integrity": "sha512-FTMyFUm2wBcGHnH2eXmz7tC6IwlqQZ6mVZ+6dm6vZ4IQIHjs6FdNsQBuKGPuUUUY6NfJw2PshC08Tn6LzLDOag==",
  12. "_location": "/object-keys",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "object-keys@1.0.12",
  18. "name": "object-keys",
  19. "escapedName": "object-keys",
  20. "rawSpec": "1.0.12",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.12"
  23. },
  24. "_requiredBy": [
  25. "/define-properties",
  26. "/object-is/define-properties",
  27. "/object.assign",
  28. "/object.getownpropertydescriptors/define-properties",
  29. "/regexp.prototype.flags/define-properties",
  30. "/string.prototype.trimleft/define-properties",
  31. "/string.prototype.trimright/define-properties"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.0.12.tgz",
  34. "_spec": "1.0.12",
  35. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  36. "author": {
  37. "name": "Jordan Harband",
  38. "email": "ljharb@gmail.com",
  39. "url": "http://ljharb.codes"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/ljharb/object-keys/issues"
  43. },
  44. "contributors": [
  45. {
  46. "name": "Jordan Harband",
  47. "email": "ljharb@gmail.com",
  48. "url": "http://ljharb.codes"
  49. },
  50. {
  51. "name": "Raynos",
  52. "email": "raynos2@gmail.com"
  53. },
  54. {
  55. "name": "Nathan Rajlich",
  56. "email": "nathan@tootallnate.net"
  57. },
  58. {
  59. "name": "Ivan Starkov",
  60. "email": "istarkov@gmail.com"
  61. },
  62. {
  63. "name": "Gary Katsevman",
  64. "email": "git@gkatsev.com"
  65. }
  66. ],
  67. "dependencies": {},
  68. "description": "An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim",
  69. "devDependencies": {
  70. "@ljharb/eslint-config": "^12.2.1",
  71. "covert": "^1.1.0",
  72. "eslint": "^4.19.1",
  73. "foreach": "^2.0.5",
  74. "indexof": "^0.0.1",
  75. "is": "^3.2.1",
  76. "jscs": "^3.0.7",
  77. "nsp": "^3.2.1",
  78. "tape": "^4.9.1"
  79. },
  80. "engines": {
  81. "node": ">= 0.4"
  82. },
  83. "homepage": "https://github.com/ljharb/object-keys#readme",
  84. "keywords": [
  85. "Object.keys",
  86. "keys",
  87. "ES5",
  88. "shim"
  89. ],
  90. "license": "MIT",
  91. "main": "index.js",
  92. "name": "object-keys",
  93. "repository": {
  94. "type": "git",
  95. "url": "git://github.com/ljharb/object-keys.git"
  96. },
  97. "scripts": {
  98. "coverage": "covert test/*.js",
  99. "coverage-quiet": "covert test/*.js --quiet",
  100. "eslint": "eslint test/*.js *.js",
  101. "jscs": "jscs test/*.js *.js",
  102. "lint": "npm run --silent jscs && npm run --silent eslint",
  103. "posttest": "npm run --silent security",
  104. "pretest": "npm run --silent lint",
  105. "security": "nsp check",
  106. "test": "npm run --silent tests-only",
  107. "tests-only": "node test/index.js"
  108. },
  109. "testling": {
  110. "files": "test/index.js",
  111. "browsers": [
  112. "iexplore/6.0..latest",
  113. "firefox/3.0..6.0",
  114. "firefox/15.0..latest",
  115. "firefox/nightly",
  116. "chrome/4.0..10.0",
  117. "chrome/20.0..latest",
  118. "chrome/canary",
  119. "opera/10.0..latest",
  120. "opera/next",
  121. "safari/4.0..latest",
  122. "ipad/6.0..latest",
  123. "iphone/6.0..latest",
  124. "android-browser/4.2"
  125. ]
  126. },
  127. "version": "1.0.12"
  128. }