{ "_from": "machine@^15.0.0-21", "_id": "machine@15.2.2", "_inBundle": false, "_integrity": "sha1-WODMEZ/60ysucAh7tsI7+4aGRS0=", "_location": "/machine", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "machine@^15.0.0-21", "name": "machine", "escapedName": "machine", "rawSpec": "^15.0.0-21", "saveSpec": null, "fetchSpec": "^15.0.0-21" }, "_requiredBy": [ "/machinepack-mysql", "/sails-mysql" ], "_resolved": "http://registry.npm.taobao.org/machine/download/machine-15.2.2.tgz", "_shasum": "58e0cc119ffad32b2e70087bb6c23bfb8686452d", "_spec": "machine@^15.0.0-21", "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\sails-mysql", "author": { "name": "The Sails Company" }, "bugs": { "url": "http://sailsjs.com/bugs" }, "bundleDependencies": false, "dependencies": { "@sailshq/lodash": "^3.10.2", "anchor": "^1.2.0", "flaverr": "^1.7.0", "parley": "^3.8.0", "rttc": "^10.0.0-3" }, "deprecated": false, "description": "Build functions in standardized containers.", "devDependencies": { "@sailshq/eslint": "^4.19.3", "async": "2.0.1", "benchmark": "2.1.0", "mocha": "3.0.2", "test-machinepack-mocha": "^2.1.3" }, "docs": { "url": "http://node-machine.org/spec" }, "engines": { "node": ">= 4.0.0" }, "homepage": "https://github.com/node-machine/machine#readme", "keywords": [ "functions", "containers", "validation", "coercion", "type-checking", "data-types" ], "license": "MIT", "main": "index.js", "name": "machine", "repository": { "type": "git", "url": "git://github.com/node-machine/machine.git" }, "scripts": { "bench": "NODE_ENV=production node ./node_modules/mocha/bin/mocha -R dot --recursive -b test/benchmarks/", "custom-tests": "echo 'Skipping tests that still need updating...' #node ./node_modules/mocha/bin/mocha -R dot test/*.test.js", "lint": "eslint . --max-warnings=0 --ignore-pattern 'test/' && echo '✔ Your code looks good.'", "sandbox": "node -i -e '_ = require(\"@sailshq/lodash\"); global[require(\"./package.json\").name] = require(\"./\"); console.log(\"\\n\\n\\n\\n--\");'", "test": "npm run lint && npm run custom-tests && npm run bench" }, "version": "15.2.2" }