| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "name": "utility",
- "version": "0.1.11",
- "description": "A collection of useful utilities.",
- "main": "index.js",
- "scripts": {
- "test": "make test-all"
- },
- "config": {
- "blanket": {
- "pattern": "utility/lib"
- },
- "travis-cov": {
- "threshold": 99
- }
- },
- "dependencies": {
- "address": ">=0.0.1"
- },
- "devDependencies": {
- "jshint": "*",
- "contributors": "*",
- "should": "*",
- "mm": "*",
- "moment": "*",
- "blanket": "*",
- "travis-cov": "*",
- "coveralls": "*",
- "mocha-lcov-reporter": "*",
- "benchmark": "*",
- "mocha": "*"
- },
- "homepage": "https://github.com/fengmk2/utility",
- "repository": {
- "type": "git",
- "url": "git://github.com/fengmk2/utility.git",
- "web": "https://github.com/fengmk2/utility"
- },
- "keywords": [
- "utility"
- ],
- "engines": {
- "node": ">= 0.8.0"
- },
- "author": "fengmk2 <fengmk2@gmail.com> (http://fengmk2.github.com)",
- "license": "MIT",
- "__npminstall_done": "Thu Dec 24 2020 20:20:43 GMT+0800 (CST)",
- "_from": "utility@0.1.11",
- "_resolved": "https://registry.npm.taobao.org/utility/download/utility-0.1.11.tgz"
- }
|