package.json 2.37 KB
{
  "_from": "native-url@^0.2.6",
  "_id": "native-url@0.2.6",
  "_inBundle": false,
  "_integrity": "sha512-k4bDC87WtgrdD362gZz6zoiXQrl40kYlBmpfmSjwRO1VU0V5ccwJTlxuE72F6m3V0vc1xOf6n3UCP9QyerRqmA==",
  "_location": "/native-url",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "native-url@^0.2.6",
    "name": "native-url",
    "escapedName": "native-url",
    "rawSpec": "^0.2.6",
    "saveSpec": null,
    "fetchSpec": "^0.2.6"
  },
  "_requiredBy": [
    "/@pmmmwh/react-refresh-webpack-plugin"
  ],
  "_resolved": "https://registry.npmjs.org/native-url/-/native-url-0.2.6.tgz",
  "_shasum": "ca1258f5ace169c716ff44eccbddb674e10399ae",
  "_spec": "native-url@^0.2.6",
  "_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\@pmmmwh\\react-refresh-webpack-plugin",
  "author": {
    "name": "Janicklas Ralph"
  },
  "bugs": {
    "url": "https://github.com/GoogleChromeLabs/native-url/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "querystring": "^0.2.0"
  },
  "deprecated": false,
  "description": "Brings the node url api layer to whatwg-url class",
  "devDependencies": {
    "husky": "^3.0.5",
    "jest": "^24.9.0",
    "karmatic": "^1.4.0",
    "lint-staged": "^9.2.5",
    "microbundle": "^0.11.0",
    "prettier": "^1.18.2",
    "webpack": "^4.41.2"
  },
  "files": [
    "dist",
    "third_party/url.d.ts"
  ],
  "homepage": "https://github.com/GoogleChromeLabs/native-url#readme",
  "husky": {
    "hooks": {
      "pre-commit": "yarn run test && lint-staged"
    }
  },
  "jsdelivr": "dist/index.umd.js",
  "keywords": [
    "url",
    "uri",
    "normalization",
    "normalisation",
    "query",
    "querystring",
    "whatwg-url",
    "parse",
    "format",
    "resolve",
    "resolveObject"
  ],
  "license": "Apache-2.0",
  "lint-staged": {
    "{src,tests}/**/*.js": [
      "prettier --write",
      "git add"
    ]
  },
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "name": "native-url",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GoogleChromeLabs/native-url.git"
  },
  "scripts": {
    "build": "microbundle",
    "pretest": "yarn run build",
    "test": "jest && karmatic",
    "test:browser": "karmatic",
    "test:node": "jest"
  },
  "source": "src/index.js",
  "typings": "third_party/url.d.ts",
  "unpkg": "dist/index.umd.js",
  "version": "0.2.6"
}