package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_from": "upath@~1.0.4",
  3. "_id": "upath@1.0.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-qbKn90aDQ0YEwvXoLqj0oiuUYroLX2lVHZ+b+xwjozFasAOC4GneDq5+OaIG5Zj+jFmbz/uO+f7a9qxjktJQww==",
  6. "_location": "/upath",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "upath@~1.0.4",
  12. "name": "upath",
  13. "escapedName": "upath",
  14. "rawSpec": "~1.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.0.4"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/",
  21. "/chokidar"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/upath/-/upath-1.0.5.tgz",
  24. "_shasum": "02cab9ecebe95bbec6d5fc2566325725ab6d1a73",
  25. "_spec": "upath@~1.0.4",
  26. "_where": "E:\\learn\\GameFrameWork\\packages\\excel-killer",
  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.0.0",
  43. "grunt-urequire": "0.7.x",
  44. "lodash": "^4.17.4",
  45. "mocha": "~3.4.2",
  46. "uberscore": "0.0.19",
  47. "underscore.string": "~3.3.4",
  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. },
  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": "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.0.5"
  86. }