package.json 1.98 KB
{
  "_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"
}