package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. "cross-env@5.2.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "cross-env@5.2.1",
  10. "_id": "cross-env@5.2.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ssdsHKet1m3IdNEXmEZglPVRs00=",
  13. "_location": "/cross-env",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "cross-env@5.2.1",
  19. "name": "cross-env",
  20. "escapedName": "cross-env",
  21. "rawSpec": "5.2.1",
  22. "saveSpec": null,
  23. "fetchSpec": "5.2.1"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/cross-env/download/cross-env-5.2.1.tgz?cache=0&sync_timestamp=1570033768127&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcross-env%2Fdownload%2Fcross-env-5.2.1.tgz",
  29. "_spec": "5.2.1",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Kent C. Dodds",
  33. "email": "kent@doddsfamily.us",
  34. "url": "http://kentcdodds.com/"
  35. },
  36. "bin": {
  37. "cross-env": "dist/bin/cross-env.js",
  38. "cross-env-shell": "dist/bin/cross-env-shell.js"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/kentcdodds/cross-env/issues"
  42. },
  43. "dependencies": {
  44. "cross-spawn": "^6.0.5"
  45. },
  46. "description": "Run scripts that set and use environment variables across platforms",
  47. "devDependencies": {
  48. "kcd-scripts": "^0.3.4"
  49. },
  50. "engines": {
  51. "node": ">=4.0"
  52. },
  53. "eslintConfig": {
  54. "extends": "./node_modules/kcd-scripts/eslint.js"
  55. },
  56. "eslintIgnore": [
  57. "node_modules",
  58. "coverage",
  59. "dist"
  60. ],
  61. "files": [
  62. "dist"
  63. ],
  64. "homepage": "https://github.com/kentcdodds/cross-env#readme",
  65. "keywords": [
  66. "cross-environment",
  67. "environment variable",
  68. "windows"
  69. ],
  70. "license": "MIT",
  71. "main": "dist/index.js",
  72. "name": "cross-env",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/kentcdodds/cross-env.git"
  76. },
  77. "scripts": {
  78. "add-contributor": "kcd-scripts contributors add",
  79. "build": "kcd-scripts build",
  80. "lint": "kcd-scripts lint",
  81. "precommit": "kcd-scripts precommit",
  82. "test": "kcd-scripts test",
  83. "test:update": "npm test -- --updateSnapshot --coverage",
  84. "validate": "kcd-scripts validate"
  85. },
  86. "version": "5.2.1"
  87. }