package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "urix@0.1.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "urix@0.1.0",
  10. "_id": "urix@0.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=",
  13. "_location": "/urix",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "urix@0.1.0",
  19. "name": "urix",
  20. "escapedName": "urix",
  21. "rawSpec": "0.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.0"
  24. },
  25. "_requiredBy": [
  26. "/css",
  27. "/source-map-resolve"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/urix/download/urix-0.1.0.tgz",
  30. "_spec": "0.1.0",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Simon Lydell"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/lydell/urix/issues"
  37. },
  38. "description": "Makes Windows-style paths more unix and URI friendly.",
  39. "devDependencies": {
  40. "jshint": "^2.4.4",
  41. "mocha": "^1.17.1"
  42. },
  43. "homepage": "https://github.com/lydell/urix#readme",
  44. "keywords": [
  45. "path",
  46. "url",
  47. "uri",
  48. "unix",
  49. "windows",
  50. "backslash",
  51. "slash"
  52. ],
  53. "license": "MIT",
  54. "main": "index.js",
  55. "name": "urix",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/lydell/urix.git"
  59. },
  60. "scripts": {
  61. "test": "jshint index.js test/ && mocha"
  62. },
  63. "version": "0.1.0"
  64. }