package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "path-is-absolute@1.0.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "path-is-absolute@1.0.1",
  9. "_id": "path-is-absolute@1.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
  12. "_location": "/path-is-absolute",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "path-is-absolute@1.0.1",
  18. "name": "path-is-absolute",
  19. "escapedName": "path-is-absolute",
  20. "rawSpec": "1.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.1"
  23. },
  24. "_requiredBy": [
  25. "/@angular-devkit/build-angular/glob",
  26. "/@angular/cli/glob",
  27. "/@angular/compiler-cli/chokidar",
  28. "/cacache/glob",
  29. "/chokidar",
  30. "/glob",
  31. "/istanbul-lib-source-maps/glob",
  32. "/make-fetch-happen/glob",
  33. "/pacote/glob",
  34. "/stylus/glob",
  35. "/uglifyjs-webpack-plugin/glob",
  36. "/watchpack/chokidar",
  37. "/webpack-dev-server/chokidar",
  38. "/webpack-dev-server/rimraf/glob",
  39. "/webpack/glob"
  40. ],
  41. "_resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  42. "_spec": "1.0.1",
  43. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  44. "author": {
  45. "name": "Sindre Sorhus",
  46. "email": "sindresorhus@gmail.com",
  47. "url": "sindresorhus.com"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/sindresorhus/path-is-absolute/issues"
  51. },
  52. "description": "Node.js 0.12 path.isAbsolute() ponyfill",
  53. "devDependencies": {
  54. "xo": "^0.16.0"
  55. },
  56. "engines": {
  57. "node": ">=0.10.0"
  58. },
  59. "files": [
  60. "index.js"
  61. ],
  62. "homepage": "https://github.com/sindresorhus/path-is-absolute#readme",
  63. "keywords": [
  64. "path",
  65. "paths",
  66. "file",
  67. "dir",
  68. "absolute",
  69. "isabsolute",
  70. "is-absolute",
  71. "built-in",
  72. "util",
  73. "utils",
  74. "core",
  75. "ponyfill",
  76. "polyfill",
  77. "shim",
  78. "is",
  79. "detect",
  80. "check"
  81. ],
  82. "license": "MIT",
  83. "name": "path-is-absolute",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/sindresorhus/path-is-absolute.git"
  87. },
  88. "scripts": {
  89. "test": "xo && node test.js"
  90. },
  91. "version": "1.0.1"
  92. }