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.

package.json 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "once@^1.3.2",
  3. "_id": "once@1.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
  6. "_location": "/once",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "once@^1.3.2",
  12. "name": "once",
  13. "escapedName": "once",
  14. "rawSpec": "^1.3.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.3.2"
  17. },
  18. "_requiredBy": [
  19. "/async-done",
  20. "/end-of-stream",
  21. "/glob",
  22. "/inflight",
  23. "/now-and-later",
  24. "/pump"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
  27. "_shasum": "583b1aa775961d4b113ac17d9c50baef9dd76bd1",
  28. "_spec": "once@^1.3.2",
  29. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\async-done",
  30. "author": {
  31. "name": "Isaac Z. Schlueter",
  32. "email": "i@izs.me",
  33. "url": "http://blog.izs.me/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/isaacs/once/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "wrappy": "1"
  41. },
  42. "deprecated": false,
  43. "description": "Run a function exactly one time",
  44. "devDependencies": {
  45. "tap": "^7.0.1"
  46. },
  47. "directories": {
  48. "test": "test"
  49. },
  50. "files": [
  51. "once.js"
  52. ],
  53. "homepage": "https://github.com/isaacs/once#readme",
  54. "keywords": [
  55. "once",
  56. "function",
  57. "one",
  58. "single"
  59. ],
  60. "license": "ISC",
  61. "main": "once.js",
  62. "name": "once",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/isaacs/once.git"
  66. },
  67. "scripts": {
  68. "test": "tap test/*.js"
  69. },
  70. "version": "1.4.0"
  71. }