Dashboard sipadu mbip
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

package.json 1.4KB

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