package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "shellwords@0.1.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "shellwords@0.1.1",
  10. "_id": "shellwords@0.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-1rkYHBpI05cyTISHHvvPxz/AZUs=",
  13. "_location": "/shellwords",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "shellwords@0.1.1",
  19. "name": "shellwords",
  20. "escapedName": "shellwords",
  21. "rawSpec": "0.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.1"
  24. },
  25. "_requiredBy": [
  26. "/node-notifier"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/shellwords/download/shellwords-0.1.1.tgz",
  29. "_spec": "0.1.1",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Jimmy Cuadra",
  33. "email": "jimmy@jimmycuadra.com",
  34. "url": "http://jimmycuadra.com/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jimmycuadra/shellwords/issues"
  38. },
  39. "dependencies": {},
  40. "description": "Manipulate strings according to the word parsing rules of the UNIX Bourne shell.",
  41. "devDependencies": {
  42. "jasmine-node": "~1.0.26",
  43. "nodewatch": "~0.1.0"
  44. },
  45. "files": [
  46. "lib"
  47. ],
  48. "homepage": "https://github.com/jimmycuadra/shellwords",
  49. "license": "MIT",
  50. "main": "./lib/shellwords",
  51. "name": "shellwords",
  52. "repository": {
  53. "type": "git",
  54. "url": "git://github.com/jimmycuadra/shellwords.git"
  55. },
  56. "scripts": {
  57. "test": "cake spec"
  58. },
  59. "version": "0.1.1"
  60. }