Echo/node_modules/zepto/package.json
2021-02-11 21:31:41 +08:00

52 lines
1.4 KiB
JSON

{
"_from": "zepto@^1.2.0",
"_id": "zepto@1.2.0",
"_inBundle": false,
"_integrity": "sha1-4Se9nmb9hGvl6rSME5SIL3wOT5g=",
"_location": "/zepto",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "zepto@^1.2.0",
"name": "zepto",
"escapedName": "zepto",
"rawSpec": "^1.2.0",
"saveSpec": null,
"fetchSpec": "^1.2.0"
},
"_requiredBy": [
"/docsearch.js"
],
"_resolved": "https://registry.npm.taobao.org/zepto/download/zepto-1.2.0.tgz",
"_shasum": "e127bd9e66fd846be5eab48c1394882f7c0e4f98",
"_spec": "zepto@^1.2.0",
"_where": "E:\\GreateCommunity\\node_modules\\docsearch.js",
"bugs": {
"url": "https://github.com/madrobby/zepto/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Zepto is a minimalist JavaScript library for modern browsers with a largely jQuery-compatible API. If you use jQuery, you already know how to use Zepto.",
"devDependencies": {
"coffee-script": "1.5.x",
"express": "3.1.x",
"shelljs": "0.1.x",
"uglify-js": "2.4.x"
},
"homepage": "http://zeptojs.com",
"license": "MIT",
"main": "dist/zepto.js",
"name": "zepto",
"repository": {
"type": "git",
"url": "git+https://github.com/madrobby/zepto.git"
},
"scripts": {
"dist": "coffee make dist",
"start": "coffee test/server.coffee",
"test": "coffee make test"
},
"version": "1.2.0"
}