package.json 2.89 KB
{
  "_args": [
    [
      {
        "raw": "normalize-url@^1.4.0",
        "scope": null,
        "escapedName": "normalize-url",
        "name": "normalize-url",
        "rawSpec": "^1.4.0",
        "spec": ">=1.4.0 <2.0.0",
        "type": "range"
      },
      "/Users/admin/Documents/workspace/programming/node_modules/postcss-normalize-url"
    ]
  ],
  "_from": "normalize-url@>=1.4.0 <2.0.0",
  "_id": "normalize-url@1.9.0",
  "_inCache": true,
  "_location": "/normalize-url",
  "_nodeVersion": "4.6.2",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/normalize-url-1.9.0.tgz_1483984126109_0.8884254049044102"
  },
  "_npmUser": {
    "name": "sindresorhus",
    "email": "sindresorhus@gmail.com"
  },
  "_npmVersion": "2.15.11",
  "_phantomChildren": {},
  "_requested": {
    "raw": "normalize-url@^1.4.0",
    "scope": null,
    "escapedName": "normalize-url",
    "name": "normalize-url",
    "rawSpec": "^1.4.0",
    "spec": ">=1.4.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/postcss-normalize-url"
  ],
  "_resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-1.9.0.tgz",
  "_shasum": "c2bb50035edee62cd81edb2d45da68dc25e3423e",
  "_shrinkwrap": null,
  "_spec": "normalize-url@^1.4.0",
  "_where": "/Users/admin/Documents/workspace/programming/node_modules/postcss-normalize-url",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/normalize-url/issues"
  },
  "dependencies": {
    "object-assign": "^4.0.1",
    "prepend-http": "^1.0.0",
    "query-string": "^4.1.0",
    "sort-keys": "^1.0.0"
  },
  "description": "Normalize a URL",
  "devDependencies": {
    "ava": "*",
    "xo": "^0.16.0"
  },
  "directories": {},
  "dist": {
    "shasum": "c2bb50035edee62cd81edb2d45da68dc25e3423e",
    "tarball": "https://registry.npmjs.org/normalize-url/-/normalize-url-1.9.0.tgz"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "65f8f8cba4638e9042dc0f344d77815955d27af2",
  "homepage": "https://github.com/sindresorhus/normalize-url#readme",
  "keywords": [
    "normalize",
    "url",
    "uri",
    "address",
    "string",
    "str",
    "normalise",
    "normalization",
    "normalisation",
    "query",
    "string",
    "querystring",
    "unicode",
    "simplify",
    "strip",
    "trim",
    "canonical"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "sindresorhus",
      "email": "sindresorhus@gmail.com"
    },
    {
      "name": "kevva",
      "email": "kevinmartensson@gmail.com"
    }
  ],
  "name": "normalize-url",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/normalize-url.git"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "version": "1.9.0"
}