123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- {
- "_args": [
- [
- "follow-redirects@1.7.0",
- "/Users/apple/tmp/ok/vue_cli_default"
- ]
- ],
- "_development": true,
- "_from": "follow-redirects@1.7.0",
- "_id": "follow-redirects@1.7.0",
- "_inBundle": false,
- "_integrity": "sha1-SJ68GY3A5/ZBZ70jsDxMGbV4THY=",
- "_location": "/follow-redirects",
- "_phantomChildren": {
- "ms": "2.1.2"
- },
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "follow-redirects@1.7.0",
- "name": "follow-redirects",
- "escapedName": "follow-redirects",
- "rawSpec": "1.7.0",
- "saveSpec": null,
- "fetchSpec": "1.7.0"
- },
- "_requiredBy": [
- "/http-proxy"
- ],
- "_resolved": "http://registry.npm.taobao.org/follow-redirects/download/follow-redirects-1.7.0.tgz",
- "_spec": "1.7.0",
- "_where": "/Users/apple/tmp/ok/vue_cli_default",
- "author": {
- "name": "Ruben Verborgh",
- "email": "ruben@verborgh.org",
- "url": "https://ruben.verborgh.org/"
- },
- "bugs": {
- "url": "https://github.com/follow-redirects/follow-redirects/issues"
- },
- "contributors": [
- {
- "name": "Olivier Lalonde",
- "email": "olalonde@gmail.com",
- "url": "http://www.syskall.com"
- },
- {
- "name": "James Talmage",
- "email": "james@talmage.io"
- }
- ],
- "dependencies": {
- "debug": "^3.2.6"
- },
- "description": "HTTP and HTTPS modules that follow redirects.",
- "devDependencies": {
- "concat-stream": "^1.6.0",
- "coveralls": "^3.0.2",
- "eslint": "^4.19.1",
- "express": "^4.16.2",
- "lolex": "^3.0.0",
- "mocha": "^5.0.0",
- "nyc": "^11.8.0"
- },
- "engines": {
- "node": ">=4.0"
- },
- "files": [
- "*.js"
- ],
- "homepage": "https://github.com/follow-redirects/follow-redirects",
- "keywords": [
- "http",
- "https",
- "url",
- "redirect",
- "client",
- "location",
- "utility"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "follow-redirects",
- "nyc": {
- "reporter": [
- "lcov",
- "text"
- ]
- },
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/follow-redirects/follow-redirects.git"
- },
- "scripts": {
- "lint": "eslint *.js test",
- "mocha": "nyc mocha",
- "test": "npm run lint && npm run mocha"
- },
- "version": "1.7.0"
- }
|