You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

96 lines
2.2 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "once@^1.3.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/glob"
  6. ]
  7. ],
  8. "_from": "once@>=1.3.0 <2.0.0",
  9. "_id": "once@1.4.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/once",
  13. "_nodeVersion": "6.5.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/once-1.4.0.tgz_1473196269128_0.537820661207661"
  17. },
  18. "_npmUser": {
  19. "email": "i@izs.me",
  20. "name": "isaacs"
  21. },
  22. "_npmVersion": "3.10.7",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "once",
  26. "raw": "once@^1.3.0",
  27. "rawSpec": "^1.3.0",
  28. "scope": null,
  29. "spec": ">=1.3.0 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/end-of-stream",
  34. "/glob",
  35. "/inflight",
  36. "/pump",
  37. "/pumpify/pump"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
  40. "_shasum": "583b1aa775961d4b113ac17d9c50baef9dd76bd1",
  41. "_shrinkwrap": null,
  42. "_spec": "once@^1.3.0",
  43. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/glob",
  44. "author": {
  45. "email": "i@izs.me",
  46. "name": "Isaac Z. Schlueter",
  47. "url": "http://blog.izs.me/"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/isaacs/once/issues"
  51. },
  52. "dependencies": {
  53. "wrappy": "1"
  54. },
  55. "description": "Run a function exactly one time",
  56. "devDependencies": {
  57. "tap": "^7.0.1"
  58. },
  59. "directories": {
  60. "test": "test"
  61. },
  62. "dist": {
  63. "shasum": "583b1aa775961d4b113ac17d9c50baef9dd76bd1",
  64. "tarball": "https://registry.npmjs.org/once/-/once-1.4.0.tgz"
  65. },
  66. "files": [
  67. "once.js"
  68. ],
  69. "gitHead": "0e614d9f5a7e6f0305c625f6b581f6d80b33b8a6",
  70. "homepage": "https://github.com/isaacs/once#readme",
  71. "keywords": [
  72. "function",
  73. "once",
  74. "one",
  75. "single"
  76. ],
  77. "license": "ISC",
  78. "main": "once.js",
  79. "maintainers": [
  80. {
  81. "name": "isaacs",
  82. "email": "i@izs.me"
  83. }
  84. ],
  85. "name": "once",
  86. "optionalDependencies": {},
  87. "readme": "ERROR: No README data found!",
  88. "repository": {
  89. "type": "git",
  90. "url": "git://github.com/isaacs/once.git"
  91. },
  92. "scripts": {
  93. "test": "tap test/*.js"
  94. },
  95. "version": "1.4.0"
  96. }