package.json 1.6 KB

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