package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "mockjs@1.1.0",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_from": "mockjs@1.1.0",
  9. "_id": "mockjs@1.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-eQsKcWzIaZzEZ07NuEyO4Nw65g0hdWAyurVol1IPl1gahRwY+svqzfgfey8U8dahLwG44d6/RwEzuK52rSa/JQ==",
  12. "_location": "/mockjs",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "mockjs@1.1.0",
  18. "name": "mockjs",
  19. "escapedName": "mockjs",
  20. "rawSpec": "1.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.0"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/mockjs/-/mockjs-1.1.0.tgz",
  28. "_spec": "1.1.0",
  29. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  30. "author": {
  31. "name": "nuysoft@gmail.com"
  32. },
  33. "bin": {
  34. "random": "bin/random"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/nuysoft/Mock/issues"
  38. },
  39. "dependencies": {
  40. "commander": "*"
  41. },
  42. "description": "生成随机数据 & 拦截 Ajax 请求",
  43. "devDependencies": {
  44. "gulp": "^3.9.0",
  45. "gulp-connect": "^5.7.0",
  46. "gulp-coveralls": "^0.1.4",
  47. "gulp-istanbul": "^0.10.4",
  48. "gulp-jshint": "^2.1.0",
  49. "gulp-mocha": "^2.2.0",
  50. "gulp-mocha-phantomjs": "^0.10.1",
  51. "jshint": "^2.8.0",
  52. "jshint-stylish": "^2.1.0",
  53. "webpack": "^1.12.9"
  54. },
  55. "homepage": "http://mockjs.com/",
  56. "keywords": [
  57. "mock",
  58. "mockJSON",
  59. "mockAjax"
  60. ],
  61. "licenses": [
  62. {
  63. "type": "MIT",
  64. "url": "https://github.com/nuysoft/Mock/blob/master/LICENSE"
  65. }
  66. ],
  67. "main": "./dist/mock.js",
  68. "name": "mockjs",
  69. "repository": {
  70. "type": "git",
  71. "url": "git://github.com/nuysoft/Mock.git"
  72. },
  73. "scripts": {
  74. "coveralls": "gulp coveralls",
  75. "test": "gulp mocha"
  76. },
  77. "spm": {
  78. "main": "dist/mock.js"
  79. },
  80. "title": "Mock.js",
  81. "version": "1.1.0"
  82. }