package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "ndir@0.1.2",
  3. "_id": "ndir@0.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-76cu9iGIZPeVtdoYzXZ7QTNJ/uVz7qruHDiVif+TNxX6ovWJRlP4VwT+nwJerp7rk4a3sImJioaKoaFTeBGOoA==",
  6. "_location": "/ndir",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "ndir@0.1.2",
  12. "name": "ndir",
  13. "escapedName": "ndir",
  14. "rawSpec": "0.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "0.1.2"
  17. },
  18. "_requiredBy": [
  19. "/oss"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/ndir/-/ndir-0.1.2.tgz",
  22. "_shasum": "9dee8e42a16c2fd08504a6b14ef08c5523e7b0c5",
  23. "_spec": "ndir@0.1.2",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\oss",
  25. "author": {
  26. "name": "fengmk2",
  27. "email": "fengmk2@gmail.com",
  28. "url": "http://github.com/fengmk2"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/fengmk2/ndir/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "The lost dir util tools for Nodejs. Handle dir and file in Event",
  37. "devDependencies": {
  38. "mocha": ">=0.7.1",
  39. "should": ">=0.4.2"
  40. },
  41. "engines": {
  42. "node": ">= 0.6.0"
  43. },
  44. "homepage": "http://github.com/fengmk2/ndir",
  45. "keywords": [
  46. "dir",
  47. "mkdir",
  48. "walk",
  49. "file",
  50. "rm",
  51. "filesystem",
  52. "event",
  53. "readfile",
  54. "linereader"
  55. ],
  56. "license": "MIT",
  57. "main": "./lib/ndir.js",
  58. "name": "ndir",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/fengmk2/ndir.git"
  62. },
  63. "scripts": {
  64. "test": "make test"
  65. },
  66. "version": "0.1.2"
  67. }