package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "cross-spawn@3.0.1",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "cross-spawn@3.0.1",
  10. "_id": "cross-spawn@3.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ElYDfsufDF9549bvE14wdwGEuYI=",
  13. "_location": "/cross-spawn",
  14. "_phantomChildren": {
  15. "pseudomap": "1.0.2",
  16. "yallist": "2.1.2"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "cross-spawn@3.0.1",
  22. "name": "cross-spawn",
  23. "escapedName": "cross-spawn",
  24. "rawSpec": "3.0.1",
  25. "saveSpec": null,
  26. "fetchSpec": "3.0.1"
  27. },
  28. "_requiredBy": [
  29. "/node-sass"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-3.0.1.tgz",
  32. "_spec": "3.0.1",
  33. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  34. "author": {
  35. "name": "IndigoUnited",
  36. "email": "hello@indigounited.com",
  37. "url": "http://indigounited.com"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/IndigoUnited/node-cross-spawn/issues/"
  41. },
  42. "dependencies": {
  43. "lru-cache": "^4.0.1",
  44. "which": "^1.2.9"
  45. },
  46. "description": "Cross platform child_process#spawn and child_process#spawnSync",
  47. "devDependencies": {
  48. "@satazor/eslint-config": "^2.3.0",
  49. "eslint": "^2.10.2",
  50. "expect.js": "^0.3.0",
  51. "glob": "^7.0.0",
  52. "mkdirp": "^0.5.1",
  53. "mocha": "^2.2.5",
  54. "rimraf": "^2.5.0"
  55. },
  56. "homepage": "https://github.com/IndigoUnited/node-cross-spawn#readme",
  57. "keywords": [
  58. "spawn",
  59. "spawnSync",
  60. "windows",
  61. "cross",
  62. "platform",
  63. "path",
  64. "ext",
  65. "path-ext",
  66. "path_ext",
  67. "shebang",
  68. "hashbang",
  69. "cmd",
  70. "execute"
  71. ],
  72. "license": "MIT",
  73. "main": "index.js",
  74. "name": "cross-spawn",
  75. "repository": {
  76. "type": "git",
  77. "url": "git://github.com/IndigoUnited/node-cross-spawn.git"
  78. },
  79. "scripts": {
  80. "lint": "eslint '{*.js,lib/**/*.js,test/**/*.js}'",
  81. "test": "node test/prepare && mocha --bail test/test"
  82. },
  83. "version": "3.0.1"
  84. }