package.json 1.8 KB

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