package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_args": [
  3. [
  4. "node-machine-id@1.1.12",
  5. "E:\\workspace\\node\\qipai_server_india"
  6. ]
  7. ],
  8. "_from": "node-machine-id@1.1.12",
  9. "_id": "node-machine-id@1.1.12",
  10. "_inBundle": false,
  11. "_integrity": "sha512-QNABxbrPa3qEIfrE6GOJ7BYIuignnJw7iQ2YPbc3Nla1HzRJjXzZOiikfF8m7eAMfichLt3M4VgLOetqgDmgGQ==",
  12. "_location": "/node-machine-id",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "node-machine-id@1.1.12",
  18. "name": "node-machine-id",
  19. "escapedName": "node-machine-id",
  20. "rawSpec": "1.1.12",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.12"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/node-machine-id/-/node-machine-id-1.1.12.tgz",
  28. "_spec": "1.1.12",
  29. "_where": "E:\\workspace\\node\\qipai_server_india",
  30. "author": {
  31. "name": "Aleksandr Komlev"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/automation-stack/node-machine-id/issues"
  35. },
  36. "description": "Unique machine (desktop) id (no admin privileges required).",
  37. "devDependencies": {
  38. "babel-cli": "^6.18.0",
  39. "babel-core": "^6.21.0",
  40. "babel-eslint": "^7.1.1",
  41. "babel-loader": "^6.2.4",
  42. "babel-plugin-array-includes": "^2.0.3",
  43. "babel-plugin-lodash": "^2.2.1",
  44. "babel-plugin-module-resolver": "^2.4.0",
  45. "babel-plugin-syntax-async-functions": "^6.5.0",
  46. "babel-plugin-syntax-decorators": "^6.5.0",
  47. "babel-plugin-syntax-flow": "^6.8.0",
  48. "babel-plugin-syntax-object-rest-spread": "^6.5.0",
  49. "babel-plugin-transform-async-to-module-method": "^6.7.0",
  50. "babel-plugin-transform-class-properties": "^6.6.0",
  51. "babel-plugin-transform-decorators-legacy": "^1.3.4",
  52. "babel-plugin-transform-flow-strip-types": "^6.8.0",
  53. "babel-plugin-transform-regenerator": "^6.6.5",
  54. "babel-plugin-transform-runtime": "^6.6.0",
  55. "babel-polyfill": "^6.7.2",
  56. "babel-preset-es2015": "^6.6.0",
  57. "babel-preset-stage-0": "^6.5.0",
  58. "babel-runtime": "^6.6.1",
  59. "bundlesize": "^0.6.1",
  60. "chai": "^3.5.0",
  61. "copy-webpack-plugin": "^1.1.1",
  62. "eslint": "^2.6.0",
  63. "eslint-loader": "^1.3.0",
  64. "eslint-plugin-babel": "^3.2.0",
  65. "eslint-plugin-flowtype": "^2.3.0",
  66. "estraverse-fb": "^1.3.1",
  67. "html-webpack-plugin": "^2.10.0",
  68. "json-loader": "^0.5.4",
  69. "mocha": "^2.4.5",
  70. "raw-loader": "^0.5.1",
  71. "source-map-support": "^0.4.0",
  72. "webpack": "1.14.0"
  73. },
  74. "homepage": "https://github.com/automation-stack/node-machine-id#readme",
  75. "keywords": [
  76. "unique id",
  77. "license",
  78. "trial",
  79. "user license",
  80. "user id",
  81. "machine id",
  82. "unique platform id",
  83. "node platform id",
  84. "unique identifier",
  85. "restrictions",
  86. "electron id",
  87. "nw.js id"
  88. ],
  89. "license": "MIT",
  90. "main": "./dist/index.js",
  91. "name": "node-machine-id",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+ssh://git@github.com/automation-stack/node-machine-id.git"
  95. },
  96. "scripts": {
  97. "build": "WEBPACK=node_modules/webpack/bin/webpack.js && $WEBPACK --config webpack.config.babel.js",
  98. "lint": "node_modules/eslint/bin/eslint.js -c .eslintrc ./src",
  99. "prepublish": "npm run test",
  100. "test": "node_modules/mocha/bin/mocha --compilers js:babel-core/register ./tests"
  101. },
  102. "types": "./types/index.d.ts",
  103. "version": "1.1.12"
  104. }