package.json 1.8 KB

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