package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "read-cache@1.0.0",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "read-cache@1.0.0",
  10. "_id": "read-cache@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-5mTvMRYRZsl1HNvo28+GtftY93Q=",
  13. "_location": "/read-cache",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "read-cache@1.0.0",
  19. "name": "read-cache",
  20. "escapedName": "read-cache",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/postcss-import"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
  29. "_spec": "1.0.0",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Bogdan Chadkin",
  33. "email": "trysound@yandex.ru"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/TrySound/read-cache/issues"
  37. },
  38. "dependencies": {
  39. "pify": "^2.3.0"
  40. },
  41. "description": "Reads and caches the entire contents of a file until it is modified",
  42. "devDependencies": {
  43. "ava": "^0.9.1",
  44. "del": "^2.2.0"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/TrySound/read-cache#readme",
  50. "keywords": [
  51. "fs",
  52. "read",
  53. "cache"
  54. ],
  55. "license": "MIT",
  56. "main": "index.js",
  57. "name": "read-cache",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/TrySound/read-cache.git"
  61. },
  62. "scripts": {
  63. "test": "ava"
  64. },
  65. "version": "1.0.0"
  66. }