package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "cross-spawn@^3.0.0",
  6. "scope": null,
  7. "escapedName": "cross-spawn",
  8. "name": "cross-spawn",
  9. "rawSpec": "^3.0.0",
  10. "spec": ">=3.0.0 <4.0.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/node-sass"
  14. ]
  15. ],
  16. "_from": "cross-spawn@>=3.0.0 <4.0.0",
  17. "_id": "cross-spawn@3.0.1",
  18. "_inCache": true,
  19. "_location": "/cross-spawn",
  20. "_nodeVersion": "4.4.3",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/cross-spawn-3.0.1.tgz_1463607513426_0.7439773543737829"
  24. },
  25. "_npmUser": {
  26. "name": "satazor",
  27. "email": "andremiguelcruz@msn.com"
  28. },
  29. "_npmVersion": "2.15.4",
  30. "_phantomChildren": {
  31. "pseudomap": "1.0.2",
  32. "yallist": "2.0.0"
  33. },
  34. "_requested": {
  35. "raw": "cross-spawn@^3.0.0",
  36. "scope": null,
  37. "escapedName": "cross-spawn",
  38. "name": "cross-spawn",
  39. "rawSpec": "^3.0.0",
  40. "spec": ">=3.0.0 <4.0.0",
  41. "type": "range"
  42. },
  43. "_requiredBy": [
  44. "/node-sass"
  45. ],
  46. "_resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-3.0.1.tgz",
  47. "_shasum": "1256037ecb9f0c5f79e3d6ef135e30770184b982",
  48. "_shrinkwrap": null,
  49. "_spec": "cross-spawn@^3.0.0",
  50. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/node-sass",
  51. "author": {
  52. "name": "IndigoUnited",
  53. "email": "hello@indigounited.com",
  54. "url": "http://indigounited.com"
  55. },
  56. "bugs": {
  57. "url": "https://github.com/IndigoUnited/node-cross-spawn/issues/"
  58. },
  59. "dependencies": {
  60. "lru-cache": "^4.0.1",
  61. "which": "^1.2.9"
  62. },
  63. "description": "Cross platform child_process#spawn and child_process#spawnSync",
  64. "devDependencies": {
  65. "@satazor/eslint-config": "^2.3.0",
  66. "eslint": "^2.10.2",
  67. "expect.js": "^0.3.0",
  68. "glob": "^7.0.0",
  69. "mkdirp": "^0.5.1",
  70. "mocha": "^2.2.5",
  71. "rimraf": "^2.5.0"
  72. },
  73. "directories": {},
  74. "dist": {
  75. "shasum": "1256037ecb9f0c5f79e3d6ef135e30770184b982",
  76. "tarball": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-3.0.1.tgz"
  77. },
  78. "gitHead": "24df88c465e5828b62c374e58366547bd94629db",
  79. "homepage": "https://github.com/IndigoUnited/node-cross-spawn#readme",
  80. "keywords": [
  81. "spawn",
  82. "spawnSync",
  83. "windows",
  84. "cross",
  85. "platform",
  86. "path",
  87. "ext",
  88. "path-ext",
  89. "path_ext",
  90. "shebang",
  91. "hashbang",
  92. "cmd",
  93. "execute"
  94. ],
  95. "license": "MIT",
  96. "main": "index.js",
  97. "maintainers": [
  98. {
  99. "name": "satazor",
  100. "email": "andremiguelcruz@msn.com"
  101. }
  102. ],
  103. "name": "cross-spawn",
  104. "optionalDependencies": {},
  105. "readme": "ERROR: No README data found!",
  106. "repository": {
  107. "type": "git",
  108. "url": "git://github.com/IndigoUnited/node-cross-spawn.git"
  109. },
  110. "scripts": {
  111. "lint": "eslint '{*.js,lib/**/*.js,test/**/*.js}'",
  112. "test": "node test/prepare && mocha --bail test/test"
  113. },
  114. "version": "3.0.1"
  115. }