package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "nib@^1.2.0",
  3. "_id": "nib@1.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-7HgrnMl/3yOmWykueO8/D0q+0iWwe7Z+CK2Eaq/xQV8w1hK80WN1oReRQkfkrztbAAnp/nTHkUSl5EcVkor6JQ==",
  6. "_location": "/nib",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "nib@^1.2.0",
  12. "name": "nib",
  13. "escapedName": "nib",
  14. "rawSpec": "^1.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.0"
  17. },
  18. "_requiredBy": [
  19. "/hexo-renderer-stylus"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/nib/-/nib-1.2.0.tgz",
  22. "_shasum": "cf650a975307edaa8683470430f82ba132bf9f7b",
  23. "_spec": "nib@^1.2.0",
  24. "_where": "/var/www/AfterAales/node_modules/hexo-renderer-stylus",
  25. "author": {
  26. "name": "TJ Holowaychuk",
  27. "email": "tj@vision-media.ca"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/stylus/nib/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Stylus mixins and utilities",
  35. "devDependencies": {
  36. "chai": "^4.3.6",
  37. "connect": "^3.7.0",
  38. "mocha": "^10.0.0",
  39. "pug": "^3.0.2",
  40. "serve-static": "^1.15.0",
  41. "stylus": "^0.57.0"
  42. },
  43. "engines": {
  44. "node": "*"
  45. },
  46. "homepage": "https://github.com/stylus/nib#readme",
  47. "license": "MIT",
  48. "main": "lib/nib.js",
  49. "maintainers": [
  50. {
  51. "name": "iChenLei",
  52. "email": "chenleicoder@foxmail.com"
  53. }
  54. ],
  55. "name": "nib",
  56. "peerDependencies": {
  57. "stylus": "*"
  58. },
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/stylus/nib.git"
  62. },
  63. "scripts": {
  64. "test": "mocha",
  65. "test-server": "node test/server.js"
  66. },
  67. "version": "1.2.0"
  68. }