package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "fn.name@1.1.0",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "fn.name@1.1.0",
  9. "_id": "fn.name@1.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==",
  12. "_location": "/fn.name",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "fn.name@1.1.0",
  18. "name": "fn.name",
  19. "escapedName": "fn.name",
  20. "rawSpec": "1.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.0"
  23. },
  24. "_requiredBy": [
  25. "/one-time"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/fn.name/-/fn.name-1.1.0.tgz",
  28. "_spec": "1.1.0",
  29. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  30. "author": {
  31. "name": "Arnout Kazemier"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/3rd-Eden/fn.name/issues"
  35. },
  36. "description": "Extract names from functions",
  37. "devDependencies": {
  38. "assume": "2.x.x",
  39. "istanbul": "0.3.x",
  40. "mocha": "5.x.x",
  41. "pre-commit": "1.x.x"
  42. },
  43. "homepage": "https://github.com/3rd-Eden/fn.name",
  44. "keywords": [
  45. "fn.name",
  46. "function.name",
  47. "name",
  48. "function",
  49. "extract",
  50. "parse",
  51. "names"
  52. ],
  53. "license": "MIT",
  54. "main": "index.js",
  55. "name": "fn.name",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/3rd-Eden/fn.name.git"
  59. },
  60. "scripts": {
  61. "coverage": "istanbul cover ./node_modules/.bin/_mocha -- test.js",
  62. "test": "mocha test.js",
  63. "test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- test.js",
  64. "watch": "mocha --watch test.js"
  65. },
  66. "version": "1.1.0"
  67. }