Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

81 строка
2.0 KiB

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