旧版报表、仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

113 lines
2.7 KiB

{
"_from": "fetch-mock",
"_id": "fetch-mock@7.3.3",
"_inBundle": false,
"_integrity": "sha512-MHKcwZ4n9TmnfnVfelUBrrfxtC9tztafIR+F8l/Yu9N+y48fU1BAwj3iSxhYFYELVw73rCZh2DPWtWCekY/t+w==",
"_location": "/fetch-mock",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "fetch-mock",
"name": "fetch-mock",
"escapedName": "fetch-mock",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "https://registry.npmjs.org/fetch-mock/-/fetch-mock-7.3.3.tgz",
"_shasum": "d1abdf309cdef8adb4b0fc0596d3f97fcfbd4528",
"_spec": "fetch-mock",
"_where": "C:\\Code\\Warehouse\\Warehouse\\3rd",
"author": {
"name": "Rhys Evans"
},
"babel": {
"presets": [
[
"env",
{
"useBuiltIns": "entry"
}
]
],
"plugins": [
[
"transform-runtime",
{
"polyfill": true
}
]
]
},
"browser": "es5/client.js",
"bugs": {
"url": "https://github.com/wheresrhys/fetch-mock/issues"
},
"bundleDependencies": false,
"dependencies": {
"babel-polyfill": "^6.26.0",
"glob-to-regexp": "^0.4.0",
"path-to-regexp": "^2.2.1",
"whatwg-url": "^6.5.0"
},
"deprecated": false,
"description": "Mock http requests made using fetch (or isomorphic-fetch)",
"devDependencies": {
"babel-cli": "^6.1.2",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"bluebird": "^3.4.6",
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"eslint": "^4.14.0",
"eslint-config-origami-component": "^1.0.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.6.1",
"karma": "^3.1.4",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-webpack": "^3.0.0",
"mocha": "^5.1.1",
"node-fetch": "^2.0.0",
"nyc": "^11.7.3",
"prettier": "^1.13.7",
"sinon": "^4.5.0",
"sinon-chai": "^2.14.0",
"webpack": "^4.0.0",
"webpack-cli": "^3.0.0"
},
"engines": {
"node": ">=4.0.0"
},
"homepage": "http://www.wheresrhys.co.uk/fetch-mock",
"keywords": [
"fetch",
"http",
"mock",
"testing",
"spy",
"xhr",
"ajax"
],
"license": "MIT",
"main": "src/server.js",
"name": "fetch-mock",
"repository": {
"type": "git",
"url": "git+https://github.com/wheresrhys/fetch-mock.git"
},
"scripts": {
"postinstall": "node scripts/support-fetch-mock.js",
"prepublishOnly": "make transpile bundle",
"test": "make lint test"
},
"version": "7.3.3"
}