package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "fstream@1.0.12",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "fstream@1.0.12",
  9. "_id": "fstream@1.0.12",
  10. "_inBundle": false,
  11. "_integrity": "sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==",
  12. "_location": "/fstream",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "fstream@1.0.12",
  18. "name": "fstream",
  19. "escapedName": "fstream",
  20. "rawSpec": "1.0.12",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.12"
  23. },
  24. "_requiredBy": [
  25. "/node-gyp",
  26. "/tar"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/fstream/-/fstream-1.0.12.tgz",
  29. "_spec": "1.0.12",
  30. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  31. "author": {
  32. "name": "Isaac Z. Schlueter",
  33. "email": "i@izs.me",
  34. "url": "http://blog.izs.me/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/npm/fstream/issues"
  38. },
  39. "dependencies": {
  40. "graceful-fs": "^4.1.2",
  41. "inherits": "~2.0.0",
  42. "mkdirp": ">=0.5 0",
  43. "rimraf": "2"
  44. },
  45. "description": "Advanced file system stream things",
  46. "devDependencies": {
  47. "standard": "^4.0.0",
  48. "tap": "^1.2.0"
  49. },
  50. "engines": {
  51. "node": ">=0.6"
  52. },
  53. "homepage": "https://github.com/npm/fstream#readme",
  54. "license": "ISC",
  55. "main": "fstream.js",
  56. "name": "fstream",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/npm/fstream.git"
  60. },
  61. "scripts": {
  62. "test": "standard && tap examples/*.js"
  63. },
  64. "version": "1.0.12"
  65. }