package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "nprogress@0.2.0",
  3. "_id": "nprogress@0.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-I19aIingLgR1fmhftnbWWO3dXc0hSxqHQHQb3H8m+K3TnEn/iSeTZZOyvKXWqQESMwuUVnatlCnZdLBZZt2VSA==",
  6. "_location": "/nprogress",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  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. ],
  21. "_resolved": "https://registry.npmmirror.com/nprogress/-/nprogress-0.2.0.tgz",
  22. "_shasum": "cb8f34c53213d895723fcbab907e9422adbcafb1",
  23. "_spec": "nprogress@0.2.0",
  24. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web",
  25. "author": {
  26. "name": "Rico Sta. Cruz",
  27. "email": "hi@ricostacruz.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/rstacruz/nprogress/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "Simple slim progress bars",
  36. "devDependencies": {
  37. "chai": "~1.6.1",
  38. "jquery": "^2.1.1",
  39. "jsdom": "^5.4.1",
  40. "mocha": "^2.2.4",
  41. "mocha-jsdom": "^0.3.0"
  42. },
  43. "homepage": "https://github.com/rstacruz/nprogress#readme",
  44. "jspm": {
  45. "format": "global",
  46. "shim": {
  47. "nprogress": {
  48. "deps": [
  49. "./nprogress.css!"
  50. ]
  51. }
  52. },
  53. "dependencies": {
  54. "css": "*"
  55. }
  56. },
  57. "license": "MIT",
  58. "main": "nprogress.js",
  59. "name": "nprogress",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/rstacruz/nprogress.git"
  63. },
  64. "scripts": {
  65. "test": "mocha"
  66. },
  67. "spm": {
  68. "main": "nprogress.js",
  69. "output": [
  70. "nprogress.css"
  71. ],
  72. "ignore": [
  73. "support",
  74. "test",
  75. "vendor"
  76. ]
  77. },
  78. "version": "0.2.0"
  79. }