package.json
1.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"_from": "omit.js@^2.0.2",
"_id": "omit.js@2.0.2",
"_inBundle": false,
"_integrity": "sha512-hJmu9D+bNB40YpL9jYebQl4lsTW6yEHRTroJzNLqQJYHm7c+NQnJGfZmIWh8S3q3KoaxV1aLhV6B3+0N0/kyJg==",
"_location": "/omit.js",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "omit.js@^2.0.2",
"name": "omit.js",
"escapedName": "omit.js",
"rawSpec": "^2.0.2",
"saveSpec": null,
"fetchSpec": "^2.0.2"
},
"_requiredBy": [
"/antd",
"/rc-menu",
"/rc-textarea"
],
"_resolved": "https://registry.npmjs.org/omit.js/-/omit.js-2.0.2.tgz",
"_shasum": "dd9b8436fab947a5f3ff214cb2538631e313ec2f",
"_spec": "omit.js@^2.0.2",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\antd",
"author": {
"name": "Benjy Cui",
"email": "benjytrys@gmail.com"
},
"bugs": {
"url": "https://github.com/benjycui/omit.js/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Utility function to create a shallow copy of an object which had dropped some fields.",
"devDependencies": {
"@umijs/fabric": "^2.2.2",
"assert": "^1.4.1",
"eslint": "^7.4.0",
"father": "^2.29.5",
"np": "^6.3.1",
"rc-tools": "^6.3.3"
},
"files": [
"lib",
"es",
"dist",
"index.d.ts"
],
"homepage": "https://github.com/benjycui/omit.js#readme",
"keywords": [
"object",
"omit"
],
"license": "MIT",
"main": "lib/index.js",
"module": "es/index.js",
"name": "omit.js",
"repository": {
"type": "git",
"url": "git+https://github.com/benjycui/omit.js.git"
},
"scripts": {
"build": "father doc build --storybook",
"compile": "father build",
"coverage": "father test --coverage",
"gh-pages": "father doc deploy",
"lint": "eslint .",
"prepublishOnly": "npm run compile && np --yolo --no-publish",
"start": "father doc dev --storybook",
"test": "father test"
},
"types": "index.d.ts",
"version": "2.0.2"
}