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.
161 lines
3.9 KiB
161 lines
3.9 KiB
{ |
|
"_from": "moment", |
|
"_id": "moment@2.29.1", |
|
"_inBundle": false, |
|
"_integrity": "sha1-sr52n6MZQL6e7qZGnAdeNQBvo9M=", |
|
"_location": "/moment", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "tag", |
|
"registry": true, |
|
"raw": "moment", |
|
"name": "moment", |
|
"escapedName": "moment", |
|
"rawSpec": "", |
|
"saveSpec": null, |
|
"fetchSpec": "latest" |
|
}, |
|
"_requiredBy": [ |
|
"#USER", |
|
"/" |
|
], |
|
"_resolved": "https://registry.nlark.com/moment/download/moment-2.29.1.tgz", |
|
"_shasum": "b2be769fa31940be9eeea6469c075e35006fa3d3", |
|
"_spec": "moment", |
|
"_where": "F:\\项目\\Erp", |
|
"author": { |
|
"name": "Iskren Ivov Chernev", |
|
"email": "iskren.chernev@gmail.com", |
|
"url": "https://github.com/ichernev" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/moment/moment/issues" |
|
}, |
|
"bundleDependencies": false, |
|
"contributors": [ |
|
{ |
|
"name": "Tim Wood", |
|
"email": "washwithcare@gmail.com", |
|
"url": "http://timwoodcreates.com/" |
|
}, |
|
{ |
|
"name": "Rocky Meza", |
|
"url": "http://rockymeza.com" |
|
}, |
|
{ |
|
"name": "Matt Johnson", |
|
"email": "mj1856@hotmail.com", |
|
"url": "http://codeofmatt.com" |
|
}, |
|
{ |
|
"name": "Isaac Cambron", |
|
"email": "isaac@isaaccambron.com", |
|
"url": "http://isaaccambron.com" |
|
}, |
|
{ |
|
"name": "Andre Polykanine", |
|
"email": "andre@oire.org", |
|
"url": "https://github.com/oire" |
|
} |
|
], |
|
"deprecated": false, |
|
"description": "Parse, validate, manipulate, and display dates", |
|
"devDependencies": { |
|
"benchmark": "latest", |
|
"coveralls": "latest", |
|
"cross-env": "^6.0.3", |
|
"es6-promise": "latest", |
|
"eslint": "~6", |
|
"grunt": "latest", |
|
"grunt-benchmark": "latest", |
|
"grunt-cli": "latest", |
|
"grunt-contrib-clean": "latest", |
|
"grunt-contrib-concat": "latest", |
|
"grunt-contrib-copy": "latest", |
|
"grunt-contrib-uglify": "latest", |
|
"grunt-contrib-watch": "latest", |
|
"grunt-env": "latest", |
|
"grunt-exec": "latest", |
|
"grunt-karma": "latest", |
|
"grunt-nuget": "latest", |
|
"grunt-string-replace": "latest", |
|
"karma": "latest", |
|
"karma-chrome-launcher": "latest", |
|
"karma-firefox-launcher": "latest", |
|
"karma-qunit": "latest", |
|
"karma-sauce-launcher": "4.1.4", |
|
"load-grunt-tasks": "latest", |
|
"lodash": ">=4.17.19", |
|
"node-qunit": "latest", |
|
"nyc": "latest", |
|
"prettier": "latest", |
|
"qunit": "^2.10.0", |
|
"rollup": "2.17.1", |
|
"typescript": "^1.8.10", |
|
"typescript3": "npm:typescript@^3.1.6", |
|
"uglify-js": "latest" |
|
}, |
|
"dojoBuild": "package.js", |
|
"ender": "./ender.js", |
|
"engines": { |
|
"node": "*" |
|
}, |
|
"homepage": "https://momentjs.com", |
|
"jsnext:main": "./dist/moment.js", |
|
"jspm": { |
|
"files": [ |
|
"moment.js", |
|
"moment.d.ts", |
|
"locale" |
|
], |
|
"map": { |
|
"moment": "./moment" |
|
}, |
|
"buildConfig": { |
|
"uglify": true |
|
} |
|
}, |
|
"keywords": [ |
|
"moment", |
|
"date", |
|
"time", |
|
"parse", |
|
"format", |
|
"validate", |
|
"i18n", |
|
"l10n", |
|
"ender" |
|
], |
|
"license": "MIT", |
|
"main": "./moment.js", |
|
"name": "moment", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/moment/moment.git" |
|
}, |
|
"scripts": { |
|
"coverage": "nyc npm test && nyc report", |
|
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls", |
|
"eslint": "eslint Gruntfile.js tasks src", |
|
"prettier-check": "prettier --check Gruntfile.js tasks src", |
|
"prettier-fmt": "prettier --write Gruntfile.js tasks src", |
|
"test": "grunt test", |
|
"ts3.1-typescript-test": "cross-env node_modules/typescript3/bin/tsc --project ts3.1-typing-tests", |
|
"typescript-test": "cross-env node_modules/typescript/bin/tsc --project typing-tests" |
|
}, |
|
"spm": { |
|
"main": "moment.js", |
|
"output": [ |
|
"locale/*.js" |
|
] |
|
}, |
|
"typesVersions": { |
|
">=3.1": { |
|
"*": [ |
|
"ts3.1-typings/*" |
|
] |
|
} |
|
}, |
|
"typings": "./moment.d.ts", |
|
"version": "2.29.1" |
|
}
|
|
|