UNPKG

j-gallery

Version:
73 lines (72 loc) 1.84 kB
{ "_args": [ [ "node-fetch@1.7.1", "/Users/apple/Desktop/Repositories/Gallery/example" ] ], "_from": "node-fetch@1.7.1", "_id": "node-fetch@1.7.1", "_inBundle": false, "_integrity": "sha1-iZyz0KPJL5UsR/G4dvTIrqvUANU=", "_location": "/node-fetch", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "node-fetch@1.7.1", "name": "node-fetch", "escapedName": "node-fetch", "rawSpec": "1.7.1", "saveSpec": null, "fetchSpec": "1.7.1" }, "_requiredBy": [ "/isomorphic-fetch" ], "_resolved": "http://registry.npm.taobao.org/node-fetch/download/node-fetch-1.7.1.tgz", "_spec": "1.7.1", "_where": "/Users/apple/Desktop/Repositories/Gallery/example", "author": { "name": "David Frank" }, "bugs": { "url": "https://github.com/bitinn/node-fetch/issues" }, "dependencies": { "encoding": "^0.1.11", "is-stream": "^1.0.1" }, "description": "A light-weight module that brings window.fetch to node.js and io.js", "devDependencies": { "bluebird": "^3.3.4", "chai": "^3.5.0", "chai-as-promised": "^5.2.0", "codecov": "^1.0.1", "form-data": ">=1.0.0", "istanbul": "^0.4.2", "mocha": "^2.1.0", "parted": "^0.1.1", "promise": "^7.1.1", "resumer": "0.0.0" }, "homepage": "https://github.com/bitinn/node-fetch", "keywords": [ "fetch", "http", "promise" ], "license": "MIT", "main": "index.js", "name": "node-fetch", "repository": { "type": "git", "url": "git+https://github.com/bitinn/node-fetch.git" }, "scripts": { "coverage": "istanbul cover _mocha --report lcovonly -- -R spec test/test.js && codecov", "report": "istanbul cover _mocha -- -R spec test/test.js", "test": "mocha test/test.js" }, "version": "1.7.1" }