pnpm
Version:
A fast implementation of npm install
135 lines (134 loc) • 3.1 kB
JSON
{
"_args": [
[
{
"raw": "mz@2.4.0",
"scope": null,
"escapedName": "mz",
"name": "mz",
"rawSpec": "2.4.0",
"spec": "2.4.0",
"type": "version"
},
"/home/zkochan/src/pnpm"
]
],
"_from": "mz@2.4.0",
"_id": "mz@2.4.0",
"_inCache": true,
"_location": "/mz",
"_nodeVersion": "5.9.1",
"_npmOperationalInternal": {
"host": "packages-13-west.internal.npmjs.com",
"tmp": "tmp/mz-2.4.0.tgz_1458793874138_0.43763329135254025"
},
"_npmUser": {
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
},
"_npmVersion": "3.8.2",
"_phantomChildren": {},
"_requested": {
"raw": "mz@2.4.0",
"scope": null,
"escapedName": "mz",
"name": "mz",
"rawSpec": "2.4.0",
"spec": "2.4.0",
"type": "version"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/mz/-/mz-2.4.0.tgz",
"_shasum": "987ba9624d89395388c37cb4741e2caf4dd13b1a",
"_shrinkwrap": null,
"_spec": "mz@2.4.0",
"_where": "/home/zkochan/src/pnpm",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com"
},
"bugs": {
"url": "https://github.com/normalize/mz/issues"
},
"dependencies": {
"any-promise": "^1.0.0",
"object-assign": "^4.0.1",
"thenify-all": "^1.0.0"
},
"description": "modernize node.js to current ECMAScript standards",
"devDependencies": {
"bluebird": "^3.0.0",
"istanbul": "^0.4.0",
"mocha": "^2.0.0"
},
"directories": {},
"dist": {
"shasum": "987ba9624d89395388c37cb4741e2caf4dd13b1a",
"tarball": "https://registry.npmjs.org/mz/-/mz-2.4.0.tgz"
},
"files": [
"index.js",
"child_process.js",
"crypto.js",
"dns.js",
"fs.js",
"readline.js",
"zlib.js"
],
"gitHead": "1704ccd4b630961deb437f79098cad0d46dd25ea",
"homepage": "https://github.com/normalize/mz#readme",
"keywords": [
"promisify",
"promise",
"thenify",
"then",
"es6"
],
"license": "MIT",
"maintainers": [
{
"name": "coderhaoxin",
"email": "coderhaoxin@outlook.com"
},
{
"name": "dead-horse",
"email": "dead_horse@qq.com"
},
{
"name": "dead_horse",
"email": "dead_horse@qq.com"
},
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
},
{
"name": "linusu",
"email": "linus@folkdatorn.se"
},
{
"name": "rstacruz",
"email": "dropbox@ricostacruz.com"
},
{
"name": "swatinem",
"email": "arpad.borsos@googlemail.com"
}
],
"name": "mz",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/normalize/mz.git"
},
"scripts": {
"test": "mocha --reporter spec",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
},
"version": "2.4.0"
}