| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "_args": [
- [
- "js-calendar@1.2.3",
- "E:\\item\\newItem\\admin"
- ]
- ],
- "_from": "js-calendar@1.2.3",
- "_id": "js-calendar@1.2.3",
- "_inBundle": false,
- "_integrity": "sha512-dAA1/Zbp4+c5E+ARCVTIuKepXsNLzSYfzvOimiYD4S5eeP9QuplSHLcdhfqFSwyM1o1u6ku6RRRCyaZ0YAjiBw==",
- "_location": "/js-calendar",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "js-calendar@1.2.3",
- "name": "js-calendar",
- "escapedName": "js-calendar",
- "rawSpec": "1.2.3",
- "saveSpec": null,
- "fetchSpec": "1.2.3"
- },
- "_requiredBy": [
- "/iview",
- "/view-design"
- ],
- "_resolved": "https://registry.npmjs.org/js-calendar/-/js-calendar-1.2.3.tgz",
- "_spec": "1.2.3",
- "_where": "E:\\item\\newItem\\admin",
- "author": {
- "name": "Sergio Crisostomo"
- },
- "bugs": {
- "url": "https://github.com/SergioCrisostomo/js-calendar/issues"
- },
- "dependencies": {},
- "description": "JavaScript calendar days generator",
- "devDependencies": {
- "mocha": "^2.3.3",
- "webpack": "^2.3.2"
- },
- "directories": {
- "test": "test"
- },
- "homepage": "https://github.com/SergioCrisostomo/js-calendar#readme",
- "license": "ISC",
- "main": "index.js",
- "name": "js-calendar",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/SergioCrisostomo/js-calendar.git"
- },
- "scripts": {
- "build": "webpack",
- "test": "mocha test/test"
- },
- "version": "1.2.3"
- }
|