package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "once@1.3.3",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "once@1.3.3",
  10. "_id": "once@1.3.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-suJhVXzkwxTsgwTz+oJmPkKXyiA=",
  13. "_location": "/once",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "once@1.3.3",
  19. "name": "once",
  20. "escapedName": "once",
  21. "rawSpec": "1.3.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.3.3"
  24. },
  25. "_requiredBy": [
  26. "/end-of-stream",
  27. "/glob",
  28. "/inflight",
  29. "/node-gyp/glob",
  30. "/node-sass/glob",
  31. "/rimraf/glob",
  32. "/sass-graph/glob"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/once/-/once-1.3.3.tgz",
  35. "_spec": "1.3.3",
  36. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  37. "author": {
  38. "name": "Isaac Z. Schlueter",
  39. "email": "i@izs.me",
  40. "url": "http://blog.izs.me/"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/isaacs/once/issues"
  44. },
  45. "dependencies": {
  46. "wrappy": "1"
  47. },
  48. "description": "Run a function exactly one time",
  49. "devDependencies": {
  50. "tap": "^1.2.0"
  51. },
  52. "directories": {
  53. "test": "test"
  54. },
  55. "files": [
  56. "once.js"
  57. ],
  58. "homepage": "https://github.com/isaacs/once#readme",
  59. "keywords": [
  60. "once",
  61. "function",
  62. "one",
  63. "single"
  64. ],
  65. "license": "ISC",
  66. "main": "once.js",
  67. "name": "once",
  68. "repository": {
  69. "type": "git",
  70. "url": "git://github.com/isaacs/once.git"
  71. },
  72. "scripts": {
  73. "test": "tap test/*.js"
  74. },
  75. "version": "1.3.3"
  76. }