package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "chainsaw@0.1.0",
  5. "E:\\vscode\\UseStudio.Desktop\\resources\\app"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "chainsaw@0.1.0",
  10. "_id": "chainsaw@0.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-XqtQsor+WAdNDVgpE4iCi15fvJg=",
  13. "_location": "/chainsaw",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "chainsaw@0.1.0",
  19. "name": "chainsaw",
  20. "escapedName": "chainsaw",
  21. "rawSpec": "0.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.0"
  24. },
  25. "_requiredBy": [
  26. "/binary"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/chainsaw/-/chainsaw-0.1.0.tgz",
  29. "_spec": "0.1.0",
  30. "_where": "E:\\vscode\\UseStudio.Desktop\\resources\\app",
  31. "author": {
  32. "name": "James Halliday",
  33. "email": "mail@substack.net",
  34. "url": "http://substack.net"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/substack/node-chainsaw/issues"
  38. },
  39. "dependencies": {
  40. "traverse": ">=0.3.0 <0.4"
  41. },
  42. "description": "Build chainable fluent interfaces the easy way... with a freakin' chainsaw!",
  43. "engine": {
  44. "node": ">=0.4.0"
  45. },
  46. "homepage": "https://github.com/substack/node-chainsaw#readme",
  47. "keywords": [
  48. "chain",
  49. "fluent",
  50. "interface",
  51. "monad",
  52. "monadic"
  53. ],
  54. "license": "MIT/X11",
  55. "main": "./index.js",
  56. "name": "chainsaw",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+ssh://git@github.com/substack/node-chainsaw.git"
  60. },
  61. "version": "0.1.0"
  62. }