| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "_from": "sb-promisify@^2.0.1",
- "_id": "sb-promisify@2.0.2",
- "_inBundle": false,
- "_integrity": "sha1-QnelR1RIiqlnXYhuNU24lMm9yYE=",
- "_location": "/sb-promisify",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "sb-promisify@^2.0.1",
- "name": "sb-promisify",
- "escapedName": "sb-promisify",
- "rawSpec": "^2.0.1",
- "saveSpec": null,
- "fetchSpec": "^2.0.1"
- },
- "_requiredBy": [
- "/node-ssh",
- "/sb-scandir"
- ],
- "_resolved": "http://dev.dp.sagacloud.cn:8082/repository/npm-saga/sb-promisify/-/sb-promisify-2.0.2.tgz",
- "_shasum": "4277a54754488aa9675d886e354db894c9bdc981",
- "_spec": "sb-promisify@^2.0.1",
- "_where": "D:\\project\\persagy-web\\persagy-web-base\\node_modules\\node-ssh",
- "author": {
- "name": "steelbrain"
- },
- "bugs": {
- "url": "https://github.com/steelbrain/promisify/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Node module for simple promisification",
- "devDependencies": {
- "babel-cli": "^6.14.0",
- "babel-preset-steelbrain": "^4.0.2",
- "eslint-config-steelbrain": "^1.0.4",
- "flow-bin": "^0.32.0",
- "jasmine-fix": "^1.0.1"
- },
- "homepage": "https://github.com/steelbrain/promisify#readme",
- "keywords": [
- "promisify",
- "es6",
- "promise"
- ],
- "license": "MIT",
- "main": "lib/index.js",
- "name": "sb-promisify",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/steelbrain/promisify.git"
- },
- "scripts": {
- "build": "npm run clean; babel src --out-dir lib",
- "clean": "rm -rf lib",
- "test": "(apm test) && (flow check) && (eslint . )",
- "watch": "npm run clean; babel src --out-dir lib --watch"
- },
- "version": "2.0.2"
- }
|