package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "fsevents@1.2.9",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "fsevents@1.2.9",
  10. "_id": "fsevents@1.2.9",
  11. "_inBundle": false,
  12. "_integrity": "sha1-P17WZYPM1vQAtaANtvfoYTY+OI8=",
  13. "_location": "/fsevents",
  14. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "fsevents@1.2.9",
  20. "name": "fsevents",
  21. "escapedName": "fsevents",
  22. "rawSpec": "1.2.9",
  23. "saveSpec": null,
  24. "fetchSpec": "1.2.9"
  25. },
  26. "_requiredBy": [
  27. "/chokidar"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/fsevents/download/fsevents-1.2.9.tgz",
  30. "_spec": "1.2.9",
  31. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  32. "author": {
  33. "name": "Philipp Dunkel",
  34. "email": "pip@pipobscure.com"
  35. },
  36. "binary": {
  37. "module_name": "fse",
  38. "module_path": "./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/",
  39. "remote_path": "./v{version}/",
  40. "package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz",
  41. "host": "https://fsevents-binaries.s3-us-west-2.amazonaws.com"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/strongloop/fsevents/issues"
  45. },
  46. "bundleDependencies": [
  47. "node-pre-gyp"
  48. ],
  49. "dependencies": {
  50. "nan": "^2.12.1",
  51. "node-pre-gyp": "^0.12.0"
  52. },
  53. "description": "Native Access to Mac OS-X FSEvents",
  54. "engines": {
  55. "node": ">=4.0"
  56. },
  57. "homepage": "https://github.com/strongloop/fsevents",
  58. "keywords": [
  59. "fsevents",
  60. "mac"
  61. ],
  62. "license": "MIT",
  63. "main": "fsevents.js",
  64. "name": "fsevents",
  65. "os": [
  66. "darwin"
  67. ],
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/strongloop/fsevents.git"
  71. },
  72. "scripts": {
  73. "install": "node install",
  74. "node-pre-gyp": "node-pre-gyp",
  75. "prepublish": "if [ $(npm -v | head -c 1) -lt 3 ]; then exit 1; fi && npm dedupe",
  76. "test": "node ./test/fsevents.js && node ./test/function.js 2> /dev/null"
  77. },
  78. "version": "1.2.9"
  79. }