12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "name": "cron-builder",
- "description": "simple API for building cron expressions",
- "author": {
- "name": "Tyler Waneka",
- "email": "twwaneka@gmail.com",
- "url": "http://tylerwaneka.com"
- },
- "version": "0.3.0",
- "main": "cron-builder.js",
- "license": "MIT",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/srcclr/cron-builder.git"
- },
- "devDependencies": {
- "chai": "^3.4.1",
- "mocha": "^3.1.2"
- },
- "scripts": {
- "test": "mocha"
- },
- "gitHead": "d0c070bc64ddbad6ecc87ff74d5f138c3cd06c18",
- "bugs": {
- "url": "https://github.com/srcclr/cron-builder/issues"
- },
- "homepage": "https://github.com/srcclr/cron-builder#readme",
- "_id": "cron-builder@0.3.0",
- "_shasum": "6f121cd98e82db521bbd849bb115e3ccf9b21f9e",
- "_from": "cron-builder@latest",
- "_npmVersion": "3.10.3",
- "_nodeVersion": "6.7.0",
- "_npmUser": {
- "name": "sourceclear",
- "email": "npm@srcclr.com"
- },
- "dist": {
- "shasum": "6f121cd98e82db521bbd849bb115e3ccf9b21f9e",
- "size": 6326,
- "noattachment": false,
- "tarball": "http://registry.npm.taobao.org/cron-builder/download/cron-builder-0.3.0.tgz"
- },
- "maintainers": [
- {
- "name": "sourceclear",
- "email": "npm@srcclr.com"
- }
- ],
- "_npmOperationalInternal": {
- "host": "packages-18-east.internal.npmjs.com",
- "tmp": "tmp/cron-builder-0.3.0.tgz_1478126488456_0.05626012128777802"
- },
- "directories": {},
- "publish_time": 1478126490345,
- "_cnpm_publish_time": 1478126490345,
- "_resolved": "https://registry.npm.taobao.org/cron-builder/download/cron-builder-0.3.0.tgz",
- "readme": "ERROR: No README data found!"
- }
|