123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- {
- "_args": [
- [
- "nice-try@^1.0.4",
- "/home/seleznev/project Angular/Quality system/node_modules/webpack-cli/node_modules/cross-spawn"
- ]
- ],
- "_from": "nice-try@>=1.0.4 <2.0.0",
- "_id": "nice-try@1.0.4",
- "_inCache": true,
- "_installable": true,
- "_location": "/nice-try",
- "_nodeVersion": "8.1.2",
- "_npmOperationalInternal": {
- "host": "s3://npm-registry-packages",
- "tmp": "tmp/nice-try-1.0.4.tgz_1502220875294_0.13720005913637578"
- },
- "_npmUser": {
- "email": "tobias@electerious.com",
- "name": "electerious"
- },
- "_npmVersion": "5.3.0",
- "_phantomChildren": {},
- "_requested": {
- "name": "nice-try",
- "raw": "nice-try@^1.0.4",
- "rawSpec": "^1.0.4",
- "scope": null,
- "spec": ">=1.0.4 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/webpack-cli/cross-spawn",
- "/yeoman-environment/cross-spawn",
- "/yeoman-generator/cross-spawn"
- ],
- "_resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.4.tgz",
- "_shasum": "d93962f6c52f2c1558c0fbda6d512819f1efe1c4",
- "_shrinkwrap": null,
- "_spec": "nice-try@^1.0.4",
- "_where": "/home/seleznev/project Angular/Quality system/node_modules/webpack-cli/node_modules/cross-spawn",
- "authors": [
- "Tobias Reich <tobias@electerious.com>"
- ],
- "bugs": {
- "url": "https://github.com/electerious/nice-try/issues"
- },
- "dependencies": {},
- "description": "Tries to execute a function and discards any error that occurs",
- "devDependencies": {
- "chai": "^4.1.1",
- "coveralls": "^2.13.1",
- "mocha": "^3.5.0",
- "nyc": "^11.1.0"
- },
- "directories": {},
- "dist": {
- "integrity": "sha512-2NpiFHqC87y/zFke0fC0spBXL3bBsoh/p5H1EFhshxjCR5+0g2d6BiXbUFz9v1sAcxsk2htp2eQnNIci2dIYcA==",
- "shasum": "d93962f6c52f2c1558c0fbda6d512819f1efe1c4",
- "tarball": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.4.tgz"
- },
- "files": [
- "src"
- ],
- "gitHead": "c3b571e36646eb738485d86c56c77c4d3908a02b",
- "homepage": "https://github.com/electerious/nice-try",
- "keywords": [
- "catch",
- "error",
- "try"
- ],
- "license": "MIT",
- "main": "src/index.js",
- "maintainers": [
- {
- "name": "electerious",
- "email": "tobias@electerious.com"
- }
- ],
- "name": "nice-try",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/electerious/nice-try.git"
- },
- "scripts": {
- "coveralls": "nyc report --reporter=text-lcov | coveralls",
- "prepublish": "npm test",
- "test": "nyc node_modules/mocha/bin/_mocha"
- },
- "version": "1.0.4"
- }
|