package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "onetime@^2.0.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/restore-cursor"
  6. ]
  7. ],
  8. "_from": "onetime@>=2.0.0 <3.0.0",
  9. "_id": "onetime@2.0.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/onetime",
  13. "_nodeVersion": "4.7.3",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/onetime-2.0.1.tgz_1489980257371_0.244376125279814"
  17. },
  18. "_npmUser": {
  19. "email": "sindresorhus@gmail.com",
  20. "name": "sindresorhus"
  21. },
  22. "_npmVersion": "2.15.11",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "onetime",
  26. "raw": "onetime@^2.0.0",
  27. "rawSpec": "^2.0.0",
  28. "scope": null,
  29. "spec": ">=2.0.0 <3.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/restore-cursor"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz",
  36. "_shasum": "067428230fd67443b2794b22bba528b6867962d4",
  37. "_shrinkwrap": null,
  38. "_spec": "onetime@^2.0.0",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/restore-cursor",
  40. "author": {
  41. "email": "sindresorhus@gmail.com",
  42. "name": "Sindre Sorhus",
  43. "url": "sindresorhus.com"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/sindresorhus/onetime/issues"
  47. },
  48. "dependencies": {
  49. "mimic-fn": "^1.0.0"
  50. },
  51. "description": "Ensure a function is only called once",
  52. "devDependencies": {
  53. "ava": "*",
  54. "xo": "*"
  55. },
  56. "directories": {},
  57. "dist": {
  58. "shasum": "067428230fd67443b2794b22bba528b6867962d4",
  59. "tarball": "https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz"
  60. },
  61. "engines": {
  62. "node": ">=4"
  63. },
  64. "files": [
  65. "index.js"
  66. ],
  67. "gitHead": "32bca382f5934c8fe7fd78bcef9ad16b3474948f",
  68. "homepage": "https://github.com/sindresorhus/onetime#readme",
  69. "keywords": [
  70. "call",
  71. "called",
  72. "fn",
  73. "func",
  74. "function",
  75. "once",
  76. "one",
  77. "onetime",
  78. "prevent",
  79. "single"
  80. ],
  81. "license": "MIT",
  82. "maintainers": [
  83. {
  84. "name": "sindresorhus",
  85. "email": "sindresorhus@gmail.com"
  86. }
  87. ],
  88. "name": "onetime",
  89. "optionalDependencies": {},
  90. "readme": "ERROR: No README data found!",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/sindresorhus/onetime.git"
  94. },
  95. "scripts": {
  96. "test": "xo && ava"
  97. },
  98. "version": "2.0.1"
  99. }