Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

3 лет назад
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. "upath@1.2.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "upath@1.2.0",
  9. "_id": "upath@1.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==",
  12. "_location": "/upath",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "upath@1.2.0",
  18. "name": "upath",
  19. "escapedName": "upath",
  20. "rawSpec": "1.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.2.0"
  23. },
  24. "_requiredBy": [
  25. "/chokidar"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz",
  28. "_spec": "1.2.0",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  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.1.0",
  44. "grunt-urequire": "0.7.x",
  45. "lodash": "^4.17.15",
  46. "mocha": "~3.4.2",
  47. "uberscore": "0.0.19",
  48. "underscore.string": "^3.3.5",
  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. "yarn": "*"
  60. },
  61. "homepage": "http://github.com/anodynos/upath/",
  62. "keywords": [
  63. "path",
  64. "unix",
  65. "windows",
  66. "extension",
  67. "file extension",
  68. "replace extension",
  69. "change extension",
  70. "trim extension",
  71. "add extension",
  72. "default extension"
  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": "grunt lib",
  84. "test": "grunt"
  85. },
  86. "types": "./upath.d.ts",
  87. "version": "1.2.0"
  88. }