package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "fsevents@^1.2.2",
  3. "_id": "fsevents@1.2.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-z8H8/diyk76B7q5wg+Ud0+CqzcAF3mBBI/bA5ne5zrRUUIvNkJY//D3BqyH571KuAC4Nr7Rw7CjWX4r0y9DvNg==",
  6. "_location": "/fsevents",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "fsevents@^1.2.2",
  12. "name": "fsevents",
  13. "escapedName": "fsevents",
  14. "rawSpec": "^1.2.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.2"
  17. },
  18. "_requiredBy": [
  19. "/chokidar"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.4.tgz",
  22. "_shasum": "f41dcb1af2582af3692da36fc55cbd8e1041c426",
  23. "_spec": "fsevents@^1.2.2",
  24. "_where": "/home/kevin/Documents/Sites/figureslibres.net/user/themes/figureslibres/node_modules/chokidar",
  25. "author": {
  26. "name": "Philipp Dunkel",
  27. "email": "pip@pipobscure.com"
  28. },
  29. "binary": {
  30. "module_name": "fse",
  31. "module_path": "./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/",
  32. "remote_path": "./v{version}/",
  33. "package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz",
  34. "host": "https://fsevents-binaries.s3-us-west-2.amazonaws.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/strongloop/fsevents/issues"
  38. },
  39. "bundleDependencies": [
  40. "node-pre-gyp"
  41. ],
  42. "dependencies": {
  43. "nan": "^2.9.2",
  44. "node-pre-gyp": "^0.10.0"
  45. },
  46. "deprecated": false,
  47. "description": "Native Access to Mac OS-X FSEvents",
  48. "devDependencies": {
  49. "tap": "~0.4.8"
  50. },
  51. "engines": {
  52. "node": ">=0.8.0"
  53. },
  54. "homepage": "https://github.com/strongloop/fsevents",
  55. "keywords": [
  56. "fsevents",
  57. "mac"
  58. ],
  59. "license": "MIT",
  60. "main": "fsevents.js",
  61. "name": "fsevents",
  62. "os": [
  63. "darwin"
  64. ],
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/strongloop/fsevents.git"
  68. },
  69. "scripts": {
  70. "install": "node install",
  71. "node-pre-gyp": "node-pre-gyp",
  72. "prepublish": "if [ $(npm -v | head -c 1) -lt 3 ]; then exit 1; fi && npm dedupe",
  73. "test": "tap ./test"
  74. },
  75. "version": "1.2.4"
  76. }