package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "machine@^15.0.0-21",
  3. "_id": "machine@15.2.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-WODMEZ/60ysucAh7tsI7+4aGRS0=",
  6. "_location": "/machine",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "machine@^15.0.0-21",
  12. "name": "machine",
  13. "escapedName": "machine",
  14. "rawSpec": "^15.0.0-21",
  15. "saveSpec": null,
  16. "fetchSpec": "^15.0.0-21"
  17. },
  18. "_requiredBy": [
  19. "/machinepack-mysql",
  20. "/sails-mysql"
  21. ],
  22. "_resolved": "http://registry.npm.taobao.org/machine/download/machine-15.2.2.tgz",
  23. "_shasum": "58e0cc119ffad32b2e70087bb6c23bfb8686452d",
  24. "_spec": "machine@^15.0.0-21",
  25. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\sails-mysql",
  26. "author": {
  27. "name": "The Sails Company"
  28. },
  29. "bugs": {
  30. "url": "http://sailsjs.com/bugs"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "@sailshq/lodash": "^3.10.2",
  35. "anchor": "^1.2.0",
  36. "flaverr": "^1.7.0",
  37. "parley": "^3.8.0",
  38. "rttc": "^10.0.0-3"
  39. },
  40. "deprecated": false,
  41. "description": "Build functions in standardized containers.",
  42. "devDependencies": {
  43. "@sailshq/eslint": "^4.19.3",
  44. "async": "2.0.1",
  45. "benchmark": "2.1.0",
  46. "mocha": "3.0.2",
  47. "test-machinepack-mocha": "^2.1.3"
  48. },
  49. "docs": {
  50. "url": "http://node-machine.org/spec"
  51. },
  52. "engines": {
  53. "node": ">= 4.0.0"
  54. },
  55. "homepage": "https://github.com/node-machine/machine#readme",
  56. "keywords": [
  57. "functions",
  58. "containers",
  59. "validation",
  60. "coercion",
  61. "type-checking",
  62. "data-types"
  63. ],
  64. "license": "MIT",
  65. "main": "index.js",
  66. "name": "machine",
  67. "repository": {
  68. "type": "git",
  69. "url": "git://github.com/node-machine/machine.git"
  70. },
  71. "scripts": {
  72. "bench": "NODE_ENV=production node ./node_modules/mocha/bin/mocha -R dot --recursive -b test/benchmarks/",
  73. "custom-tests": "echo 'Skipping tests that still need updating...' #node ./node_modules/mocha/bin/mocha -R dot test/*.test.js",
  74. "lint": "eslint . --max-warnings=0 --ignore-pattern 'test/' && echo '✔ Your code looks good.'",
  75. "sandbox": "node -i -e '_ = require(\"@sailshq/lodash\"); global[require(\"./package.json\").name] = require(\"./\"); console.log(\"\\n\\n\\n\\n--\");'",
  76. "test": "npm run lint && npm run custom-tests && npm run bench"
  77. },
  78. "version": "15.2.2"
  79. }