package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "yallist@3.0.3",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "yallist@3.0.3",
  10. "_id": "yallist@3.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-tLBJ4xS+VF486AIjbWzSLNkcPek=",
  13. "_location": "/yallist",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "yallist@3.0.3",
  19. "name": "yallist",
  20. "escapedName": "yallist",
  21. "rawSpec": "3.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.3"
  24. },
  25. "_requiredBy": [
  26. "/lru-cache"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/yallist/download/yallist-3.0.3.tgz",
  29. "_spec": "3.0.3",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Isaac Z. Schlueter",
  33. "email": "i@izs.me",
  34. "url": "http://blog.izs.me/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/isaacs/yallist/issues"
  38. },
  39. "dependencies": {},
  40. "description": "Yet Another Linked List",
  41. "devDependencies": {
  42. "tap": "^12.1.0"
  43. },
  44. "directories": {
  45. "test": "test"
  46. },
  47. "files": [
  48. "yallist.js",
  49. "iterator.js"
  50. ],
  51. "homepage": "https://github.com/isaacs/yallist#readme",
  52. "license": "ISC",
  53. "main": "yallist.js",
  54. "name": "yallist",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/isaacs/yallist.git"
  58. },
  59. "scripts": {
  60. "postpublish": "git push origin --all; git push origin --tags",
  61. "postversion": "npm publish",
  62. "preversion": "npm test",
  63. "test": "tap test/*.js --100"
  64. },
  65. "version": "3.0.3"
  66. }