| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "_from": "sb-scandir@^2.0.0",
- "_id": "sb-scandir@2.0.0",
- "_inBundle": false,
- "_integrity": "sha512-SKbyMJB0DUt9OgN4tP2RBcn9OsR26DEpe+nwaDkQTNcrJSJI0FlLhXhBpTd/YEnlQ2GdLrbszSNekGLw4rweOQ==",
- "_location": "/sb-scandir",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "sb-scandir@^2.0.0",
- "name": "sb-scandir",
- "escapedName": "sb-scandir",
- "rawSpec": "^2.0.0",
- "saveSpec": null,
- "fetchSpec": "^2.0.0"
- },
- "_requiredBy": [
- "/node-ssh"
- ],
- "_resolved": "http://dev.dp.sagacloud.cn:8082/repository/npm-saga/sb-scandir/-/sb-scandir-2.0.0.tgz",
- "_shasum": "a02ad1fa44a8bd2bfaf30193d14d23c2f35ab6b2",
- "_spec": "sb-scandir@^2.0.0",
- "_where": "D:\\project\\persagy-web\\persagy-web-base\\node_modules\\node-ssh",
- "author": {
- "name": "steelbrain"
- },
- "bugs": {
- "url": "https://github.com/steelbrain/scandir/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "p-map": "^1.2.0",
- "sb-promisify": "^2.0.1"
- },
- "deprecated": false,
- "description": "File scanning module for Node.js",
- "devDependencies": {
- "babel-cli": "^6.11.4",
- "babel-preset-steelbrain": "^5.0.0",
- "eslint-config-steelbrain": "^3.0.0",
- "flow-bin": "^0.54.1",
- "jasmine-fix": "^1.0.1"
- },
- "homepage": "https://github.com/steelbrain/scandir#readme",
- "keywords": [
- "scandir",
- "steelbrain",
- "files",
- "scan"
- ],
- "license": "MIT",
- "main": "lib/index.js",
- "name": "sb-scandir",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/steelbrain/scandir.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.0"
- }
|