package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "parse-node-version@1.0.1",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_from": "parse-node-version@1.0.1",
  9. "_id": "parse-node-version@1.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==",
  12. "_location": "/parse-node-version",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "parse-node-version@1.0.1",
  18. "name": "parse-node-version",
  19. "escapedName": "parse-node-version",
  20. "rawSpec": "1.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.1"
  23. },
  24. "_requiredBy": [
  25. "/less"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/parse-node-version/-/parse-node-version-1.0.1.tgz",
  28. "_spec": "1.0.1",
  29. "_where": "/Users/mac/projects/mime/mine",
  30. "author": {
  31. "name": "Gulp Team",
  32. "email": "team@gulpjs.com",
  33. "url": "http://gulpjs.com/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/gulpjs/parse-node-version/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Blaine Bublitz",
  41. "email": "blaine.bublitz@gmail.com"
  42. }
  43. ],
  44. "dependencies": {},
  45. "description": "Turn node's process.version into something useful.",
  46. "devDependencies": {
  47. "eslint": "^2.13.0",
  48. "eslint-config-gulp": "^3.0.1",
  49. "expect": "^1.20.2",
  50. "istanbul": "^0.4.3",
  51. "istanbul-coveralls": "^1.0.3",
  52. "mocha": "^3.5.3"
  53. },
  54. "engines": {
  55. "node": ">= 0.10"
  56. },
  57. "files": [
  58. "LICENSE",
  59. "index.js"
  60. ],
  61. "homepage": "https://github.com/gulpjs/parse-node-version#readme",
  62. "keywords": [
  63. "process.version",
  64. "node version",
  65. "version parse"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "name": "parse-node-version",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/gulpjs/parse-node-version.git"
  73. },
  74. "scripts": {
  75. "cover": "istanbul cover _mocha --report lcovonly",
  76. "coveralls": "npm run cover && istanbul-coveralls",
  77. "lint": "eslint .",
  78. "pretest": "npm run lint",
  79. "test": "mocha --async-only"
  80. },
  81. "version": "1.0.1"
  82. }