custom-app
Version:
ITIMS��Ʒ�鿪��ר��React���,�Dz��ý��ּ�dhcc-app���������
80 lines (79 loc) • 1.97 kB
JSON
{
"_args": [
[
"omit.js@1.0.2",
"G:\\dhcc-app-dll"
]
],
"_from": "omit.js@1.0.2",
"_id": "omit.js@1.0.2",
"_inBundle": false,
"_integrity": "sha512-/QPc6G2NS+8d4L/cQhbk6Yit1WTB6Us2g84A7A/1+w9d/eRGHyEqC5kkQtHVoHZ5NFWGG7tUGgrhVZwgZanKrQ==",
"_location": "/omit.js",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "omit.js@1.0.2",
"name": "omit.js",
"escapedName": "omit.js",
"rawSpec": "1.0.2",
"saveSpec": null,
"fetchSpec": "1.0.2"
},
"_requiredBy": [
"/antd"
],
"_resolved": "https://registry.npmjs.org/omit.js/-/omit.js-1.0.2.tgz",
"_spec": "1.0.2",
"_where": "G:\\dhcc-app-dll",
"author": {
"name": "Benjy Cui",
"email": "benjytrys@gmail.com"
},
"bugs": {
"url": "https://github.com/benjycui/omit.js/issues"
},
"dependencies": {
"babel-runtime": "^6.23.0"
},
"description": "Utility function to create a shallow copy of an object which had dropped some fields.",
"devDependencies": {
"assert": "^1.4.1",
"rc-test": "^6.0.7",
"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": "rc-tools run build",
"compile": "rc-tools run compile --babel-runtime",
"coverage": "rc-test run coverage",
"eslint-fix": "eslint --fix ./index.js ./test",
"gh-pages": "rc-tools run gh-pages",
"lint": "rc-tools run lint",
"prepublish": "rc-tools run guard",
"pub": "rc-tools run pub --babel-runtime",
"start": "rc-tools run server",
"test": "rc-test run test"
},
"types": "index.d.ts",
"version": "1.0.2"
}