{ "_args": [ [ "get-ready@1.0.0", "/Users/xyf/Documents/project/cocos-creator-plugin/plugin-project/packages/hot-update-tools" ] ], "_from": "get-ready@1.0.0", "_id": "get-ready@1.0.0", "_inBundle": false, "_integrity": "sha1-+RgX8emt7P6hOlYq38jeiDqzR4I=", "_location": "/get-ready", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "get-ready@1.0.0", "name": "get-ready", "escapedName": "get-ready", "rawSpec": "1.0.0", "saveSpec": null, "fetchSpec": "1.0.0" }, "_requiredBy": [ "/ali-oss", "/sdk-base" ], "_resolved": "https://registry.nlark.com/get-ready/download/get-ready-1.0.0.tgz", "_spec": "1.0.0", "_where": "/Users/xyf/Documents/project/cocos-creator-plugin/plugin-project/packages/hot-update-tools", "author": { "name": "fengmk2", "email": "m@fengmk2.com", "url": "http://fengmk2.com" }, "bugs": { "url": "https://github.com/node-modules/ready/issues" }, "dependencies": {}, "description": "mixin to add one-time ready event callback handler", "devDependencies": { "eslint": "1", "istanbul": "0", "mocha": "2", "should": "7", "thunk-mocha": "0" }, "files": [ "index.js" ], "homepage": "https://github.com/node-modules/ready#readme", "keywords": [ "ready", "once", "event" ], "license": "MIT", "main": "index.js", "name": "get-ready", "repository": { "type": "git", "url": "git://github.com/node-modules/ready.git" }, "scripts": { "lint": "eslint index.js test", "test": "mocha -r thunk-mocha test/*.test.js", "test-cov": "istanbul cover node_modules/.bin/_mocha -- -r thunk-mocha test/*.test.js" }, "version": "1.0.0" }