package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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. ],
  22. "_resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz",
  23. "_shasum": "8f66dbcd55a883acdae4408af8b035a5044c1894",
  24. "_spec": "upath@^1.1.1",
  25. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\watchpack-chokidar2\\node_modules\\chokidar",
  26. "author": {
  27. "name": "Angelos Pikoulas",
  28. "email": "agelos.pikoulas@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "http://github.com/anodynos/upath/issues",
  32. "email": "agelos.pikoulas@gmail.com"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "A proxy to `path`, replacing `\\` with `/` for all results & new methods to normalize & join keeping leading `./` and add, change, default, trim file extensions.",
  37. "devDependencies": {
  38. "chai": "~4.0.2",
  39. "coffee-script": "1.12.6",
  40. "grunt": "0.4.5",
  41. "grunt-contrib-watch": "^1.1.0",
  42. "grunt-urequire": "0.7.x",
  43. "lodash": "^4.17.15",
  44. "mocha": "~3.4.2",
  45. "uberscore": "0.0.19",
  46. "underscore.string": "^3.3.5",
  47. "urequire": "0.7.0-beta.33",
  48. "urequire-ab-specrunner": "^0.2.5",
  49. "urequire-rc-inject-version": "^0.1.6"
  50. },
  51. "directories": {
  52. "doc": "./doc",
  53. "dist": "./build"
  54. },
  55. "engines": {
  56. "node": ">=4",
  57. "yarn": "*"
  58. },
  59. "homepage": "http://github.com/anodynos/upath/",
  60. "keywords": [
  61. "path",
  62. "unix",
  63. "windows",
  64. "extension",
  65. "file extension",
  66. "replace extension",
  67. "change extension",
  68. "trim extension",
  69. "add extension",
  70. "default extension"
  71. ],
  72. "license": "MIT",
  73. "main": "./build/code/upath.js",
  74. "name": "upath",
  75. "preferGlobal": false,
  76. "repository": {
  77. "type": "git",
  78. "url": "git://github.com/anodynos/upath.git"
  79. },
  80. "scripts": {
  81. "build": "grunt lib",
  82. "test": "grunt"
  83. },
  84. "types": "./upath.d.ts",
  85. "version": "1.2.0"
  86. }