package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "nprogress@0.2.0",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_from": "nprogress@0.2.0",
  9. "_id": "nprogress@0.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-I19aIingLgR1fmhftnbWWO3dXc0hSxqHQHQb3H8m+K3TnEn/iSeTZZOyvKXWqQESMwuUVnatlCnZdLBZZt2VSA==",
  12. "_location": "/nprogress",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "nprogress@0.2.0",
  18. "name": "nprogress",
  19. "escapedName": "nprogress",
  20. "rawSpec": "0.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "0.2.0"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/nprogress/-/nprogress-0.2.0.tgz",
  28. "_spec": "0.2.0",
  29. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  30. "author": {
  31. "name": "Rico Sta. Cruz",
  32. "email": "hi@ricostacruz.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/rstacruz/nprogress/issues"
  36. },
  37. "dependencies": {},
  38. "description": "Simple slim progress bars",
  39. "devDependencies": {
  40. "chai": "~1.6.1",
  41. "jquery": "^2.1.1",
  42. "jsdom": "^5.4.1",
  43. "mocha": "^2.2.4",
  44. "mocha-jsdom": "^0.3.0"
  45. },
  46. "homepage": "https://github.com/rstacruz/nprogress#readme",
  47. "jspm": {
  48. "format": "global",
  49. "shim": {
  50. "nprogress": {
  51. "deps": [
  52. "./nprogress.css!"
  53. ]
  54. }
  55. },
  56. "dependencies": {
  57. "css": "*"
  58. }
  59. },
  60. "license": "MIT",
  61. "main": "nprogress.js",
  62. "name": "nprogress",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/rstacruz/nprogress.git"
  66. },
  67. "scripts": {
  68. "test": "mocha"
  69. },
  70. "spm": {
  71. "main": "nprogress.js",
  72. "output": [
  73. "nprogress.css"
  74. ],
  75. "ignore": [
  76. "support",
  77. "test",
  78. "vendor"
  79. ]
  80. },
  81. "version": "0.2.0"
  82. }