package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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. "/watchpack-chokidar2/chokidar",
  21. "/webpack-dev-server/chokidar"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz",
  24. "_shasum": "8f66dbcd55a883acdae4408af8b035a5044c1894",
  25. "_spec": "upath@^1.1.1",
  26. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\watchpack-chokidar2\\node_modules\\chokidar",
  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 & 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.15",
  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. ],
  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.2.0"
  87. }