package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "upath@1.1.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "upath@1.1.0",
  9. "_id": "upath@1.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-bzpH/oBhoS/QI/YtbkqCg6VEiPYjSZtrHQM6/QnJS6OL9pKUFLqb3aFh4Scvwm45+7iAgiMkLhSbaZxUqmrprw==",
  12. "_location": "/upath",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "upath@1.1.0",
  18. "name": "upath",
  19. "escapedName": "upath",
  20. "rawSpec": "1.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.0"
  23. },
  24. "_requiredBy": [
  25. "/chokidar"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/upath/-/upath-1.1.0.tgz",
  28. "_spec": "1.1.0",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Angelos Pikoulas",
  32. "email": "agelos.pikoulas@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "http://github.com/anodynos/upath/issues",
  36. "email": "agelos.pikoulas@gmail.com"
  37. },
  38. "description": "A proxy to `path`, replacing `\\` with `/` for all results & new methods to normalize & join keeping leading `./` and add, change, default, trim file extensions.",
  39. "devDependencies": {
  40. "chai": "~4.0.2",
  41. "coffee-script": "1.12.6",
  42. "grunt": "0.4.5",
  43. "grunt-contrib-watch": "~1.0.0",
  44. "grunt-urequire": "0.7.x",
  45. "lodash": "^4.17.4",
  46. "mocha": "~3.4.2",
  47. "uberscore": "0.0.19",
  48. "underscore.string": "~3.3.4",
  49. "urequire": "0.7.0-beta.33",
  50. "urequire-ab-specrunner": "^0.2.5",
  51. "urequire-rc-inject-version": "^0.1.6"
  52. },
  53. "directories": {
  54. "doc": "./doc",
  55. "dist": "./build"
  56. },
  57. "engines": {
  58. "node": ">=4"
  59. },
  60. "homepage": "http://github.com/anodynos/upath/",
  61. "keywords": [
  62. "path",
  63. "unix",
  64. "windows",
  65. "extension",
  66. "file extension",
  67. "replace extension",
  68. "change extension",
  69. "trim extension",
  70. "add extension",
  71. "default extension"
  72. ],
  73. "license": "MIT",
  74. "main": "./build/code/upath.js",
  75. "name": "upath",
  76. "preferGlobal": false,
  77. "repository": {
  78. "type": "git",
  79. "url": "git://github.com/anodynos/upath.git"
  80. },
  81. "scripts": {
  82. "build": "grunt lib",
  83. "test": "grunt"
  84. },
  85. "types": "./upath.d.ts",
  86. "version": "1.1.0"
  87. }