wzp
2022-02-22 46083a2914a62c1835612fb0872d7fdc76d7bb9d
assetMgtH5/node_modules/dayjs/package.json
@@ -1,70 +1,37 @@
{
  "name": "dayjs",
  "version": "1.10.7",
  "_from": "dayjs@^1.10.7",
  "_id": "dayjs@1.10.7",
  "_inBundle": false,
  "_integrity": "sha512-P6twpd70BcPK34K26uJ1KT3wlhpuOAPoMwJzpsIWUxHZ7wpmbdZL/hQqBDfz7hGurYSa5PhzdhDHtt319hL3ig==",
  "_location": "/dayjs",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "dayjs@^1.10.7",
    "name": "dayjs",
    "escapedName": "dayjs",
    "rawSpec": "^1.10.7",
    "saveSpec": null,
    "fetchSpec": "^1.10.7"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.7.tgz",
  "_shasum": "2cf5f91add28116748440866a0a1d26f3a6ce468",
  "_spec": "dayjs@^1.10.7",
  "_where": "C:\\Users\\mac\\Desktop\\Work-Archives\\assetMgtH5\\assetMgtH5",
  "author": {
    "name": "iamkun"
  },
  "bugs": {
    "url": "https://github.com/iamkun/dayjs/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "2KB immutable date time library alternative to Moment.js with the same modern API ",
  "main": "dayjs.min.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "TZ=Pacific/Auckland npm run test-tz && TZ=Europe/London npm run test-tz && TZ=America/Whitehorse npm run test-tz && npm run test-tz && jest",
    "test-tz": "date && jest test/timezone.test --coverage=false",
    "lint": "./node_modules/.bin/eslint src/* test/* build/*",
    "prettier": "prettier --write \"docs/**/*.md\"",
    "babel": "cross-env BABEL_ENV=build babel src --out-dir esm --copy-files && node build/esm",
    "build": "cross-env BABEL_ENV=build node build && npm run size",
    "sauce": "npx karma start karma.sauce.conf.js",
    "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2  && npm run sauce -- 3",
    "size": "size-limit && gzip-size dayjs.min.js"
  },
  "pre-commit": [
    "lint"
  ],
  "size-limit": [
    {
      "limit": "2.99 KB",
      "path": "dayjs.min.js"
    }
  ],
  "jest": {
    "roots": [
      "test"
    ],
    "testRegex": "test/(.*?/)?.*test.js$",
    "testURL": "http://localhost",
    "coverageDirectory": "./coverage/",
    "collectCoverage": true,
    "collectCoverageFrom": [
      "src/**/*"
    ]
  },
  "release": {
    "prepare": [
      {
        "path": "@semantic-release/changelog"
      },
      [
        "@semantic-release/git",
        {
          "assets": [
            "CHANGELOG.md"
          ]
        }
      ]
    ]
  },
  "keywords": [
    "dayjs",
    "date",
    "time",
    "immutable",
    "moment"
  ],
  "author": "iamkun",
  "license": "MIT",
  "homepage": "https://day.js.org",
  "repository": {
    "type": "git",
    "url": "https://github.com/iamkun/dayjs.git"
  },
  "devDependencies": {
    "@babel/cli": "^7.0.0-beta.44",
    "@babel/core": "^7.0.0-beta.44",
@@ -96,7 +63,68 @@
    "size-limit": "^0.18.0",
    "typescript": "^2.8.3"
  },
  "__npminstall_done": true,
  "_from": "dayjs@1.10.7",
  "_resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.10.7.tgz"
}
  "homepage": "https://day.js.org",
  "jest": {
    "roots": [
      "test"
    ],
    "testRegex": "test/(.*?/)?.*test.js$",
    "testURL": "http://localhost",
    "coverageDirectory": "./coverage/",
    "collectCoverage": true,
    "collectCoverageFrom": [
      "src/**/*"
    ]
  },
  "keywords": [
    "dayjs",
    "date",
    "time",
    "immutable",
    "moment"
  ],
  "license": "MIT",
  "main": "dayjs.min.js",
  "name": "dayjs",
  "pre-commit": [
    "lint"
  ],
  "release": {
    "prepare": [
      {
        "path": "@semantic-release/changelog"
      },
      [
        "@semantic-release/git",
        {
          "assets": [
            "CHANGELOG.md"
          ]
        }
      ]
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iamkun/dayjs.git"
  },
  "scripts": {
    "babel": "cross-env BABEL_ENV=build babel src --out-dir esm --copy-files && node build/esm",
    "build": "cross-env BABEL_ENV=build node build && npm run size",
    "lint": "eslint src/* test/* build/*",
    "prettier": "prettier --write \"docs/**/*.md\"",
    "sauce": "npx karma start karma.sauce.conf.js",
    "size": "size-limit && gzip-size dayjs.min.js",
    "test": "TZ=Pacific/Auckland npm run test-tz && TZ=Europe/London npm run test-tz && TZ=America/Whitehorse npm run test-tz && npm run test-tz && jest",
    "test-tz": "date && jest test/timezone.test --coverage=false",
    "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2  && npm run sauce -- 3"
  },
  "size-limit": [
    {
      "limit": "2.99 KB",
      "path": "dayjs.min.js"
    }
  ],
  "types": "index.d.ts",
  "version": "1.10.7"
}