{ "_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": "range", "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", "_shasum": "91a14f0eba84066dfa015bf30e474c47f30bc858", "_spec": "omit.js@^1.0.2", "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/antd", "author": { "name": "Benjy Cui", "email": "benjytrys@gmail.com" }, "bugs": { "url": "https://github.com/benjycui/omit.js/issues" }, "bundleDependencies": false, "dependencies": { "babel-runtime": "^6.23.0" }, "deprecated": false, "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" }