package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "once@1.4.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "once@1.4.0",
  10. "_id": "once@1.4.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
  13. "_location": "/once",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "once@1.4.0",
  19. "name": "once",
  20. "escapedName": "once",
  21. "rawSpec": "1.4.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.4.0"
  24. },
  25. "_requiredBy": [
  26. "/copy-webpack-plugin/pump",
  27. "/end-of-stream",
  28. "/glob",
  29. "/inflight",
  30. "/istanbul-api",
  31. "/pump",
  32. "/pumpify/pump"
  33. ],
  34. "_resolved": "https://registry.npm.taobao.org/once/download/once-1.4.0.tgz",
  35. "_spec": "1.4.0",
  36. "_where": "/Users/lihai/jolijoli/pad_spa",
  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": "^7.0.1"
  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.4.0"
  76. }