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.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_from": "isexe@^2.0.0",
  3. "_id": "isexe@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=",
  6. "_location": "/isexe",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "isexe@^2.0.0",
  12. "name": "isexe",
  13. "escapedName": "isexe",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/which"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  22. "_shasum": "e8fbf374dc556ff8947a10dcb0572d633f2cfa10",
  23. "_spec": "isexe@^2.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\which",
  25. "author": {
  26. "name": "Isaac Z. Schlueter",
  27. "email": "i@izs.me",
  28. "url": "http://blog.izs.me/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/isaacs/isexe/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Minimal module to check if a file is executable.",
  36. "devDependencies": {
  37. "mkdirp": "^0.5.1",
  38. "rimraf": "^2.5.0",
  39. "tap": "^10.3.0"
  40. },
  41. "directories": {
  42. "test": "test"
  43. },
  44. "homepage": "https://github.com/isaacs/isexe#readme",
  45. "keywords": [],
  46. "license": "ISC",
  47. "main": "index.js",
  48. "name": "isexe",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+https://github.com/isaacs/isexe.git"
  52. },
  53. "scripts": {
  54. "postpublish": "git push origin --all; git push origin --tags",
  55. "postversion": "npm publish",
  56. "preversion": "npm test",
  57. "test": "tap test/*.js --100"
  58. },
  59. "version": "2.0.0"
  60. }