package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_args": [
  3. [
  4. "utila@0.4.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "utila@0.4.0",
  10. "_id": "utila@0.4.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ihagXURWV6Oupe7MWxKk+lN5dyw=",
  13. "_location": "/utila",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "utila@0.4.0",
  19. "name": "utila",
  20. "escapedName": "utila",
  21. "rawSpec": "0.4.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.4.0"
  24. },
  25. "_requiredBy": [
  26. "/dom-converter",
  27. "/pretty-error",
  28. "/renderkid"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/utila/download/utila-0.4.0.tgz",
  31. "_spec": "0.4.0",
  32. "_where": "/Users/lihai/jolijoli/pad_spa",
  33. "author": {
  34. "name": "Aria Minaei"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/AriaMinaei/utila/issues"
  38. },
  39. "description": "notareplacementforunderscore",
  40. "devDependencies": {
  41. "coffee-script": "~1.6.3",
  42. "little-popo": "~0.1"
  43. },
  44. "homepage": "https://github.com/AriaMinaei/utila#readme",
  45. "keywords": [
  46. "utilities"
  47. ],
  48. "license": "MIT",
  49. "main": "lib/utila.js",
  50. "name": "utila",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/AriaMinaei/utila.git"
  54. },
  55. "scripts": {
  56. "prepublish": "coffee --bare --compile --output ./lib ./src"
  57. },
  58. "version": "0.4.0"
  59. }