You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.3KB

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