| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- {
- "_args": [
- [
- "get-ready@1.0.0",
- "E:\\project\\my-cc-plugin\\hot-update-tools\\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.npmjs.org/get-ready/-/get-ready-1.0.0.tgz",
- "_spec": "1.0.0",
- "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\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"
- }
|