package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "generate-function@^2.0.0",
  6. "scope": null,
  7. "escapedName": "generate-function",
  8. "name": "generate-function",
  9. "rawSpec": "^2.0.0",
  10. "spec": ">=2.0.0 <3.0.0",
  11. "type": "range"
  12. },
  13. "/home/conte/data/reveal.js/node_modules/is-my-json-valid"
  14. ]
  15. ],
  16. "_from": "generate-function@>=2.0.0 <3.0.0",
  17. "_id": "generate-function@2.0.0",
  18. "_inCache": true,
  19. "_location": "/generate-function",
  20. "_npmUser": {
  21. "name": "mafintosh",
  22. "email": "mathiasbuus@gmail.com"
  23. },
  24. "_npmVersion": "1.4.23",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "generate-function@^2.0.0",
  28. "scope": null,
  29. "escapedName": "generate-function",
  30. "name": "generate-function",
  31. "rawSpec": "^2.0.0",
  32. "spec": ">=2.0.0 <3.0.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/is-my-json-valid"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/generate-function/-/generate-function-2.0.0.tgz",
  39. "_shasum": "6858fe7c0969b7d4e9093337647ac79f60dfbe74",
  40. "_shrinkwrap": null,
  41. "_spec": "generate-function@^2.0.0",
  42. "_where": "/home/conte/data/reveal.js/node_modules/is-my-json-valid",
  43. "author": {
  44. "name": "Mathias Buus"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/mafintosh/generate-function/issues"
  48. },
  49. "dependencies": {},
  50. "description": "Module that helps you write generated functions in Node",
  51. "devDependencies": {
  52. "tape": "^2.13.4"
  53. },
  54. "directories": {},
  55. "dist": {
  56. "shasum": "6858fe7c0969b7d4e9093337647ac79f60dfbe74",
  57. "tarball": "https://registry.npmjs.org/generate-function/-/generate-function-2.0.0.tgz"
  58. },
  59. "gitHead": "3d5fc8de5859be95f58e3af9bfb5f663edd95149",
  60. "homepage": "https://github.com/mafintosh/generate-function",
  61. "keywords": [
  62. "generate",
  63. "code",
  64. "generation",
  65. "function",
  66. "performance"
  67. ],
  68. "license": "MIT",
  69. "main": "index.js",
  70. "maintainers": [
  71. {
  72. "name": "mafintosh",
  73. "email": "mathiasbuus@gmail.com"
  74. }
  75. ],
  76. "name": "generate-function",
  77. "optionalDependencies": {},
  78. "readme": "ERROR: No README data found!",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/mafintosh/generate-function.git"
  82. },
  83. "scripts": {
  84. "test": "tape test.js"
  85. },
  86. "version": "2.0.0"
  87. }