12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "_from": "fecha@~2.3.3",
- "_id": "fecha@2.3.3",
- "_inBundle": false,
- "_integrity": "sha1-lI50FX3xoy/RsSw6PDzctuydls0=",
- "_location": "/fecha",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "fecha@~2.3.3",
- "name": "fecha",
- "escapedName": "fecha",
- "rawSpec": "~2.3.3",
- "saveSpec": null,
- "fetchSpec": "~2.3.3"
- },
- "_requiredBy": [
- "/@antv/scale"
- ],
- "_resolved": "https://registry.npm.taobao.org/fecha/download/fecha-2.3.3.tgz",
- "_shasum": "948e74157df1a32fd1b12c3a3c3cdcb6ec9d96cd",
- "_spec": "fecha@~2.3.3",
- "_where": "D:\\钉钉\\node_modules\\@antv\\scale",
- "author": {
- "name": "Taylor Hakes"
- },
- "bugs": {
- "url": "https://github.com/taylorhakes/fecha/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Date formatting and parsing",
- "devDependencies": {
- "eslint": "^2.4.0",
- "nyc": "^5.6.0",
- "painless": "^0.9.1",
- "uglify-js": "^2.6.1"
- },
- "files": [
- "fecha.js",
- "fecha.min.js",
- "fecha.d.ts"
- ],
- "homepage": "https://github.com/taylorhakes/fecha",
- "keywords": [
- "date",
- "parse",
- "moment",
- "format",
- "fecha",
- "formatting"
- ],
- "license": "MIT",
- "main": "fecha.js",
- "name": "fecha",
- "repository": {
- "type": "git",
- "url": "git+https://taylorhakes@github.com/taylorhakes/fecha.git"
- },
- "scripts": {
- "build": "uglifyjs fecha.js -m -o fecha.min.js && uglifyjs fecha.strict.js -m -o fecha.strict.min.js",
- "test": "eslint fecha.js fecha.strict.js && nyc --cache --reporter=text painless test.*"
- },
- "types": "./fecha.d.ts",
- "version": "2.3.3"
- }
|