github-pages-deploy-action/node_modules/mimic-fn/package.json

79 lines
1.6 KiB
JSON
Raw Normal View History

2020-01-28 13:07:56 +08:00
{
2020-03-22 05:13:25 +08:00
"_args": [
[
2020-03-31 20:40:00 +08:00
"mimic-fn@2.1.0",
"."
2020-03-22 05:13:25 +08:00
]
],
"_development": true,
2020-03-31 20:40:00 +08:00
"_from": "mimic-fn@2.1.0",
"_id": "mimic-fn@2.1.0",
2020-03-22 05:13:25 +08:00
"_inBundle": false,
2020-03-31 20:40:00 +08:00
"_integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
2020-03-22 05:13:25 +08:00
"_location": "/mimic-fn",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
2020-03-31 20:40:00 +08:00
"raw": "mimic-fn@2.1.0",
2020-03-22 05:13:25 +08:00
"name": "mimic-fn",
"escapedName": "mimic-fn",
2020-03-31 20:40:00 +08:00
"rawSpec": "2.1.0",
2020-03-22 05:13:25 +08:00
"saveSpec": null,
2020-03-31 20:40:00 +08:00
"fetchSpec": "2.1.0"
2020-03-22 05:13:25 +08:00
},
"_requiredBy": [
"/onetime"
],
2020-03-31 20:40:00 +08:00
"_resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
"_spec": "2.1.0",
"_where": ".",
2020-03-22 05:13:25 +08:00
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/mimic-fn/issues"
},
"description": "Make a function mimic another one",
"devDependencies": {
2020-03-31 20:40:00 +08:00
"ava": "^1.4.1",
"tsd": "^0.7.1",
"xo": "^0.24.0"
2020-03-22 05:13:25 +08:00
},
"engines": {
2020-03-31 20:40:00 +08:00
"node": ">=6"
2020-03-22 05:13:25 +08:00
},
"files": [
2020-03-31 20:40:00 +08:00
"index.js",
"index.d.ts"
2020-03-22 05:13:25 +08:00
],
"homepage": "https://github.com/sindresorhus/mimic-fn#readme",
"keywords": [
"function",
"mimic",
"imitate",
"rename",
"copy",
"inherit",
"properties",
"name",
"func",
"fn",
"set",
"infer",
"change"
],
"license": "MIT",
"name": "mimic-fn",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/mimic-fn.git"
},
"scripts": {
2020-03-31 20:40:00 +08:00
"test": "xo && ava && tsd"
2020-03-22 05:13:25 +08:00
},
2020-03-31 20:40:00 +08:00
"version": "2.1.0"
2020-01-28 13:07:56 +08:00
}