forgeplus-react/node_modules/mockjs/package.json

84 lines
1.8 KiB
JSON

{
"_args": [
[
"mockjs@1.1.0",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_development": true,
"_from": "mockjs@1.1.0",
"_id": "mockjs@1.1.0",
"_inBundle": false,
"_integrity": "sha512-eQsKcWzIaZzEZ07NuEyO4Nw65g0hdWAyurVol1IPl1gahRwY+svqzfgfey8U8dahLwG44d6/RwEzuK52rSa/JQ==",
"_location": "/mockjs",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "mockjs@1.1.0",
"name": "mockjs",
"escapedName": "mockjs",
"rawSpec": "1.1.0",
"saveSpec": null,
"fetchSpec": "1.1.0"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/mockjs/-/mockjs-1.1.0.tgz",
"_spec": "1.1.0",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"author": {
"name": "nuysoft@gmail.com"
},
"bin": {
"random": "bin/random"
},
"bugs": {
"url": "https://github.com/nuysoft/Mock/issues"
},
"dependencies": {
"commander": "*"
},
"description": "生成随机数据 & 拦截 Ajax 请求",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-connect": "^5.7.0",
"gulp-coveralls": "^0.1.4",
"gulp-istanbul": "^0.10.4",
"gulp-jshint": "^2.1.0",
"gulp-mocha": "^2.2.0",
"gulp-mocha-phantomjs": "^0.10.1",
"jshint": "^2.8.0",
"jshint-stylish": "^2.1.0",
"webpack": "^1.12.9"
},
"homepage": "http://mockjs.com/",
"keywords": [
"mock",
"mockJSON",
"mockAjax"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/nuysoft/Mock/blob/master/LICENSE"
}
],
"main": "./dist/mock.js",
"name": "mockjs",
"repository": {
"type": "git",
"url": "git://github.com/nuysoft/Mock.git"
},
"scripts": {
"coveralls": "gulp coveralls",
"test": "gulp mocha"
},
"spm": {
"main": "dist/mock.js"
},
"title": "Mock.js",
"version": "1.1.0"
}