package.json 1.7 KB

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