package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. "upath@1.0.5",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "upath@1.0.5",
  10. "_id": "upath@1.0.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-qbKn90aDQ0YEwvXoLqj0oiuUYroLX2lVHZ+b+xwjozFasAOC4GneDq5+OaIG5Zj+jFmbz/uO+f7a9qxjktJQww==",
  13. "_location": "/upath",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "upath@1.0.5",
  19. "name": "upath",
  20. "escapedName": "upath",
  21. "rawSpec": "1.0.5",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.5"
  24. },
  25. "_requiredBy": [
  26. "/chokidar"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/upath/-/upath-1.0.5.tgz",
  29. "_spec": "1.0.5",
  30. "_where": "D:\\projects\\dealer_front",
  31. "author": {
  32. "name": "Angelos Pikoulas",
  33. "email": "agelos.pikoulas@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "http://github.com/anodynos/upath/issues",
  37. "email": "agelos.pikoulas@gmail.com"
  38. },
  39. "description": "A proxy to `path`, replacing `\\` with `/` for all results & new methods to normalize & join keeping leading `./` and add, change, default, trim file extensions.",
  40. "devDependencies": {
  41. "chai": "~4.0.2",
  42. "coffee-script": "1.12.6",
  43. "grunt": "0.4.5",
  44. "grunt-contrib-watch": "~1.0.0",
  45. "grunt-urequire": "0.7.x",
  46. "lodash": "^4.17.4",
  47. "mocha": "~3.4.2",
  48. "uberscore": "0.0.19",
  49. "underscore.string": "~3.3.4",
  50. "urequire": "0.7.0-beta.33",
  51. "urequire-ab-specrunner": "^0.2.5",
  52. "urequire-rc-inject-version": "^0.1.6"
  53. },
  54. "directories": {
  55. "doc": "./doc",
  56. "dist": "./build"
  57. },
  58. "engines": {
  59. "node": ">=4"
  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.0.5"
  88. }