123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- {
- "_args": [
- [
- "responselike@^1.0.2",
- "/home/lyxaira/Artesanias/artesanias/node_modules/cacheable-request"
- ]
- ],
- "_from": "responselike@>=1.0.2 <2.0.0",
- "_id": "responselike@1.0.2",
- "_inCache": true,
- "_installable": true,
- "_location": "/responselike",
- "_nodeVersion": "8.4.0",
- "_npmOperationalInternal": {
- "host": "s3://npm-registry-packages",
- "tmp": "tmp/responselike-1.0.2.tgz_1502988434730_0.1581996688619256"
- },
- "_npmUser": {
- "email": "lukechilds123@gmail.com",
- "name": "lukechilds"
- },
- "_npmVersion": "4.6.1",
- "_phantomChildren": {},
- "_requested": {
- "name": "responselike",
- "raw": "responselike@^1.0.2",
- "rawSpec": "^1.0.2",
- "scope": null,
- "spec": ">=1.0.2 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/cacheable-request"
- ],
- "_resolved": "https://registry.npmjs.org/responselike/-/responselike-1.0.2.tgz",
- "_shasum": "918720ef3b631c5642be068f15ade5a46f4ba1e7",
- "_shrinkwrap": null,
- "_spec": "responselike@^1.0.2",
- "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/cacheable-request",
- "author": {
- "name": "lukechilds"
- },
- "bugs": {
- "url": "https://github.com/lukechilds/responselike/issues"
- },
- "dependencies": {
- "lowercase-keys": "^1.0.0"
- },
- "description": "A response-like object for mocking a Node.js HTTP response stream",
- "devDependencies": {
- "ava": "^0.22.0",
- "coveralls": "^2.13.1",
- "eslint-config-xo-lukechilds": "^1.0.0",
- "get-stream": "^3.0.0",
- "nyc": "^11.1.0",
- "xo": "^0.19.0"
- },
- "directories": {},
- "dist": {
- "shasum": "918720ef3b631c5642be068f15ade5a46f4ba1e7",
- "tarball": "https://registry.npmjs.org/responselike/-/responselike-1.0.2.tgz"
- },
- "gitHead": "69366dfd6e161b46bc4503c114d067b87e30dd60",
- "homepage": "https://github.com/lukechilds/responselike#readme",
- "keywords": [
- "http",
- "https",
- "mock",
- "request",
- "response",
- "responselike"
- ],
- "license": "MIT",
- "main": "src/index.js",
- "maintainers": [
- {
- "name": "lukechilds",
- "email": "lukechilds123@gmail.com"
- }
- ],
- "name": "responselike",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/lukechilds/responselike.git"
- },
- "scripts": {
- "coverage": "nyc report --reporter=text-lcov | coveralls",
- "test": "xo && nyc ava"
- },
- "version": "1.0.2",
- "xo": {
- "extends": "xo-lukechilds"
- }
- }
|