Ohm-Management - Projektarbeit B-ME
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.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "once@^1.3.0",
  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.0",
  12. "name": "once",
  13. "escapedName": "once",
  14. "rawSpec": "^1.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.3.0"
  17. },
  18. "_requiredBy": [
  19. "/glob",
  20. "/inflight"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
  23. "_shasum": "583b1aa775961d4b113ac17d9c50baef9dd76bd1",
  24. "_spec": "once@^1.3.0",
  25. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/glob",
  26. "author": {
  27. "name": "Isaac Z. Schlueter",
  28. "email": "i@izs.me",
  29. "url": "http://blog.izs.me/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/isaacs/once/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "wrappy": "1"
  37. },
  38. "deprecated": false,
  39. "description": "Run a function exactly one time",
  40. "devDependencies": {
  41. "tap": "^7.0.1"
  42. },
  43. "directories": {
  44. "test": "test"
  45. },
  46. "files": [
  47. "once.js"
  48. ],
  49. "homepage": "https://github.com/isaacs/once#readme",
  50. "keywords": [
  51. "once",
  52. "function",
  53. "one",
  54. "single"
  55. ],
  56. "license": "ISC",
  57. "main": "once.js",
  58. "name": "once",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/isaacs/once.git"
  62. },
  63. "scripts": {
  64. "test": "tap test/*.js"
  65. },
  66. "version": "1.4.0"
  67. }