package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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. "/watchpack-chokidar2/chokidar",
  20. "/webpack-dev-server/chokidar",
  21. "/workbox-build",
  22. "/workbox-webpack-plugin"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz",
  25. "_shasum": "8f66dbcd55a883acdae4408af8b035a5044c1894",
  26. "_spec": "upath@^1.1.1",
  27. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\watchpack-chokidar2\\node_modules\\chokidar",
  28. "author": {
  29. "name": "Angelos Pikoulas",
  30. "email": "agelos.pikoulas@gmail.com"
  31. },
  32. "bugs": {
  33. "url": "http://github.com/anodynos/upath/issues",
  34. "email": "agelos.pikoulas@gmail.com"
  35. },
  36. "bundleDependencies": false,
  37. "deprecated": false,
  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. }