| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "_from": "reqwest@2.0.5",
- "_id": "reqwest@2.0.5",
- "_inBundle": false,
- "_integrity": "sha1-APsVrEkYxBnKgrQ/JMeIguZgOaE=",
- "_location": "/reqwest",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "reqwest@2.0.5",
- "name": "reqwest",
- "escapedName": "reqwest",
- "rawSpec": "2.0.5",
- "saveSpec": null,
- "fetchSpec": "2.0.5"
- },
- "_requiredBy": [
- "/@okta/okta-auth-js"
- ],
- "_resolved": "https://registry.npmjs.org/reqwest/-/reqwest-2.0.5.tgz",
- "_shasum": "00fb15ac4918c419ca82b43f24c78882e66039a1",
- "_spec": "reqwest@2.0.5",
- "_where": "/Users/ericf/ZCWProjects/Shared-Travel-Map/SharedTravelMapIonicApp/node_modules/@okta/okta-auth-js",
- "author": {
- "name": "Dustin Diaz",
- "email": "dustin@dustindiaz.com",
- "url": "http://dustindiaz.com"
- },
- "browser": {
- "xhr2": false
- },
- "bugs": {
- "url": "https://github.com/ded/reqwest/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "A wrapper for asynchronous http requests",
- "devDependencies": {
- "bump": "0.2.3",
- "connect": "1.8.x",
- "delayed-stream": "0.0.5",
- "dispatch": "0.x.x",
- "mime": "1.x.x",
- "sink-test": ">=0.1.2",
- "smoosh": "0.4.0",
- "valentine": ">=1.4.7"
- },
- "ender": "./src/ender.js",
- "homepage": "https://github.com/ded/reqwest",
- "keywords": [
- "ender",
- "ajax",
- "xhr",
- "connection",
- "web 2.0",
- "async",
- "sync"
- ],
- "license": "MIT",
- "main": "./reqwest.js",
- "name": "reqwest",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/ded/reqwest.git"
- },
- "scripts": {
- "boosh": "smoosh make ./build.json",
- "test": "node ./test.js"
- },
- "spm": {
- "main": "reqwest.js",
- "ignore": [
- "vendor",
- "test",
- "make"
- ]
- },
- "version": "2.0.5"
- }
|