You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
77 lines
2.0 KiB
77 lines
2.0 KiB
{
|
|
"_from": "enquire.js@^2.1.6",
|
|
"_id": "enquire.js@2.1.6",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-/KujNpO+PT63F7Hlpu4h3pE3TokKRHN26JYmQpPyjkRD/N57R7bPDNojMXdi7uveAKjYB7yQnartCxZnFWr0Xw==",
|
|
"_location": "/enquire.js",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "enquire.js@^2.1.6",
|
|
"name": "enquire.js",
|
|
"escapedName": "enquire.js",
|
|
"rawSpec": "^2.1.6",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.1.6"
|
|
},
|
|
"_requiredBy": [
|
|
"/ant-design-vue"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/enquire.js/-/enquire.js-2.1.6.tgz",
|
|
"_shasum": "3e8780c9b8b835084c3f60e166dbc3c2a3c89814",
|
|
"_spec": "enquire.js@^2.1.6",
|
|
"_where": "D:\\code\\template-vue-antd\\node_modules\\ant-design-vue",
|
|
"author": {
|
|
"name": "Nick Williams",
|
|
"url": "http://wicky.nillia.ms"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/WickyNilliams/enquire.js/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Awesome Media Queries in JavaScript",
|
|
"devDependencies": {
|
|
"bundle-collapser": "^1.2.1",
|
|
"grunt": "^1.0.1",
|
|
"grunt-browserify": "^5.0.0",
|
|
"grunt-contrib-jshint": "^1.1.0",
|
|
"grunt-contrib-uglify": "^2.2.0",
|
|
"grunt-contrib-watch": "^1.0.0",
|
|
"grunt-karma": "^2.0.0",
|
|
"jasmine-core": "^2.5.2",
|
|
"jshint-stylish": "^2.2.1",
|
|
"karma": "^1.5.0",
|
|
"karma-browserify": "^5.1.1",
|
|
"karma-jasmine": "^1.1.0",
|
|
"karma-phantomjs-launcher": "^1.0.2"
|
|
},
|
|
"files": [
|
|
"src",
|
|
"dist"
|
|
],
|
|
"homepage": "http://wicky.nillia.ms/enquire.js",
|
|
"keywords": [
|
|
"media query",
|
|
"media queries",
|
|
"matchMedia",
|
|
"enquire",
|
|
"enquire.js"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./src",
|
|
"name": "enquire.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/WickyNilliams/enquire.js.git"
|
|
},
|
|
"scripts": {
|
|
"postversion": "git push origin master --tags && npm publish",
|
|
"preversion": "npm test",
|
|
"start": "grunt",
|
|
"test": "grunt test",
|
|
"version": "grunt build && git add ."
|
|
},
|
|
"version": "2.1.6"
|
|
}
|
|
|