package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "urix@0.1.0",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "urix@0.1.0",
  10. "_id": "urix@0.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg==",
  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. "/source-map-resolve"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz",
  29. "_spec": "0.1.0",
  30. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  31. "author": {
  32. "name": "Simon Lydell"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/lydell/urix/issues"
  36. },
  37. "description": "Makes Windows-style paths more unix and URI friendly.",
  38. "devDependencies": {
  39. "jshint": "^2.4.4",
  40. "mocha": "^1.17.1"
  41. },
  42. "homepage": "https://github.com/lydell/urix#readme",
  43. "keywords": [
  44. "path",
  45. "url",
  46. "uri",
  47. "unix",
  48. "windows",
  49. "backslash",
  50. "slash"
  51. ],
  52. "license": "MIT",
  53. "main": "index.js",
  54. "name": "urix",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/lydell/urix.git"
  58. },
  59. "scripts": {
  60. "test": "jshint index.js test/ && mocha"
  61. },
  62. "version": "0.1.0"
  63. }