12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "_args": [
- [
- "normalize-url@3.3.0",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "normalize-url@3.3.0",
- "_id": "normalize-url@3.3.0",
- "_inBundle": false,
- "_integrity": "sha1-suHE3E98bVd0PfczpPWXjRhlBVk=",
- "_location": "/normalize-url",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "normalize-url@3.3.0",
- "name": "normalize-url",
- "escapedName": "normalize-url",
- "rawSpec": "3.3.0",
- "saveSpec": null,
- "fetchSpec": "3.3.0"
- },
- "_requiredBy": [
- "/postcss-normalize-url"
- ],
- "_resolved": "https://registry.npm.taobao.org/normalize-url/download/normalize-url-3.3.0.tgz",
- "_spec": "3.3.0",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/normalize-url/issues"
- },
- "description": "Normalize a URL",
- "devDependencies": {
- "ava": "*",
- "coveralls": "^3.0.0",
- "nyc": "^12.0.2",
- "xo": "*"
- },
- "engines": {
- "node": ">=6"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/sindresorhus/normalize-url#readme",
- "keywords": [
- "normalize",
- "url",
- "uri",
- "address",
- "string",
- "normalization",
- "normalisation",
- "query",
- "querystring",
- "simplify",
- "strip",
- "trim",
- "canonical"
- ],
- "license": "MIT",
- "name": "normalize-url",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/normalize-url.git"
- },
- "scripts": {
- "test": "xo && nyc ava"
- },
- "version": "3.3.0"
- }
|