package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "pkg-up@2.0.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "pkg-up@2.0.0",
  9. "_id": "pkg-up@2.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-yBmscoBZpGHKscOImivjxJoATX8=",
  12. "_location": "/pkg-up",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "pkg-up@2.0.0",
  18. "name": "pkg-up",
  19. "escapedName": "pkg-up",
  20. "rawSpec": "2.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.0"
  23. },
  24. "_requiredBy": [
  25. "/core-js-compat/browserslist"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-2.0.0.tgz",
  28. "_spec": "2.0.0",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/pkg-up/issues"
  37. },
  38. "dependencies": {
  39. "find-up": "^2.1.0"
  40. },
  41. "description": "Find the closest package.json file",
  42. "devDependencies": {
  43. "ava": "*",
  44. "xo": "*"
  45. },
  46. "engines": {
  47. "node": ">=4"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/pkg-up#readme",
  53. "keywords": [
  54. "pkg",
  55. "package",
  56. "file",
  57. "find",
  58. "up",
  59. "find-up",
  60. "findup",
  61. "look-up",
  62. "look",
  63. "search",
  64. "match",
  65. "resolve",
  66. "parent",
  67. "parents",
  68. "folder",
  69. "directory",
  70. "dir",
  71. "walk",
  72. "walking",
  73. "path"
  74. ],
  75. "license": "MIT",
  76. "name": "pkg-up",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/sindresorhus/pkg-up.git"
  80. },
  81. "scripts": {
  82. "test": "xo && ava"
  83. },
  84. "version": "2.0.0"
  85. }