1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-17 07:45:52 +01:00
verdaccio/packages/plugins/memory/test/partials/pkg.ts

66 lines
1.6 KiB
TypeScript

import { Package } from '@verdaccio/types';
const pkg: Package = {
name: '@scope/test_npm',
versions: {
'1.0.1': {
name: '@scope/test_npm',
version: '1.0.1',
description: '',
main: 'index.js',
readme: 'test readme',
scripts: {
test: "echo 'Error: no test specified' && exit 1",
},
author: {
name: 'Juan Picado',
email: 'me@jotadeveloper.com',
url: 'http://jotadeveloper.com/',
},
license: 'ISC',
dependencies: {
'create-react-app': '^1.4.1',
'fast-static-site': '^1.0.2',
watchdom: '^1.0.2',
},
_id: '@scope/test_npm@1.0.1',
_npmUser: {
name: 'jpicado',
email: 'dsa@dasd.com',
},
maintainers: [
{
name: 'jpicado',
email: 'dsa@dasd.com',
},
],
dist: {
integrity:
'sha512-0ThGF2zZiOGmLoHl/n5cMwAS6swbAz7rdzDjgkyDh+C2rADzNfPIfo7KBTRHbY6uJ9akBCvWDFBuR0fgaxYnjQ==',
shasum: '1df0c3dfd289b2ac6ef00b0129cab9737eeaa62d',
tarball: 'http://localhost:4873/@scope/test_npm/-/@scope/test_npm-1.0.1.tgz',
},
},
},
'dist-tags': {
latest: '1.0.1',
},
time: {
modified: '2018-02-20T17:50:47.944Z',
created: '2018-02-20T17:50:47.944Z',
'1.0.1': '2018-02-20T17:50:47.944Z',
},
_distfiles: {},
_attachments: {
'test_npm-1.0.1.tgz': {
shasum: '1df0c3dfd289b2ac6ef00b0129cab9737eeaa62d',
version: '1.0.1',
},
},
_uplinks: {},
_rev: '5-ea87644a96a129cf',
readme: 'ERROR: No README data found!',
};
export default pkg;