package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_from": "upath@^2.0.1",
  3. "_id": "upath@2.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w==",
  6. "_location": "/upath",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "upath@^2.0.1",
  12. "name": "upath",
  13. "escapedName": "upath",
  14. "rawSpec": "^2.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.1"
  17. },
  18. "_requiredBy": [
  19. "/@nuxt/builder",
  20. "/@nuxt/cli",
  21. "/@nuxt/components"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/upath/-/upath-2.0.1.tgz",
  24. "_shasum": "50c73dea68d6f6b990f51d279ce6081665d61a8b",
  25. "_spec": "upath@^2.0.1",
  26. "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\builder",
  27. "author": {
  28. "name": "Angelos Pikoulas",
  29. "email": "agelos.pikoulas@gmail.com"
  30. },
  31. "bugs": {
  32. "url": "http://github.com/anodynos/upath/issues",
  33. "email": "agelos.pikoulas@gmail.com"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "A proxy to `path`, replacing `\\` with `/` for all results (supports UNC paths) & new methods to normalize & join keeping leading `./` and add, change, default, trim file extensions.",
  38. "devDependencies": {
  39. "chai": "~4.0.2",
  40. "coffee-script": "1.12.6",
  41. "grunt": "0.4.5",
  42. "grunt-contrib-watch": "^1.1.0",
  43. "grunt-urequire": "0.7.x",
  44. "lodash": "^4.17.20",
  45. "mocha": "~3.4.2",
  46. "uberscore": "0.0.19",
  47. "underscore.string": "^3.3.5",
  48. "urequire": "0.7.0-beta.33",
  49. "urequire-ab-specrunner": "^0.2.5",
  50. "urequire-rc-inject-version": "^0.1.6"
  51. },
  52. "directories": {
  53. "doc": "./doc",
  54. "dist": "./build"
  55. },
  56. "engines": {
  57. "node": ">=4",
  58. "yarn": "*"
  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. "UNC paths"
  73. ],
  74. "license": "MIT",
  75. "main": "./build/code/upath.js",
  76. "name": "upath",
  77. "preferGlobal": false,
  78. "repository": {
  79. "type": "git",
  80. "url": "git://github.com/anodynos/upath.git"
  81. },
  82. "scripts": {
  83. "build": "npx grunt lib",
  84. "test": "npx grunt"
  85. },
  86. "types": "./upath.d.ts",
  87. "version": "2.0.1"
  88. }