package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "yallist@2.1.2",
  5. "/mnt/data/Sites/r2c.net/user/themes/r2c"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "yallist@2.1.2",
  10. "_id": "yallist@2.1.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=",
  13. "_location": "/yallist",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "yallist@2.1.2",
  19. "name": "yallist",
  20. "escapedName": "yallist",
  21. "rawSpec": "2.1.2",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.2"
  24. },
  25. "_requiredBy": [
  26. "/cross-spawn/lru-cache"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz",
  29. "_spec": "2.1.2",
  30. "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c",
  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": "^10.3.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": "2.1.2"
  66. }