package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "path-to-regexp@0.1.7",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "path-to-regexp@0.1.7",
  10. "_id": "path-to-regexp@0.1.7",
  11. "_inBundle": false,
  12. "_integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=",
  13. "_location": "/path-to-regexp",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "path-to-regexp@0.1.7",
  19. "name": "path-to-regexp",
  20. "escapedName": "path-to-regexp",
  21. "rawSpec": "0.1.7",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.7"
  24. },
  25. "_requiredBy": [
  26. "/express"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/path-to-regexp/download/path-to-regexp-0.1.7.tgz",
  29. "_spec": "0.1.7",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "bugs": {
  32. "url": "https://github.com/component/path-to-regexp/issues"
  33. },
  34. "component": {
  35. "scripts": {
  36. "path-to-regexp": "index.js"
  37. }
  38. },
  39. "description": "Express style path to RegExp utility",
  40. "devDependencies": {
  41. "istanbul": "^0.2.6",
  42. "mocha": "^1.17.1"
  43. },
  44. "files": [
  45. "index.js",
  46. "LICENSE"
  47. ],
  48. "homepage": "https://github.com/component/path-to-regexp#readme",
  49. "keywords": [
  50. "express",
  51. "regexp"
  52. ],
  53. "license": "MIT",
  54. "name": "path-to-regexp",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/component/path-to-regexp.git"
  58. },
  59. "scripts": {
  60. "test": "istanbul cover _mocha -- -R spec"
  61. },
  62. "version": "0.1.7"
  63. }