選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

package.json 2.8KB

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