Created
April 25, 2016 00:52
-
-
Save nginnever/775f5004ff7aef16e72e7d8bdf472f68 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "_args": [ | |
| [ | |
| "ipfs-unixfs-engine", | |
| "/Users/voxelot/Github/js-ipfs" | |
| ] | |
| ], | |
| "_from": "ipfs-unixfs-engine@latest", | |
| "_id": "ipfs-unixfs-engine@0.4.5", | |
| "_inCache": true, | |
| "_installable": true, | |
| "_location": "/ipfs-unixfs-engine", | |
| "_nodeVersion": "4.3.2", | |
| "_npmOperationalInternal": { | |
| "host": "packages-16-east.internal.npmjs.com", | |
| "tmp": "tmp/ipfs-unixfs-engine-0.4.5.tgz_1461535393135_0.14211747329682112" | |
| }, | |
| "_npmUser": { | |
| "email": "daviddias.p@gmail.com", | |
| "name": "daviddias" | |
| }, | |
| "_npmVersion": "3.8.0", | |
| "_phantomChildren": { | |
| "async": "1.5.2", | |
| "bl": "1.1.2", | |
| "core-util-is": "1.0.2", | |
| "detect-node": "2.0.3", | |
| "inherits": "2.0.1", | |
| "multihashing": "0.2.1", | |
| "process-nextick-args": "1.0.6", | |
| "string_decoder": "0.10.31", | |
| "util-deprecate": "1.0.2", | |
| "xtend": "4.0.1" | |
| }, | |
| "_requested": { | |
| "name": "ipfs-unixfs-engine", | |
| "raw": "ipfs-unixfs-engine", | |
| "rawSpec": "", | |
| "scope": null, | |
| "spec": "latest", | |
| "type": "tag" | |
| }, | |
| "_requiredBy": [ | |
| "/" | |
| ], | |
| "_resolved": "https://registry.npmjs.org/ipfs-unixfs-engine/-/ipfs-unixfs-engine-0.4.5.tgz", | |
| "_shasum": "d227abb4b148037fbd18caecb152260d1c763a27", | |
| "_shrinkwrap": null, | |
| "_spec": "ipfs-unixfs-engine", | |
| "_where": "/Users/voxelot/Github/js-ipfs", | |
| "author": { | |
| "email": "daviddias@ipfs.io", | |
| "name": "David Dias" | |
| }, | |
| "bugs": { | |
| "url": "https://github.com/diasdavid/js-ipfs-data-importing/issues" | |
| }, | |
| "contributors": [ | |
| { | |
| "email": "daviddias.p@gmail.com", | |
| "name": "David Dias" | |
| }, | |
| { | |
| "email": "xicombd@gmail.com", | |
| "name": "Francisco Baio Dias" | |
| }, | |
| { | |
| "email": "ginneversource@gmail.com", | |
| "name": "Nathan Ginnever" | |
| }, | |
| { | |
| "email": "stephen.whitmore@gmail.com", | |
| "name": "Stephen Whitmore" | |
| }, | |
| { | |
| "email": "dignifiedquire@gmail.com", | |
| "name": "dignifiedquire" | |
| }, | |
| { | |
| "email": "support@greenkeeper.io", | |
| "name": "greenkeeperio-bot" | |
| } | |
| ], | |
| "dependencies": { | |
| "async": "^1.5.2", | |
| "block-stream2": "^1.1.0", | |
| "debug": "^2.2.0", | |
| "eventemitter2": "^1.0.0", | |
| "ipfs-blocks": "^0.2.3", | |
| "ipfs-merkle-dag": "^0.4.0", | |
| "ipfs-unixfs": "^0.1.0", | |
| "readable-stream": "^1.1.13", | |
| "through2": "^2.0.0" | |
| }, | |
| "description": "JavaScript implementation of the unixfs Engine used by IPFS", | |
| "devDependencies": { | |
| "aegir": "^2.1.1", | |
| "block-stream2": "^1.1.0", | |
| "bs58": "^3.0.0", | |
| "buffer-loader": "0.0.1", | |
| "chai": "^3.5.0", | |
| "fs-blob-store": "^5.2.1", | |
| "idb-plus-blob-store": "^1.1.1", | |
| "ipfs-repo": "^0.6.6", | |
| "ncp": "^2.0.0", | |
| "pre-commit": "^1.1.2", | |
| "raw-loader": "^0.5.1", | |
| "rimraf": "^2.5.1", | |
| "streamifier": "^0.1.1", | |
| "string-to-stream": "^1.0.1" | |
| }, | |
| "directories": {}, | |
| "dist": { | |
| "shasum": "d227abb4b148037fbd18caecb152260d1c763a27", | |
| "tarball": "https://registry.npmjs.org/ipfs-unixfs-engine/-/ipfs-unixfs-engine-0.4.5.tgz" | |
| }, | |
| "gitHead": "4392b7f95420cac0e14f59acd6285eaa46f15aef", | |
| "homepage": "https://github.com/diasdavid/js-ipfs-data-importing#readme", | |
| "jsnext:main": "src/index.js", | |
| "keywords": [ | |
| "IPFS" | |
| ], | |
| "license": "MIT", | |
| "main": "lib/index.js", | |
| "maintainers": [ | |
| { | |
| "email": "daviddias.p@gmail.com", | |
| "name": "daviddias" | |
| } | |
| ], | |
| "name": "ipfs-unixfs-engine", | |
| "optionalDependencies": {}, | |
| "pre-commit": [ | |
| "lint", | |
| "test" | |
| ], | |
| "readme": "ERROR: No README data found!", | |
| "repository": { | |
| "type": "git", | |
| "url": "git+https://github.com/ipfs/js-ipfs-data-importing.git" | |
| }, | |
| "scripts": { | |
| "build": "aegir-build", | |
| "coverage": "aegir-coverage", | |
| "coverage-publish": "aegir-coverage publish", | |
| "lint": "aegir-lint", | |
| "release": "aegir-release", | |
| "release-major": "aegir-release major", | |
| "release-minor": "aegir-release minor", | |
| "test": "aegir-test", | |
| "test:browser": "aegir-test browser", | |
| "test:node": "aegir-test node" | |
| }, | |
| "version": "0.4.5" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment