package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "sb-scandir@^2.0.0",
  3. "_id": "sb-scandir@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-SKbyMJB0DUt9OgN4tP2RBcn9OsR26DEpe+nwaDkQTNcrJSJI0FlLhXhBpTd/YEnlQ2GdLrbszSNekGLw4rweOQ==",
  6. "_location": "/sb-scandir",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "sb-scandir@^2.0.0",
  12. "name": "sb-scandir",
  13. "escapedName": "sb-scandir",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/node-ssh"
  20. ],
  21. "_resolved": "http://dev.dp.sagacloud.cn:8082/repository/npm-saga/sb-scandir/-/sb-scandir-2.0.0.tgz",
  22. "_shasum": "a02ad1fa44a8bd2bfaf30193d14d23c2f35ab6b2",
  23. "_spec": "sb-scandir@^2.0.0",
  24. "_where": "D:\\project\\persagy-web\\persagy-web-base\\node_modules\\node-ssh",
  25. "author": {
  26. "name": "steelbrain"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/steelbrain/scandir/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "p-map": "^1.2.0",
  34. "sb-promisify": "^2.0.1"
  35. },
  36. "deprecated": false,
  37. "description": "File scanning module for Node.js",
  38. "devDependencies": {
  39. "babel-cli": "^6.11.4",
  40. "babel-preset-steelbrain": "^5.0.0",
  41. "eslint-config-steelbrain": "^3.0.0",
  42. "flow-bin": "^0.54.1",
  43. "jasmine-fix": "^1.0.1"
  44. },
  45. "homepage": "https://github.com/steelbrain/scandir#readme",
  46. "keywords": [
  47. "scandir",
  48. "steelbrain",
  49. "files",
  50. "scan"
  51. ],
  52. "license": "MIT",
  53. "main": "lib/index.js",
  54. "name": "sb-scandir",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/steelbrain/scandir.git"
  58. },
  59. "scripts": {
  60. "build": "npm run clean; babel src --out-dir lib",
  61. "clean": "rm -rf lib",
  62. "test": "(apm test) && (flow check) && (eslint . )",
  63. "watch": "npm run clean; babel src --out-dir lib --watch"
  64. },
  65. "version": "2.0.0"
  66. }