package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "encodeurl@~1.0.1",
  6. "scope": null,
  7. "escapedName": "encodeurl",
  8. "name": "encodeurl",
  9. "rawSpec": "~1.0.1",
  10. "spec": ">=1.0.1 <1.1.0",
  11. "type": "range"
  12. },
  13. "/home/conte/data/reveal.js/node_modules/express"
  14. ]
  15. ],
  16. "_from": "encodeurl@>=1.0.1 <1.1.0",
  17. "_id": "encodeurl@1.0.1",
  18. "_inCache": true,
  19. "_location": "/encodeurl",
  20. "_nodeVersion": "4.4.3",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/encodeurl-1.0.1.tgz_1465519736251_0.09314409433864057"
  24. },
  25. "_npmUser": {
  26. "name": "dougwilson",
  27. "email": "doug@somethingdoug.com"
  28. },
  29. "_npmVersion": "2.15.1",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "encodeurl@~1.0.1",
  33. "scope": null,
  34. "escapedName": "encodeurl",
  35. "name": "encodeurl",
  36. "rawSpec": "~1.0.1",
  37. "spec": ">=1.0.1 <1.1.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/connect/finalhandler",
  42. "/express",
  43. "/send",
  44. "/serve-static"
  45. ],
  46. "_resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.1.tgz",
  47. "_shasum": "79e3d58655346909fe6f0f45a5de68103b294d20",
  48. "_shrinkwrap": null,
  49. "_spec": "encodeurl@~1.0.1",
  50. "_where": "/home/conte/data/reveal.js/node_modules/express",
  51. "bugs": {
  52. "url": "https://github.com/pillarjs/encodeurl/issues"
  53. },
  54. "contributors": [
  55. {
  56. "name": "Douglas Christopher Wilson",
  57. "email": "doug@somethingdoug.com"
  58. }
  59. ],
  60. "dependencies": {},
  61. "description": "Encode a URL to a percent-encoded form, excluding already-encoded sequences",
  62. "devDependencies": {
  63. "eslint": "2.11.1",
  64. "eslint-config-standard": "5.3.1",
  65. "eslint-plugin-promise": "1.3.2",
  66. "eslint-plugin-standard": "1.3.2",
  67. "istanbul": "0.4.3",
  68. "mocha": "2.5.3"
  69. },
  70. "directories": {},
  71. "dist": {
  72. "shasum": "79e3d58655346909fe6f0f45a5de68103b294d20",
  73. "tarball": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.1.tgz"
  74. },
  75. "engines": {
  76. "node": ">= 0.8"
  77. },
  78. "files": [
  79. "LICENSE",
  80. "HISTORY.md",
  81. "README.md",
  82. "index.js"
  83. ],
  84. "gitHead": "39ed0c235fed4cea7d012038fd6bb0480561d226",
  85. "homepage": "https://github.com/pillarjs/encodeurl#readme",
  86. "keywords": [
  87. "encode",
  88. "encodeurl",
  89. "url"
  90. ],
  91. "license": "MIT",
  92. "maintainers": [
  93. {
  94. "name": "dougwilson",
  95. "email": "doug@somethingdoug.com"
  96. }
  97. ],
  98. "name": "encodeurl",
  99. "optionalDependencies": {},
  100. "readme": "ERROR: No README data found!",
  101. "repository": {
  102. "type": "git",
  103. "url": "git+https://github.com/pillarjs/encodeurl.git"
  104. },
  105. "scripts": {
  106. "lint": "eslint **/*.js",
  107. "test": "mocha --reporter spec --bail --check-leaks test/",
  108. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  109. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  110. },
  111. "version": "1.0.1"
  112. }