package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "editor@1.0.0",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "editor@1.0.0",
  9. "_id": "editor@1.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-YMf4e9YrzGqJT6jM1q+3gjok90I=",
  12. "_location": "/editor",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "editor@1.0.0",
  18. "name": "editor",
  19. "escapedName": "editor",
  20. "rawSpec": "1.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.0"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npm.taobao.org/editor/download/editor-1.0.0.tgz",
  28. "_spec": "1.0.0",
  29. "_where": "E:\\item\\newItem\\admin",
  30. "author": {
  31. "name": "James Halliday",
  32. "email": "mail@substack.net",
  33. "url": "http://substack.net"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/substack/node-editor/issues"
  37. },
  38. "dependencies": {},
  39. "description": "launch $EDITOR in your program",
  40. "devDependencies": {
  41. "tap": "~0.4.4"
  42. },
  43. "directories": {
  44. "example": "example",
  45. "test": "test"
  46. },
  47. "engine": {
  48. "node": ">=0.6"
  49. },
  50. "homepage": "https://github.com/substack/node-editor",
  51. "keywords": [
  52. "text",
  53. "edit",
  54. "shell"
  55. ],
  56. "license": "MIT",
  57. "main": "index.js",
  58. "name": "editor",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/substack/node-editor.git"
  62. },
  63. "scripts": {
  64. "test": "tap test/*.js"
  65. },
  66. "version": "1.0.0"
  67. }