package.json 2.2 KB

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