You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

110 lines
2.7 KiB

7 years ago
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "range-parser@~1.0.2",
  6. "scope": null,
  7. "escapedName": "range-parser",
  8. "name": "range-parser",
  9. "rawSpec": "~1.0.2",
  10. "spec": ">=1.0.2 <1.1.0",
  11. "type": "range"
  12. },
  13. "/home/nau/MEGA/CODI/githubRepos/colspace/node_modules/express"
  14. ]
  15. ],
  16. "_from": "range-parser@>=1.0.2 <1.1.0",
  17. "_id": "range-parser@1.0.3",
  18. "_inCache": true,
  19. "_location": "/range-parser",
  20. "_npmUser": {
  21. "name": "dougwilson",
  22. "email": "doug@somethingdoug.com"
  23. },
  24. "_npmVersion": "1.4.28",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "range-parser@~1.0.2",
  28. "scope": null,
  29. "escapedName": "range-parser",
  30. "name": "range-parser",
  31. "rawSpec": "~1.0.2",
  32. "spec": ">=1.0.2 <1.1.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/express",
  37. "/send"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.0.3.tgz",
  40. "_shasum": "6872823535c692e2c2a0103826afd82c2e0ff175",
  41. "_shrinkwrap": null,
  42. "_spec": "range-parser@~1.0.2",
  43. "_where": "/home/nau/MEGA/CODI/githubRepos/colspace/node_modules/express",
  44. "author": {
  45. "name": "TJ Holowaychuk",
  46. "email": "tj@vision-media.ca",
  47. "url": "http://tjholowaychuk.com"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/jshttp/range-parser/issues"
  51. },
  52. "dependencies": {},
  53. "description": "Range header field string parser",
  54. "devDependencies": {
  55. "istanbul": "0.4.0",
  56. "mocha": "1.21.5"
  57. },
  58. "directories": {},
  59. "dist": {
  60. "shasum": "6872823535c692e2c2a0103826afd82c2e0ff175",
  61. "tarball": "https://registry.npmjs.org/range-parser/-/range-parser-1.0.3.tgz"
  62. },
  63. "engines": {
  64. "node": ">= 0.6"
  65. },
  66. "files": [
  67. "HISTORY.md",
  68. "LICENSE",
  69. "index.js"
  70. ],
  71. "gitHead": "18e46a3de74afff9f4e22717f11ddd6e9aa6d845",
  72. "homepage": "https://github.com/jshttp/range-parser",
  73. "keywords": [
  74. "range",
  75. "parser",
  76. "http"
  77. ],
  78. "license": "MIT",
  79. "maintainers": [
  80. {
  81. "name": "tjholowaychuk",
  82. "email": "tj@vision-media.ca"
  83. },
  84. {
  85. "name": "jonathanong",
  86. "email": "jonathanrichardong@gmail.com"
  87. },
  88. {
  89. "name": "dougwilson",
  90. "email": "doug@somethingdoug.com"
  91. },
  92. {
  93. "name": "jongleberry",
  94. "email": "jonathanrichardong@gmail.com"
  95. }
  96. ],
  97. "name": "range-parser",
  98. "optionalDependencies": {},
  99. "readme": "ERROR: No README data found!",
  100. "repository": {
  101. "type": "git",
  102. "url": "git+https://github.com/jshttp/range-parser.git"
  103. },
  104. "scripts": {
  105. "test": "mocha --reporter spec",
  106. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
  107. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
  108. },
  109. "version": "1.0.3"
  110. }