{ "_from": "container-query-toolkit@0.1.1", "_id": "container-query-toolkit@0.1.1", "_inBundle": false, "_integrity": "sha512-BQyPJhmt+ONx4ZFaJxC6diOFlnxviAiUZWgVUOP3z9zjplwlce8M4GL/fR7hiMIfwlyJW+FsmlLJp6dx3efG2Q==", "_location": "/container-query-toolkit", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "container-query-toolkit@0.1.1", "name": "container-query-toolkit", "escapedName": "container-query-toolkit", "rawSpec": "0.1.1", "saveSpec": null, "fetchSpec": "0.1.1" }, "_requiredBy": [ "/react-container-query" ], "_resolved": "https://registry.npmmirror.com/container-query-toolkit/-/container-query-toolkit-0.1.1.tgz", "_shasum": "197ec8582d119cd9609bf7cf0ed6b1dc0f8d7f83", "_spec": "container-query-toolkit@0.1.1", "_where": "/data/jenkins/workspace/front-v5-web/node_modules/react-container-query", "author": { "name": "Daiwei Lu", "email": "daiweilu123@gmail.com", "url": "http://daiwei.lu/" }, "bugs": { "url": "https://github.com/d6u/container-query-toolkit/issues" }, "bundleDependencies": false, "dependencies": { "element-resize-detector": "1.1.10", "lodash": "4.17.4" }, "deprecated": false, "description": "Basic utilities to work with container query.", "devDependencies": { "@types/lodash": "4.14.54", "babel-core": "6.17.0", "babel-loader": "6.2.5", "babel-plugin-__coverage__": "11.0.0", "babel-preset-es2015": "6.16.0", "babel-preset-es2015-loose": "8.0.0", "jasmine-core": "2.5.2", "karma": "1.3.0", "karma-babel-preprocessor": "6.0.1", "karma-chrome-launcher": "2.0.0", "karma-coverage": "1.1.1", "karma-jasmine": "1.0.2", "karma-sauce-launcher": "1.0.0", "karma-sourcemap-loader": "0.3.7", "karma-spec-reporter": "0.0.26", "karma-webpack": "1.8.0", "typescript": "2.2.1", "webpack": "1.13.2" }, "files": [ "lib" ], "homepage": "https://github.com/d6u/container-query-toolkit#readme", "keywords": [], "license": "MIT", "main": "lib/index.js", "name": "container-query-toolkit", "repository": { "type": "git", "url": "git+https://github.com/d6u/container-query-toolkit.git" }, "scripts": { "build": "tsc", "clean": "rm -rf lib coverage", "pretest": "npm run clean && npm run build", "preversion": "npm run clean && npm run build", "test": "karma start" }, "typings": "lib/index.d.ts", "version": "0.1.1" }