{
  "_args": [
    [
      "iso-url@1.2.1",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "iso-url@1.2.1",
  "_id": "iso-url@1.2.1",
  "_inBundle": false,
  "_integrity": "sha512-9JPDgCN4B7QPkLtYAAOrEuAWvP9rWvR5offAr0/SeF046wIkglqH3VXgYYP6NcsKslH80UIVgmPqNe3j7tG2ng==",
  "_location": "/iso-url",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "iso-url@1.2.1",
    "name": "iso-url",
    "escapedName": "iso-url",
    "rawSpec": "1.2.1",
    "saveSpec": null,
    "fetchSpec": "1.2.1"
  },
  "_requiredBy": [
    "/ipfs-utils"
  ],
  "_resolved": "https://registry.npmjs.org/iso-url/-/iso-url-1.2.1.tgz",
  "_spec": "1.2.1",
  "_where": "/var/www/karbon-ai-be-new",
  "author": {
    "name": "Hugo Dias",
    "email": "hugomrdias@gmail.com",
    "url": "hugodias.me"
  },
  "browser": {
    "./src/url.js": "./src/url-browser.js"
  },
  "bugs": {
    "url": "https://github.com/hugomrdias/iso-url/issues"
  },
  "description": "Isomorphic/Universal WHATWG URL API with some support legacy node URL API",
  "devDependencies": {
    "c8": "^7.10.0",
    "eslint": "^7.20.0",
    "eslint-config-ipfs": "^2.0.1",
    "np": "^7.4.0",
    "nyc": "^15.0.0",
    "playwright-test": "^7.1.0",
    "react-native-polyfill-globals": "^3.1.0",
    "react-native-test-runner": "^5.0.0",
    "sirv-cli": "^1.0.14",
    "tap-spec": "^5.0.0",
    "typescript": "^4.4.4",
    "zora": "^4.0.2"
  },
  "engines": {
    "node": ">=12"
  },
  "eslintConfig": {
    "extends": "ipfs"
  },
  "files": [
    "dist/src",
    "dist/index.d.ts",
    "dist/index.d.ts.map",
    "src",
    "index.js"
  ],
  "homepage": "https://github.com/hugomrdias/iso-url#readme",
  "keywords": [
    "url",
    "node",
    "browser"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "iso-url",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hugomrdias/iso-url.git"
  },
  "scripts": {
    "check": "yarn lint && yarn prepare && yarn test && yarn test:browser",
    "cov": "yarn test && yarn test:browser && nyc report --reporter=html && sirv coverage",
    "lint": "eslint *.js src/*.js",
    "prepare": "tsc",
    "test": "c8 -r json --report-dir .nyc_output --clean node test.js | tap-spec",
    "test:browser": "playwright-test test.js --runner zora --cov | tap-spec",
    "test:rn:android": "rn-test --platform android test.js | tap-spec",
    "test:rn:ios": "rn-test --platform ios test.js | tap-spec"
  },
  "types": "dist/index.js",
  "version": "1.2.1"
}
