{ "_args": [ [ "numbro@2.1.2", "D:\\jenkins\\workspace\\cssc-fvue" ] ], "_from": "numbro@2.1.2", "_id": "numbro@2.1.2", "_inBundle": false, "_integrity": "sha1-LVEQTwm11prvfhW7Vl13leR+z9Y=", "_location": "/numbro", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "numbro@2.1.2", "name": "numbro", "escapedName": "numbro", "rawSpec": "2.1.2", "saveSpec": null, "fetchSpec": "2.1.2" }, "_requiredBy": [ "/handsontable" ], "_resolved": "https://registry.npm.taobao.org/numbro/download/numbro-2.1.2.tgz?cache=0&sync_timestamp=1603703946593&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fnumbro%2Fdownload%2Fnumbro-2.1.2.tgz", "_spec": "2.1.2", "_where": "D:\\jenkins\\workspace\\cssc-fvue", "author": { "name": "Benjamin Van Ryseghem", "email": "benjamin@vanryseghem.com", "url": "https://benjamin.vanryseghem.com" }, "bugs": { "url": "https://github.com/BenjaminVanRyseghem/numbro/issues" }, "dependencies": { "bignumber.js": "^8.0.1" }, "description": "Format and manipulate numbers.", "devDependencies": { "@babel/core": "^7.2.0", "@babel/preset-env": "^7.2.0", "auto-load": "^3.0.4", "babelify": "^10.0.0", "browserify": "^16.2.3", "del": "^3.0.0", "electron": "^3.0.11", "eslint": "^5.10.0", "eslint-plugin-jasmine": "^2.10.1", "gulp": "^3.9.1", "gulp-babel": "^8.0.0", "gulp-bump": "^2.7.0", "gulp-concat": "^2.6.0", "gulp-confirm": "^1.0.8", "gulp-eslint": "^5.0.0", "gulp-foreach": "^0.1.0", "gulp-git": "^2.8.0", "gulp-istanbul": "^1.1.3", "gulp-jasmine": "^2.4.2", "gulp-load-plugins": "^1.5.0", "gulp-sourcemaps": "^2.6.4", "gulp-uglify": "^3.0.1", "gulp-util": "^3.0.8", "istanbul": "^0.4.5", "jasmine": "^3.3.1", "jasmine-core": "^2.8.0", "jasmine-reporters": "^2.3.2", "karma": "^3.1.3", "karma-electron": "^6.0.0", "karma-jasmine": "^1.1.0", "karma-requirejs": "^1.1.0", "minimatch": "^3.0.4", "requirejs": "^2.3.6", "rewire": "^2.5.2", "uglify-js": "^3.4.9", "vinyl-buffer": "^1.0.1", "vinyl-source-stream": "^1.1.0" }, "engines": { "node": "*" }, "files": [ "LICENSE", "LICENSE-Numeraljs", "CHANGELOG", "CHANGELOG-Numeraljs.md", "numbro.d.ts", "languages", "dist" ], "homepage": "http://numbrojs.com", "keywords": [ "numeral", "numbro", "number", "format", "time", "money", "percentage" ], "license": "MIT", "main": "./dist/numbro.min.js", "name": "numbro", "repository": { "type": "git", "url": "git+https://github.com/BenjaminVanRyseghem/numbro.git" }, "scripts": { "coverage": "istanbul cover ./node_modules/.bin/jasmine --captureExceptions", "lint": "gulp lint", "postpublish": "git tag -as ${npm_package_version} -m \"Release version ${npm_package_version}\" && git push && git push --tags", "prepare": "gulp build", "prepublishOnly": "echo \"Are you sure you want to publish a new release with version ${npm_package_version}? (y/n)?\" && read choice && case \"$choice\" in y|Y ) exit 0;; * ) echo \"Abort!\" && exit 1;; esac", "preversion": "echo \"Use `gulp bump` instead\" && exit 1", "test": "gulp test" }, "typings": "./numbro.d.ts", "version": "2.1.2" }