package.json 2.1 KB

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