diff --git a/jest.config.js b/jest.config.js deleted file mode 100644 index e1b910b..0000000 --- a/jest.config.js +++ /dev/null @@ -1,36 +0,0 @@ -module.exports = { - name: 'verdaccio-ui-jest', - verbose: true, - collectCoverage: true, - testEnvironment: 'jest-environment-jsdom-global', - moduleFileExtensions: ['js', 'ts', 'tsx'], - testURL: 'http://localhost', - rootDir: '..', - setupFiles: ['/test/setup.js'], - transformIgnorePatterns: ['/node_modules/(?!react-syntax-highlighter)'], - modulePathIgnorePatterns: ['/coverage', '/scripts', '/.circleci', '/tools', '/build', '/.vscode/'], - snapshotSerializers: ['enzyme-to-json/serializer', 'jest-emotion'], - moduleNameMapper: { - '\\.(s?css)$': '/node_modules/identity-obj-proxy', - 'github-markdown-css': '/node_modules/identity-obj-proxy', - '\\.(png)$': '/node_modules/identity-obj-proxy', - '\\.(svg)$': '/test/unit/empty.ts', - }, -}; - -// module.exports = { -// name: 'verdaccio-unit-jest', -// verbose: true, -// collectCoverage: true, -// testEnvironment: 'jest-environment-jsdom-global', -// testURL: 'http://localhost', -// testRegex: '../src/components/CopyToClipBoard/CopyToClipBoard.test.tsx', -// setupFiles: ['./setup.ts'], -// // Some unit tests rely on data folders that look like packages. This confuses jest-hast-map -// // when it tries to scan for package.json files. -// modulePathIgnorePatterns: ['/coverage', '/scripts', '/.circleci', '/tools', '/build', '/.vscode/'], -// // testPathIgnorePatterns: ['__snapshots__', '/build'], -// snapshotSerializers: ['enzyme-to-json/serializer', 'jest-emotion'], -// // coveragePathIgnorePatterns: ['node_modules', 'fixtures', '/src/api/debug', '/test'], -// // transformIgnorePatterns: ['/node_modules/(?!react-syntax-highlighter)'], -// }; diff --git a/jest/jest.config.js b/jest/jest.config.js index c925e59..1658072 100644 --- a/jest/jest.config.js +++ b/jest/jest.config.js @@ -3,6 +3,7 @@ const { defaults } = require('jest-config'); module.exports = { name: 'verdaccio-ui-jest', verbose: true, + automock: false, collectCoverage: true, testEnvironment: 'jest-environment-jsdom-global', moduleFileExtensions: [...defaults.moduleFileExtensions, 'ts', 'tsx'], diff --git a/jest/setup.ts b/jest/setup.ts index 87297ee..8d54e3d 100644 --- a/jest/setup.ts +++ b/jest/setup.ts @@ -5,6 +5,7 @@ import 'raf/polyfill'; import { configure } from 'enzyme'; import Adapter from 'enzyme-adapter-react-16'; +import { GlobalWithFetchMock } from 'jest-fetch-mock'; // @ts-ignore : Only a void function can be called with the 'new' keyword configure({ adapter: new Adapter() }); @@ -14,6 +15,10 @@ global.__APP_VERSION__ = '1.0.0'; // @ts-ignore : Property '__VERDACCIO_BASENAME_UI_OPTIONS' does not exist on type 'Global'. global.__VERDACCIO_BASENAME_UI_OPTIONS = {}; +const customGlobal: GlobalWithFetchMock = global as GlobalWithFetchMock; +customGlobal.fetch = require('jest-fetch-mock'); +customGlobal.fetchMock = customGlobal.fetch; + // mocking few DOM methods // @ts-ignore : Property 'document' does not exist on type 'Global'. if (global.document) { diff --git a/package.json b/package.json index 1ae959d..70a46c1 100644 --- a/package.json +++ b/package.json @@ -16,24 +16,25 @@ "@material-ui/core": "3.9.3", "@material-ui/icons": "3.0.2", "@octokit/rest": "16.28.7", - "@testing-library/react": "9.1.0", + "@testing-library/react": "9.1.3", "@types/enzyme": "3.10.3", - "@types/lodash": "4.14.136", + "@types/jest": "24.0.18", + "@types/lodash": "4.14.137", "@types/material-ui": "0.21.6", - "@types/node": "12.7.1", - "@types/react": "16.9.1", - "@types/react-dom": "16.8.5", - "@types/react-router-dom": "4.3.4", - "@types/validator": "10.11.2", + "@types/node": "12.7.2", + "@types/react": "16.9.2", + "@types/react-dom": "16.9.0", + "@types/react-router-dom": "4.3.5", + "@types/validator": "10.11.3", "@verdaccio/babel-preset": "2.0.0", "@verdaccio/eslint-config": "2.0.0", - "@verdaccio/types": "8.0.0-next.2", + "@verdaccio/types": "8.0.0", "autosuggest-highlight": "3.1.1", "babel-loader": "8.0.6", "bundlesize": "0.18.0", "codeceptjs": "2.2.1", "codecov": "3.5.0", - "concurrently": "4.1.1", + "concurrently": "4.1.2", "cross-env": "5.2.0", "css-loader": "3.2.0", "date-fns": "1.30.1", @@ -56,11 +57,12 @@ "husky": "3.0.3", "identity-obj-proxy": "3.0.0", "in-publish": "2.0.0", - "jest": "24.8.0", + "jest": "24.9.0", "jest-emotion": "10.0.14", - "jest-environment-jsdom": "24.8.0", + "jest-environment-jsdom": "24.9.0", "jest-environment-jsdom-global": "1.2.0", - "jest-environment-node": "24.8.0", + "jest-environment-node": "24.9.0", + "jest-fetch-mock": "2.1.2", "js-base64": "2.5.1", "js-yaml": "3.13.1", "localstorage-memory": "1.0.3", @@ -76,7 +78,7 @@ "react-autosuggest": "9.4.3", "react-dom": "16.9.0", "react-emotion": "9.2.12", - "react-hot-loader": "4.12.10", + "react-hot-loader": "4.12.11", "react-router": "5.0.1", "react-router-dom": "5.0.1", "resolve-url-loader": "3.1.0", @@ -98,10 +100,10 @@ "verdaccio": "4.2.1", "verdaccio-auth-memory": "1.1.5", "verdaccio-memory": "2.0.0", - "webpack": "4.39.1", + "webpack": "4.39.2", "webpack-bundle-analyzer": "3.4.1", "webpack-bundle-size-analyzer": "3.0.0", - "webpack-cli": "3.3.6", + "webpack-cli": "3.3.7", "webpack-dev-server": "3.8.0", "webpack-merge": "4.2.1", "whatwg-fetch": "3.0.0", diff --git a/src/App/AppError.tsx b/src/App/AppError.tsx new file mode 100644 index 0000000..1583fee --- /dev/null +++ b/src/App/AppError.tsx @@ -0,0 +1,38 @@ +import React, { Component } from 'react'; + +export interface ErrorProps { + children: any; +} + +export interface ErrorAppState { + hasError: boolean; + error: any; + info: any; +} + +export default class ErrorBoundary extends Component { + constructor(props) { + super(props); + this.state = { hasError: false, error: null, info: null }; + } + + componentDidCatch(error, info) { + this.setState({ hasError: true, error, info }); + } + + render() { + const { hasError, error, info } = this.state; + const { children } = this.props; + + if (hasError) { + return ( + <> +

{'Something went wrong.'}

+

{`error: ${error}`}

+

{`info: ${JSON.stringify(info)}`}

+ + ); + } + return children; + } +} diff --git a/src/components/ActionBar/ActionBar.test.tsx b/src/components/ActionBar/ActionBar.test.tsx index e227f45..89bfd54 100644 --- a/src/components/ActionBar/ActionBar.test.tsx +++ b/src/components/ActionBar/ActionBar.test.tsx @@ -19,7 +19,7 @@ describe(' component', () => { }, }; - jest.doMock('../../pages/version/Version', () => ({ + jest.doMock('../../pages/Version', () => ({ DetailContextConsumer: component => { return component.children({ packageMeta }); }, @@ -35,7 +35,7 @@ describe(' component', () => { latest: {}, }; - jest.doMock('../../pages/version/Version', () => ({ + jest.doMock('../../pages/Version', () => ({ DetailContextConsumer: component => { return component.children({ packageMeta }); }, @@ -57,7 +57,7 @@ describe(' component', () => { }, }; - jest.doMock('../../pages/version/Version', () => ({ + jest.doMock('../../pages/Version', () => ({ DetailContextConsumer: component => { return component.children({ packageMeta }); }, diff --git a/src/components/ActionBar/ActionBar.tsx b/src/components/ActionBar/ActionBar.tsx index 51b05f8..f68c501 100644 --- a/src/components/ActionBar/ActionBar.tsx +++ b/src/components/ActionBar/ActionBar.tsx @@ -6,7 +6,7 @@ import HomeIcon from '@material-ui/icons/Home'; import List from '@material-ui/core/List'; import Tooltip from '@material-ui/core/Tooltip'; -import { DetailContextConsumer, VersionPageConsumerProps } from '../../pages/version/Version'; +import { DetailContextConsumer, VersionPageConsumerProps } from '../../pages/Version'; import { Fab, ActionListItem } from './styles'; import { isURL, extractFileName, downloadFile } from '../../utils/url'; import api from '../../utils/api'; diff --git a/src/components/Author/Author.test.tsx b/src/components/Author/Author.test.tsx index 02308b0..62b2b40 100644 --- a/src/components/Author/Author.test.tsx +++ b/src/components/Author/Author.test.tsx @@ -20,7 +20,7 @@ describe(' component', () => { }, }; - jest.doMock('../../pages/version/Version', () => ({ + jest.doMock('../../pages/Version', () => ({ DetailContextConsumer: component => { return component.children({ packageMeta }); }, @@ -39,7 +39,7 @@ describe(' component', () => { }, }; - jest.doMock('../../pages/version/Version', () => ({ + jest.doMock('../../pages/Version', () => ({ DetailContextConsumer: component => { return component.children({ packageMeta }); }, @@ -63,7 +63,7 @@ describe(' component', () => { }, }; - jest.doMock('../../pages/version/Version', () => ({ + jest.doMock('../../pages/Version', () => ({ DetailContextConsumer: component => { return component.children({ packageMeta }); }, diff --git a/src/components/Author/Author.tsx b/src/components/Author/Author.tsx index e39d739..fbe4921 100644 --- a/src/components/Author/Author.tsx +++ b/src/components/Author/Author.tsx @@ -4,7 +4,7 @@ import Avatar from '@material-ui/core/Avatar'; import List from '@material-ui/core/List'; import ListItemText from '@material-ui/core/ListItemText'; -import { DetailContextConsumer } from '../../pages/version/Version'; +import { DetailContextConsumer } from '../../pages/Version'; import { Heading, AuthorListItem } from './styles'; import { isEmail } from '../../utils/url'; diff --git a/src/components/Dependencies/Dependencies.tsx b/src/components/Dependencies/Dependencies.tsx index d546c53..2b46a48 100644 --- a/src/components/Dependencies/Dependencies.tsx +++ b/src/components/Dependencies/Dependencies.tsx @@ -2,7 +2,7 @@ import React, { Component, Fragment, ReactElement } from 'react'; import { withRouter, RouteComponentProps } from 'react-router-dom'; import CardContent from '@material-ui/core/CardContent'; -import { DetailContextConsumer, VersionPageConsumerProps } from '../../pages/version/Version'; +import { DetailContextConsumer, VersionPageConsumerProps } from '../../pages/Version'; import { CardWrap, Heading, Tags, Tag } from './styles'; import NoItems from '../NoItems'; diff --git a/src/components/DetailContainer/DetailContainer.tsx b/src/components/DetailContainer/DetailContainer.tsx index e7e30fa..61f3a6d 100644 --- a/src/components/DetailContainer/DetailContainer.tsx +++ b/src/components/DetailContainer/DetailContainer.tsx @@ -1,6 +1,6 @@ import React, { Component, ReactElement, Fragment } from 'react'; -import { DetailContextConsumer, VersionPageConsumerProps } from '../../pages/version/Version'; +import { DetailContextConsumer, VersionPageConsumerProps } from '../../pages/Version'; import Readme from '../Readme'; import Versions from '../Versions'; import { preventXSS } from '../../utils/sec-utils'; @@ -14,6 +14,11 @@ interface DetailContainerState { tabPosition: number; } +export const README_LABEL = 'Readme'; +export const DEPS_LABEL = 'Dependencies'; +export const VERSION_LABEL = 'Versions'; +export const UPLINKS_LABEL = 'Uplinks'; + class DetailContainer

extends Component { public state = { tabPosition: 0, @@ -37,10 +42,10 @@ class DetailContainer

extends Component { private renderListTabs(tabPosition: number): React.ReactElement { return ( - - - - + + + + ); } diff --git a/src/components/DetailSidebar/DetailSidebar.tsx b/src/components/DetailSidebar/DetailSidebar.tsx index 068b060..277e81a 100644 --- a/src/components/DetailSidebar/DetailSidebar.tsx +++ b/src/components/DetailSidebar/DetailSidebar.tsx @@ -1,4 +1,4 @@ -import React, { Component, ReactElement } from 'react'; +import React, { ReactElement } from 'react'; import Card from '@material-ui/core/Card'; import CardContent from '@material-ui/core/CardContent'; @@ -12,76 +12,52 @@ import Engine from '../Engines/Engines'; import Install from '../Install'; import Repository from '../Repository/Repository'; -import { DetailContextConsumer, VersionPageConsumerProps } from '../../pages/version/Version'; +import { DetailContext } from '../../pages/Version'; import { TitleListItem, TitleListItemText } from './styles'; -class DetailSidebar extends Component { - public render(): ReactElement { - return {context => this.renderSideBar(context as VersionPageConsumerProps)}; - } +const renderCopyCLI = () => ; +const renderMaintainers = () => ; +const renderContributors = () => ; +const renderRepository = () => ; +const renderAuthor = () => ; +const renderEngine = () => ; +const renderDist = () => ; +const renderActionBar = () => ; +const renderTitle = (packageName, packageMeta) => { + return ( + + + {packageName}} secondary={packageMeta.latest.description} /> + + + ); +}; - private renderSideBar = ({ packageName, packageMeta }): ReactElement => { - return ( -

- - - {this.renderTitle(packageName, packageMeta)} - {this.renderActionBar()} - {this.renderCopyCLI()} - {this.renderRepository()} - {this.renderEngine()} - {this.renderDist()} - {this.renderAuthor()} - {this.renderMaintainers()} - {this.renderContributors()} - - -
- ); - }; - - private renderTitle = (packageName, packageMeta) => { - return ( - - - {packageName}} secondary={packageMeta.latest.description} /> - - - ); - }; - - private renderCopyCLI = () => { - return ; - }; - - private renderMaintainers = () => { - return ; - }; - - private renderContributors = () => { - return ; - }; - - private renderRepository = () => { - return ; - }; - - private renderAuthor = () => { - return ; - }; - - private renderEngine = () => { - return ; - }; - - private renderDist = () => { - return ; - }; - - private renderActionBar = () => { - return ; - }; +function renderSideBar(packageName, packageMeta): ReactElement { + return ( +
+ + + {renderTitle(packageName, packageMeta)} + {renderActionBar()} + {renderCopyCLI()} + {renderRepository()} + {renderEngine()} + {renderDist()} + {renderAuthor()} + {renderMaintainers()} + {renderContributors()} + + +
+ ); } +const DetailSidebar = () => { + const { packageName, packageMeta } = React.useContext(DetailContext); + + return renderSideBar(packageName, packageMeta); +}; + export default DetailSidebar; diff --git a/src/components/Developers/Developers.test.tsx b/src/components/Developers/Developers.test.tsx index d8cf886..4d1b9bb 100644 --- a/src/components/Developers/Developers.test.tsx +++ b/src/components/Developers/Developers.test.tsx @@ -2,7 +2,7 @@ import React from 'react'; import { mount } from 'enzyme'; import Developers, { DevelopersType } from './Developers'; import { Fab } from './styles'; -import { DetailContextProvider } from '../../pages/version/Version'; +import { DetailContextProvider } from '../../pages/Version'; describe('test Developers', () => { const packageMeta = { diff --git a/src/components/Developers/Developers.tsx b/src/components/Developers/Developers.tsx index 52f5204..43d1523 100644 --- a/src/components/Developers/Developers.tsx +++ b/src/components/Developers/Developers.tsx @@ -1,7 +1,7 @@ import React, { FC, Fragment } from 'react'; import Add from '@material-ui/icons/Add'; -import { DetailContext } from '../../pages/version/Version'; +import { DetailContext } from '../../pages/Version'; import { AvatarTooltip } from '../AvatarTooltip'; import { Details, Heading, Content, Fab } from './styles'; diff --git a/src/components/Dist/Dist.test.tsx b/src/components/Dist/Dist.test.tsx index 5a3a10b..05350d5 100644 --- a/src/components/Dist/Dist.test.tsx +++ b/src/components/Dist/Dist.test.tsx @@ -18,7 +18,7 @@ describe(' component', () => { license: '', }, }; - jest.doMock('../../pages/version/Version', () => ({ + jest.doMock('../../pages/Version', () => ({ DetailContextConsumer: component => { return component.children({ packageMeta }); }, @@ -41,7 +41,7 @@ describe(' component', () => { license: 'MIT', }, }; - jest.doMock('../../pages/version/Version', () => ({ + jest.doMock('../../pages/Version', () => ({ DetailContextConsumer: component => { return component.children({ packageMeta }); }, @@ -67,7 +67,7 @@ describe(' component', () => { }, }, }; - jest.doMock('../../pages/version/Version', () => ({ + jest.doMock('../../pages/Version', () => ({ DetailContextConsumer: component => { return component.children({ packageMeta }); }, diff --git a/src/components/Dist/Dist.tsx b/src/components/Dist/Dist.tsx index 2edcfee..d42c225 100644 --- a/src/components/Dist/Dist.tsx +++ b/src/components/Dist/Dist.tsx @@ -2,7 +2,7 @@ import React, { Component } from 'react'; import List from '@material-ui/core/List'; -import { DetailContextConsumer, VersionPageConsumerProps } from '../../pages/version/Version'; +import { VersionPageConsumerProps, DetailContextConsumer } from '../../pages/Version'; import { Heading, DistListItem, DistChips } from './styles'; import fileSizeSI from '../../utils/file-size'; import { PackageMetaInterface } from 'types/packageMeta'; diff --git a/src/components/Engines/Engines.test.tsx b/src/components/Engines/Engines.test.tsx index 3339b2e..7d361dd 100644 --- a/src/components/Engines/Engines.test.tsx +++ b/src/components/Engines/Engines.test.tsx @@ -19,7 +19,7 @@ describe(' component', () => { }, }; - jest.doMock('../../pages/version/Version', () => ({ + jest.doMock('../../pages/Version', () => ({ DetailContextConsumer: component => { return component.children({ packageMeta }); }, @@ -35,7 +35,7 @@ describe(' component', () => { latest: {}, }; - jest.doMock('../../pages/version/Version', () => ({ + jest.doMock('../../pages/Version', () => ({ DetailContextConsumer: component => { return component.children({ packageMeta }); }, @@ -53,7 +53,7 @@ describe(' component', () => { }, }; - jest.doMock('../../pages/version/Version', () => ({ + jest.doMock('../../pages/Version', () => ({ DetailContextConsumer: component => { return component.children({ packageMeta }); }, diff --git a/src/components/Engines/Engines.tsx b/src/components/Engines/Engines.tsx index 39f9ff1..125de75 100644 --- a/src/components/Engines/Engines.tsx +++ b/src/components/Engines/Engines.tsx @@ -5,7 +5,7 @@ import Grid from '@material-ui/core/Grid'; import List from '@material-ui/core/List'; import ListItemText from '@material-ui/core/ListItemText'; -import { DetailContextConsumer, VersionPageConsumerProps } from '../../pages/version/Version'; +import { VersionPageConsumerProps, DetailContextConsumer } from '../../pages/Version'; import { Heading, EngineListItem } from './styles'; // @ts-ignore import node from './img/node.png'; diff --git a/src/components/Install/Install.tsx b/src/components/Install/Install.tsx index ee8ed59..474e724 100644 --- a/src/components/Install/Install.tsx +++ b/src/components/Install/Install.tsx @@ -2,8 +2,8 @@ import List from '@material-ui/core/List'; import ListItemText from '@material-ui/core/ListItemText'; import React, { Component } from 'react'; -// @ts-ignore -import { DetailContextConsumer, VersionPageConsumerProps } from '../../pages/version/Version'; +import { DetailContextConsumer, VersionPageConsumerProps } from '../../pages/Version'; + import CopyToClipBoard from '../CopyToClipBoard'; // logos of package managers diff --git a/src/components/Loading/Loading.tsx b/src/components/Loading/Loading.tsx index 8e32a4c..9a24f89 100644 --- a/src/components/Loading/Loading.tsx +++ b/src/components/Loading/Loading.tsx @@ -6,7 +6,7 @@ import Spinner from '../Spinner'; import { Wrapper, Badge } from './styles'; const Loading: React.FC = () => ( - + diff --git a/src/components/Loading/__snapshots__/Loading.test.tsx.snap b/src/components/Loading/__snapshots__/Loading.test.tsx.snap index 502a45a..ced1ca2 100644 --- a/src/components/Loading/__snapshots__/Loading.test.tsx.snap +++ b/src/components/Loading/__snapshots__/Loading.test.tsx.snap @@ -1,3 +1,3 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[` component should render the component in default state 1`] = `"
"`; +exports[` component should render the component in default state 1`] = `"
"`; diff --git a/src/components/NotFound/NotFound.tsx b/src/components/NotFound/NotFound.tsx index b5fdd07..7bb923f 100644 --- a/src/components/NotFound/NotFound.tsx +++ b/src/components/NotFound/NotFound.tsx @@ -1,46 +1,43 @@ import ListItem from '@material-ui/core/ListItem'; import Typography from '@material-ui/core/Typography'; import withWidth, { isWidthUp } from '@material-ui/core/withWidth'; -import React from 'react'; +import React, { useCallback } from 'react'; import { RouteComponentProps, withRouter } from 'react-router-dom'; import PackageImg from './img/package.svg'; import { Card, EmptyPackage, Heading, Inner, List, Wrapper } from './styles'; import { Breakpoint } from '@material-ui/core/styles/createBreakpoints'; -export const NOT_FOUND_TEXT = "Sorry, we couldn't find it..."; +export const NOT_FOUND_TEXT = `Sorry, we couldn't find it...`; +export const LABEL_NOT_FOUND = `The page you're looking for doesn't exist.`; +export const LABEL_FOOTER_NOT_FOUND = 'Perhaps these links will help find what you are looking for:'; export type NotFoundProps = RouteComponentProps & { width: Breakpoint; history }; -const NotFound: React.FC = ({ history, width }) => { - const handleGoTo = (to: string): (() => void | undefined) => () => { - history.push(to); - }; +const HOME_LABEL = 'Home'; - const handleGoBack = (): ((e: React.MouseEvent) => void | undefined) => () => { - history.goBack(); - }; +const renderSubTitle = (): JSX.Element => ( + +
{LABEL_NOT_FOUND}
+
{LABEL_FOOTER_NOT_FOUND}
+
+); + +const NotFound: React.FC = ({ history, width }) => { + const handleGomHome = useCallback(() => { + history.push('/'); + }, [history]); const renderList = (): JSX.Element => ( - - {'Home'} - - - {'Back'} + + {HOME_LABEL} ); - const renderSubTitle = (): JSX.Element => ( - -
{"The page you're looking for doesn't exist."}
-
{'Perhaps these links will help find what you are looking for:'}
-
- ); - return ( - + diff --git a/src/components/Repository/Repository.test.tsx b/src/components/Repository/Repository.test.tsx index e07f8be..305d0a7 100644 --- a/src/components/Repository/Repository.test.tsx +++ b/src/components/Repository/Repository.test.tsx @@ -18,7 +18,7 @@ describe(' component', () => { }, }; - jest.doMock('../../pages/version/Version', () => ({ + jest.doMock('../../pages/Version', () => ({ DetailContextConsumer: component => { return component.children({ packageMeta }); }, @@ -34,7 +34,7 @@ describe(' component', () => { latest: {}, }; - jest.doMock('../../pages/version/Version', () => ({ + jest.doMock('../../pages/Version', () => ({ DetailContextConsumer: component => { return component.children({ packageMeta }); }, @@ -55,7 +55,7 @@ describe(' component', () => { }, }; - jest.doMock('../../pages/version/Version', () => ({ + jest.doMock('../../pages/Version', () => ({ DetailContextConsumer: component => { return component.children({ packageMeta }); }, diff --git a/src/components/Repository/Repository.tsx b/src/components/Repository/Repository.tsx index bac92fe..004b5f2 100644 --- a/src/components/Repository/Repository.tsx +++ b/src/components/Repository/Repository.tsx @@ -5,7 +5,7 @@ import Avatar from '@material-ui/core/Avatar'; import List from '@material-ui/core/List'; import ListItemText from '@material-ui/core/ListItemText'; -import { DetailContextConsumer } from '../../pages/version/Version'; +import { DetailContextConsumer } from '../../pages/Version'; import CopyToClipBoard from '../CopyToClipBoard'; import { Heading, GithubLink, RepositoryListItem } from './styles'; diff --git a/src/components/UpLinks/UpLinks.tsx b/src/components/UpLinks/UpLinks.tsx index c2b261b..526cae3 100644 --- a/src/components/UpLinks/UpLinks.tsx +++ b/src/components/UpLinks/UpLinks.tsx @@ -2,7 +2,7 @@ import React, { ReactElement } from 'react'; import List from '@material-ui/core/List'; import ListItem from '@material-ui/core/ListItem'; -import { DetailContextConsumer } from '../../pages/version/Version'; +import { DetailContextConsumer } from '../../pages/Version'; import NoItems from '../NoItems'; import { formatDateDistance } from '../../utils/package'; diff --git a/src/components/Versions/Versions.test.tsx b/src/components/Versions/Versions.test.tsx index f5415d8..ba0e2b5 100644 --- a/src/components/Versions/Versions.test.tsx +++ b/src/components/Versions/Versions.test.tsx @@ -29,7 +29,7 @@ describe(' component', () => { }, }; - jest.doMock('../../pages/version/Version', () => ({ + jest.doMock('../../pages/Version', () => ({ DetailContextConsumer: component => { return component.children({ packageMeta }); }, diff --git a/src/components/Versions/Versions.tsx b/src/components/Versions/Versions.tsx index a9a21da..03196f7 100644 --- a/src/components/Versions/Versions.tsx +++ b/src/components/Versions/Versions.tsx @@ -1,10 +1,11 @@ -import { DetailContextConsumer } from '../../pages/version/Version'; -import { formatDateDistance } from '../../utils/package'; -import { Heading, Spacer, ListItemText } from './styles'; +import React, { ReactElement } from 'react'; import List from '@material-ui/core/List'; import ListItem from '@material-ui/core/ListItem'; -import React, { ReactElement } from 'react'; + +import { DetailContextConsumer } from '../../pages/Version'; +import { formatDateDistance } from '../../utils/package'; import { DIST_TAGS } from '../../../lib/constants'; +import { Heading, Spacer, ListItemText } from './styles'; const NOT_AVAILABLE = 'Not available'; diff --git a/src/pages/Version/Layout.tsx b/src/pages/Version/Layout.tsx new file mode 100644 index 0000000..66292bb --- /dev/null +++ b/src/pages/Version/Layout.tsx @@ -0,0 +1,27 @@ +import React, { FC, ReactElement } from 'react'; +import Grid from '@material-ui/core/Grid'; +import DetailContainer from '../../components/DetailContainer'; +import DetailSidebar from '../../components/DetailSidebar'; + +function renderDetail(): ReactElement { + return ; +} + +function renderSidebar(): ReactElement { + return ; +} + +const Layout: FC<{}> = () => { + return ( + + + {renderDetail()} + + + {renderSidebar()} + + + ); +}; + +export { Layout }; diff --git a/src/pages/Version/Version.test.tsx b/src/pages/Version/Version.test.tsx new file mode 100644 index 0000000..9bdd5a0 --- /dev/null +++ b/src/pages/Version/Version.test.tsx @@ -0,0 +1,96 @@ +import React from 'react'; +import { render, cleanup } from '@testing-library/react'; + +import { MemoryRouter } from 'react-router'; + +import vueMetadata from '../../../test/fixtures/metadata/vue.json'; + +import Version from './Version'; +import { waitForElement } from '@testing-library/dom'; +import ErrorBoundary from '../../App/AppError'; +import { LABEL_NOT_FOUND } from '../../components/NotFound/NotFound'; +// import { NOT_FOUND_TEXT } from '../../components/NotFound/NotFound'; + +// :-) we mock this otherways fails on render, some weird issue on material-ui +jest.mock('@material-ui/core/Avatar'); + +describe('test Version page', () => { + beforeAll(() => { + // FIXME: a better way to mock this + // @ts-ignore + global.window.VERDACCIO_API_URL = 'http://test'; + }); + + afterEach(() => { + cleanup(); + }); + + beforeEach(() => { + jest.resetAllMocks(); + }); + + test('should render the version page', async () => { + const readmeText = 'test'; + // @ts-ignore + fetch.mockResponses( + [[JSON.stringify(vueMetadata)], { status: 200, headers: { 'content-type': 'application/json' } }], + [[`

${readmeText}

`], { status: 200, headers: { 'content-type': 'text/html' } }] + ); + + const { getByTestId, getByText } = render( + + + + + + ); + + // first it display loading + const hasLoading = getByTestId('loading'); + expect(hasLoading).toBeTruthy(); + + // we wait fetch response (mocked above) + await waitForElement(() => getByTestId('version-layout')); + + // check whether readme was loaded + const hasReadme = getByText(readmeText); + + expect(hasReadme).toBeTruthy(); + }); + + test('should render 404 page if the resources are not found', async () => { + // @ts-ignore + fetch.mockResponses( + [[JSON.stringify({})], { status: 404, headers: { 'content-type': 'application/json' } }], + [[``], { status: 404, headers: { 'content-type': 'text/html' } }] + ); + + const { getByTestId, getByText } = render( + + + + + + ); + + // first it display loading + const hasLoading = getByTestId('loading'); + expect(hasLoading).toBeTruthy(); + + // we wait fetch response (mocked above) + await waitForElement(() => getByTestId('404')); + + // check whether readme was loaded + const hasReadme = getByText(LABEL_NOT_FOUND); + + expect(hasReadme).toBeTruthy(); + }); + + // Wanna contribute? Here we some scenarios we need to test + + test.todo('should test click on tabs'); + test.todo('should check what is rendered int he sidebar is correct'); + test.todo('should test click back home on 404'); + test.todo('should test click on elements in the sidebar'); + test.todo('should test other not consider scenarios'); +}); diff --git a/src/pages/Version/Version.tsx b/src/pages/Version/Version.tsx new file mode 100644 index 0000000..2cd2ce3 --- /dev/null +++ b/src/pages/Version/Version.tsx @@ -0,0 +1,69 @@ +import React, { useEffect, useState } from 'react'; + +import { callDetailPage, callReadme } from '../../utils/calls'; +import { buildScopePackage } from '../../utils/package'; +import Loading from '../../components/Loading/Loading'; +import NotFound from '../../components/NotFound'; + +import { Layout } from './Layout'; +import { DetailContextProvider } from './context'; +import { StateInterface } from './types'; + +export function getRouterPackageName(params): string { + const packageName = params.package; + const { scope } = params; + if (scope) { + return buildScopePackage(scope, packageName); + } + + return packageName; +} + +const Version = ({ match: { params } }) => { + const pkgName = getRouterPackageName(params); + const [readMe, setReadme] = useState(); + const [packageName, setPackageName] = useState(pkgName); + const [packageMeta, setPackageMeta] = useState(); + const [isLoading, setIsLoading] = useState(true); + const [notFound, setNotFound] = useState(false); + + useEffect(() => { + (async () => { + try { + const packageMeta = (await callDetailPage(packageName)) as Partial; + const readMe = (await callReadme(packageName)) as Partial; + setReadme(readMe); + setPackageMeta(packageMeta); + setIsLoading(false); + } catch (error) { + setNotFound(true); + setIsLoading(false); + } + })(); + }, [packageName]); + + useEffect(() => { + document.title = `Verdaccio - ${packageName}`; + }, [packageName]); + + useEffect(() => { + const pkgName = getRouterPackageName(params); + + setPackageName(pkgName); + }, [params]); + + const isNotFound = notFound || typeof packageMeta === 'undefined' || typeof packageName === 'undefined' || typeof readMe === 'undefined'; + const renderContent = (): React.ReactElement => { + if (isLoading) { + return ; + } else if (isNotFound) { + return ; + } else { + return ; + } + }; + + return {renderContent()}; +}; + +export default Version; diff --git a/src/pages/Version/context.ts b/src/pages/Version/context.ts new file mode 100644 index 0000000..1fe9e7f --- /dev/null +++ b/src/pages/Version/context.ts @@ -0,0 +1,7 @@ +import React, { Consumer, Provider } from 'react'; +import { DetailContextProps, VersionPageConsumerProps } from './types'; + +export const DetailContext = React.createContext>({}); + +export const DetailContextProvider: Provider> = DetailContext.Provider; +export const DetailContextConsumer: Consumer> = DetailContext.Consumer; diff --git a/src/pages/Version/index.ts b/src/pages/Version/index.ts new file mode 100644 index 0000000..98d8f83 --- /dev/null +++ b/src/pages/Version/index.ts @@ -0,0 +1,3 @@ +export { DetailContextProps, VersionPageConsumerProps } from './types'; +export { DetailContext, DetailContextConsumer, DetailContextProvider } from './context'; +export { default } from './Version'; diff --git a/src/pages/version/styles.ts b/src/pages/Version/styles.ts similarity index 100% rename from src/pages/version/styles.ts rename to src/pages/Version/styles.ts diff --git a/src/pages/Version/types.ts b/src/pages/Version/types.ts new file mode 100644 index 0000000..728aae6 --- /dev/null +++ b/src/pages/Version/types.ts @@ -0,0 +1,28 @@ +import { PackageMetaInterface } from '../../../types/packageMeta'; + +export interface DetailContextProps { + packageMeta: PackageMetaInterface; + readMe: string; + packageName: string; + enableLoading: () => void; +} + +export interface VersionPageConsumerProps { + packageMeta: PackageMetaInterface; + readMe: string; + packageName: string; + // FIXME: looking for the appropiated type here + enableLoading: any; +} + +export interface PropsInterface { + match: boolean; +} + +export interface StateInterface { + readMe: string; + packageName: string; + packageMeta?: PackageMetaInterface; + isLoading: boolean; + notFound: boolean; +} diff --git a/src/pages/version/Version.tsx b/src/pages/version/Version.tsx deleted file mode 100644 index 56c7c2c..0000000 --- a/src/pages/version/Version.tsx +++ /dev/null @@ -1,160 +0,0 @@ -import React, { Component, ReactElement, Consumer, Provider } from 'react'; -import Grid from '@material-ui/core/Grid'; -import Loading from '../../components/Loading/Loading'; -import DetailContainer from '../../components/DetailContainer/DetailContainer'; -import DetailSidebar from '../../components/DetailSidebar/DetailSidebar'; -import { callDetailPage } from '../../utils/calls'; -import { getRouterPackageName } from '../../utils/package'; -import NotFound from '../../components/NotFound'; -import { PackageMetaInterface } from '../../../types/packageMeta'; - -export interface DetailContextProps { - packageMeta: PackageMetaInterface; - readMe: string; - packageName: string; - enableLoading: () => void; -} - -export const DetailContext = React.createContext>({}); - -export interface VersionPageConsumerProps { - packageMeta: PackageMetaInterface; - readMe: string; - packageName: string; - enableLoading: () => void; -} - -export const DetailContextProvider: Provider> = DetailContext.Provider; -export const DetailContextConsumer: Consumer> = DetailContext.Consumer; - -interface PropsInterface { - match: boolean; -} - -interface StateInterface { - readMe: string; - packageName: string; - packageMeta: PackageMetaInterface | null; - isLoading: boolean; - notFound: boolean; -} - -class VersionPage extends Component> { - constructor(props) { - super(props); - - this.state = { - readMe: '', - packageName: getRouterPackageName(props.match), - packageMeta: null, - isLoading: true, - notFound: false, - }; - } - - public static getDerivedStateFromProps(nextProps, prevState): { packageName?: string; isLoading: boolean; notFound?: boolean } | null { - const { match } = nextProps; - const packageName = getRouterPackageName(match); - - if (packageName !== prevState.packageName) { - try { - return { - packageName, - isLoading: false, - }; - } catch (err) { - return { - notFound: true, - isLoading: false, - }; - } - } else { - return null; - } - } - - public async componentDidMount(): Promise { - await this.loadPackageInfo(); - } - - /* eslint no-unused-vars: 0 */ - public async componentDidUpdate(nextProps, prevState: StateInterface): Promise { - const { packageName } = this.state; - if (packageName !== prevState.packageName) { - const { readMe, packageMeta } = (await callDetailPage(packageName)) as Partial; - this.setState({ - readMe, - packageMeta, - packageName, - notFound: false, - isLoading: false, - }); - } - } - - public render(): ReactElement { - const { isLoading, packageMeta, readMe, packageName } = this.state; - - if (isLoading) { - return ; - } else if (!packageMeta) { - return ; - } else { - return ( - - - - {this.renderDetail()} - - - {this.renderSidebar()} - - - - ); - } - } - - public async loadPackageInfo(): Promise { - const { packageName } = this.state; - // FIXME: use utility - document.title = `Verdaccio - ${packageName}`; - - this.setState({ - readMe: '', - }); - - try { - const { readMe, packageMeta } = (await callDetailPage(packageName)) as Partial; - this.setState({ - readMe, - packageMeta, - packageName, - notFound: false, - isLoading: false, - }); - } catch (err) { - this.setState({ - notFound: true, - packageName, - isLoading: false, - }); - } - } - - public enableLoading = () => { - this.setState({ - isLoading: true, - }); - }; - - public renderDetail(): ReactElement { - return ; - } - - public renderSidebar(): ReactElement { - return ; - } -} - -export default VersionPage; diff --git a/src/pages/version/index.ts b/src/pages/version/index.ts deleted file mode 100644 index 1071e5c..0000000 --- a/src/pages/version/index.ts +++ /dev/null @@ -1 +0,0 @@ -export { default, DetailContextProps } from './Version'; diff --git a/src/router.tsx b/src/router.tsx index 394b8ee..3e3b5c1 100644 --- a/src/router.tsx +++ b/src/router.tsx @@ -13,7 +13,7 @@ const history = createBrowserHistory({ }); const NotFound = asyncComponent(() => import('./components/NotFound')); -const VersionPackage = asyncComponent(() => import('./pages/version/Version')); +const VersionPackage = asyncComponent(() => import('./pages/Version')); const HomePage = asyncComponent(() => import('./pages/home')); interface RouterAppProps { diff --git a/src/utils/calls.ts b/src/utils/calls.ts index e17ec5b..8decb0a 100644 --- a/src/utils/calls.ts +++ b/src/utils/calls.ts @@ -1,14 +1,12 @@ import API from './api'; import { PackageMetaInterface } from 'types/packageMeta'; -export interface DetailPage { - readMe: string | {}; - packageMeta: PackageMetaInterface | {}; +export async function callReadme(packageName): Promise { + return await API.request(`package/readme/${packageName}`, 'GET'); } -export async function callDetailPage(packageName): Promise { - const readMe = await API.request(`package/readme/${packageName}`, 'GET'); +export async function callDetailPage(packageName): Promise { const packageMeta = await API.request(`sidebar/${packageName}`, 'GET'); - return { readMe, packageMeta }; + return packageMeta; } diff --git a/src/utils/package.ts b/src/utils/package.ts index eacd5ab..70365a7 100644 --- a/src/utils/package.ts +++ b/src/utils/package.ts @@ -56,14 +56,8 @@ export function formatDateDistance(lastUpdate): string { return distanceInWordsToNow(new Date(lastUpdate)); } -export function getRouterPackageName(match): string { - const packageName = match.params.package; - const scope = match.params.scope; - if (scope) { - return `@${scope}/${packageName}`; - } - - return packageName; +export function buildScopePackage(scope: string, packageName: string) { + return `@${scope}/${packageName}`; } /** diff --git a/test/fixtures/metadata/vue.json b/test/fixtures/metadata/vue.json new file mode 100644 index 0000000..a667180 --- /dev/null +++ b/test/fixtures/metadata/vue.json @@ -0,0 +1,24204 @@ +{ + "versions": { + "0.0.0": { + "name": "vue", + "version": "0.0.0", + "description": "viewmodel", + "main": "index.js", + "author": { + "name": "Evan You" + }, + "license": "MIT", + "_id": "vue@0.0.0", + "dist": { + "shasum": "02a9248eb4a26ebc2bbf834f6db630af725ff258", + "tarball": "http://localhost:4872/vue/-/vue-0.0.0.tgz" + }, + "_from": ".", + "_npmVersion": "1.3.15", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "directories": {} + }, + "0.6.0": { + "name": "vue", + "version": "0.6.0", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com", + "url": "http://evanyou.me" + }, + "license": "MIT", + "description": "A mini front-end MVVM framework", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/main.js", + "repository": { + "type": "git", + "url": "https://github.com/yyx990803/vue.git" + }, + "scripts": { + "test": "grunt test" + }, + "devDependencies": { + "grunt": "~0.4.2", + "grunt-contrib-watch": "~0.5.3", + "grunt-component-build": "~0.4.1", + "grunt-contrib-jshint": "~0.7.1", + "grunt-contrib-uglify": "~0.2.7", + "grunt-mocha": "~0.4.6", + "jscoverage": "~0.3.8", + "jshint-stylish": "0.1.3", + "semver": "~2.2.1" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "https://github.com/yyx990803/vue", + "_id": "vue@0.6.0", + "dist": { + "shasum": "123c1a24ce6fe13c4530c03d780cb1ef966f9cde", + "tarball": "http://localhost:4872/vue/-/vue-0.6.0.tgz" + }, + "_from": ".", + "_npmVersion": "1.3.15", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "directories": {} + }, + "0.7.0": { + "name": "vue", + "version": "0.7.0", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com", + "url": "http://evanyou.me" + }, + "license": "MIT", + "description": "A mini front-end MVVM framework", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/main.js", + "repository": { + "type": "git", + "url": "https://github.com/yyx990803/vue.git" + }, + "scripts": { + "test": "grunt test" + }, + "devDependencies": { + "grunt": "~0.4.2", + "grunt-contrib-watch": "~0.5.3", + "grunt-component-build": "~0.4.1", + "grunt-contrib-jshint": "~0.7.1", + "grunt-contrib-uglify": "~0.2.7", + "grunt-mocha": "~0.4.6", + "jscoverage": "~0.3.8", + "jshint-stylish": "0.1.3", + "semver": "~2.2.1", + "shell-task": "~0.1.1" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "https://github.com/yyx990803/vue", + "_id": "vue@0.7.0", + "dist": { + "shasum": "146d0ed809587f569b7fce39f6bac77b68ff3d47", + "tarball": "http://localhost:4872/vue/-/vue-0.7.0.tgz" + }, + "_from": ".", + "_npmVersion": "1.3.21", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "directories": {} + }, + "0.7.1": { + "name": "vue", + "version": "0.7.1", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com", + "url": "http://evanyou.me" + }, + "license": "MIT", + "description": "A mini front-end MVVM framework", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/main.js", + "repository": { + "type": "git", + "url": "https://github.com/yyx990803/vue.git" + }, + "scripts": { + "test": "grunt test" + }, + "devDependencies": { + "grunt": "~0.4.2", + "grunt-contrib-watch": "~0.5.3", + "grunt-component-build": "~0.4.1", + "grunt-contrib-jshint": "~0.7.1", + "grunt-contrib-uglify": "~0.2.7", + "grunt-mocha": "~0.4.6", + "jscoverage": "~0.3.8", + "jshint-stylish": "0.1.3", + "semver": "~2.2.1", + "shell-task": "~0.1.1" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "https://github.com/yyx990803/vue", + "_id": "vue@0.7.1", + "dist": { + "shasum": "17a6ea20a5660c8614636387e15521530ff48c50", + "tarball": "http://localhost:4872/vue/-/vue-0.7.1.tgz" + }, + "_from": ".", + "_npmVersion": "1.3.21", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "directories": {} + }, + "0.7.3": { + "name": "vue", + "version": "0.7.3", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com", + "url": "http://evanyou.me" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/main.js", + "repository": { + "type": "git", + "url": "https://github.com/yyx990803/vue.git" + }, + "scripts": { + "test": "grunt" + }, + "devDependencies": { + "grunt": "~0.4.2", + "grunt-contrib-watch": "~0.5.3", + "grunt-contrib-jshint": "~0.8.0", + "grunt-mocha": "~0.4.6", + "jscoverage": "~0.3.8", + "jshint-stylish": "~0.1.4", + "semver": "~2.2.1", + "shell-task": "~0.1.1", + "map-stream": "0.0.4", + "uglify-js": "~2.4.8", + "vinyl-fs": "git://github.com/yyx990803/vinyl-fs", + "gulp-component": "~0.1.3" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "https://github.com/yyx990803/vue", + "_id": "vue@0.7.3", + "dist": { + "shasum": "61acb2ae6afb1116466bf1512c3835e0b47ac0a8", + "tarball": "http://localhost:4872/vue/-/vue-0.7.3.tgz" + }, + "_from": ".", + "_npmVersion": "1.3.17", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "directories": {} + }, + "0.7.4": { + "name": "vue", + "version": "0.7.4", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com", + "url": "http://evanyou.me" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/main.js", + "repository": { + "type": "git", + "url": "https://github.com/yyx990803/vue.git" + }, + "scripts": { + "test": "grunt" + }, + "devDependencies": { + "grunt": "~0.4.2", + "grunt-contrib-watch": "~0.5.3", + "grunt-contrib-jshint": "~0.8.0", + "grunt-mocha": "~0.4.6", + "jscoverage": "~0.3.8", + "jshint-stylish": "~0.1.4", + "semver": "~2.2.1", + "shell-task": "~0.1.1", + "map-stream": "0.0.4", + "uglify-js": "~2.4.8", + "vinyl-fs": "git://github.com/yyx990803/vinyl-fs", + "gulp-component": "~0.1.3" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "https://github.com/yyx990803/vue", + "_id": "vue@0.7.4", + "dist": { + "shasum": "e0df485af8f62a503664c35c07ea9315dc1a5759", + "tarball": "http://localhost:4872/vue/-/vue-0.7.4.tgz" + }, + "_from": ".", + "_npmVersion": "1.3.17", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "directories": {} + }, + "0.7.5": { + "name": "vue", + "version": "0.7.5", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com", + "url": "http://evanyou.me" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/main.js", + "repository": { + "type": "git", + "url": "https://github.com/yyx990803/vue.git" + }, + "scripts": { + "test": "grunt travis" + }, + "devDependencies": { + "grunt": "~0.4.2", + "grunt-contrib-watch": "~0.5.3", + "grunt-contrib-jshint": "~0.8.0", + "jshint-stylish": "~0.1.4", + "semver": "~2.2.1", + "shell-task": "~0.1.1", + "map-stream": "0.0.4", + "uglify-js": "~2.4.8", + "vinyl-fs": "git://github.com/wearefractal/vinyl-fs", + "gulp-component": "~0.1.4", + "grunt-karma": "~0.6.2", + "karma-script-launcher": "~0.1.0", + "karma-chrome-launcher": "~0.1.2", + "karma-firefox-launcher": "~0.1.3", + "karma-requirejs": "~0.2.1", + "karma-html2js-preprocessor": "~0.1.0", + "karma-jasmine": "~0.1.5", + "karma-coffee-preprocessor": "~0.1.2", + "karma-phantomjs-launcher": "~0.1.1", + "karma": "~0.10.9", + "karma-mocha": "~0.1.1", + "karma-coverage": "~0.1.4", + "karma-safari-launcher": "~0.1.1", + "grunt-karma-coveralls": "~2.3.0" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "https://github.com/yyx990803/vue", + "_id": "vue@0.7.5", + "dist": { + "shasum": "2b845e2defe5d30437b8915822b2461f9ce8a9d6", + "tarball": "http://localhost:4872/vue/-/vue-0.7.5.tgz" + }, + "_from": ".", + "_npmVersion": "1.3.17", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "directories": {} + }, + "0.7.6": { + "name": "vue", + "version": "0.7.6", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com", + "url": "http://evanyou.me" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/main.js", + "repository": { + "type": "git", + "url": "https://github.com/yyx990803/vue.git" + }, + "scripts": { + "test": "grunt travis" + }, + "devDependencies": { + "grunt": "~0.4.2", + "grunt-contrib-watch": "~0.5.3", + "grunt-contrib-jshint": "~0.8.0", + "grunt-contrib-connect": "~0.6.0", + "grunt-karma": "~0.6.2", + "grunt-karma-coveralls": "~2.3.0", + "grunt-saucelabs": "~4.1.2", + "gulp-component": "~0.1.4", + "vinyl-fs": "git://github.com/wearefractal/vinyl-fs", + "jshint-stylish": "~0.1.4", + "semver": "~2.2.1", + "shell-task": "~0.1.1", + "map-stream": "0.0.4", + "uglify-js": "~2.4.8", + "karma": "~0.10.9", + "karma-mocha": "~0.1.1", + "karma-coverage": "~0.1.4", + "karma-script-launcher": "~0.1.0", + "karma-phantomjs-launcher": "~0.1.1", + "karma-chrome-launcher": "~0.1.2", + "karma-firefox-launcher": "~0.1.3", + "karma-safari-launcher": "~0.1.1", + "karma-requirejs": "~0.2.1", + "karma-html2js-preprocessor": "~0.1.0", + "karma-jasmine": "~0.1.5", + "karma-coffee-preprocessor": "~0.1.2" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "https://github.com/yyx990803/vue", + "_id": "vue@0.7.6", + "dist": { + "shasum": "ab486851e45887879832268370fcb372c1dc87a9", + "tarball": "http://localhost:4872/vue/-/vue-0.7.6.tgz" + }, + "_from": ".", + "_npmVersion": "1.3.21", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "directories": {} + }, + "0.8.0": { + "name": "vue", + "version": "0.8.0", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com", + "url": "http://evanyou.me" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/main.js", + "repository": { + "type": "git", + "url": "https://github.com/yyx990803/vue.git" + }, + "scripts": { + "test": "grunt travis" + }, + "devDependencies": { + "grunt": "~0.4.2", + "grunt-contrib-watch": "~0.5.3", + "grunt-contrib-jshint": "~0.8.0", + "grunt-contrib-connect": "~0.6.0", + "grunt-karma": "~0.6.2", + "grunt-karma-coveralls": "~2.3.0", + "grunt-saucelabs": "~4.1.2", + "gulp-component": "~0.1.4", + "vinyl-fs": "git://github.com/wearefractal/vinyl-fs", + "jshint-stylish": "~0.1.4", + "semver": "~2.2.1", + "shell-task": "~0.1.1", + "map-stream": "0.0.4", + "uglify-js": "~2.4.8", + "karma": "~0.10.9", + "karma-mocha": "~0.1.1", + "karma-coverage": "~0.1.4", + "karma-script-launcher": "~0.1.0", + "karma-phantomjs-launcher": "~0.1.1", + "karma-chrome-launcher": "~0.1.2", + "karma-firefox-launcher": "~0.1.3", + "karma-safari-launcher": "~0.1.1", + "karma-requirejs": "~0.2.1", + "karma-html2js-preprocessor": "~0.1.0", + "karma-jasmine": "~0.1.5", + "karma-coffee-preprocessor": "~0.1.2" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "https://github.com/yyx990803/vue", + "_id": "vue@0.8.0", + "dist": { + "shasum": "0e0ea13ca7d9672cd900d8f10c59506814db934d", + "tarball": "http://localhost:4872/vue/-/vue-0.8.0.tgz" + }, + "_from": ".", + "_npmVersion": "1.3.21", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "directories": {} + }, + "0.8.1": { + "name": "vue", + "version": "0.8.1", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com", + "url": "http://evanyou.me" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/main.js", + "repository": { + "type": "git", + "url": "https://github.com/yyx990803/vue.git" + }, + "scripts": { + "test": "grunt travis" + }, + "devDependencies": { + "grunt": "~0.4.2", + "grunt-contrib-watch": "~0.5.3", + "grunt-contrib-jshint": "~0.8.0", + "grunt-contrib-connect": "~0.6.0", + "grunt-karma": "~0.6.2", + "grunt-karma-coveralls": "~2.3.0", + "grunt-saucelabs": "~4.1.2", + "gulp-component": "~0.1.4", + "vinyl-fs": "~0.0.2", + "jshint-stylish": "~0.1.4", + "semver": "~2.2.1", + "shell-task": "~0.1.1", + "map-stream": "0.0.4", + "uglify-js": "~2.4.8", + "karma": "~0.10.9", + "karma-mocha": "~0.1.1", + "karma-coverage": "~0.1.4", + "karma-script-launcher": "~0.1.0", + "karma-phantomjs-launcher": "~0.1.1", + "karma-chrome-launcher": "~0.1.2", + "karma-firefox-launcher": "~0.1.3", + "karma-safari-launcher": "~0.1.1", + "karma-requirejs": "~0.2.1", + "karma-html2js-preprocessor": "~0.1.0", + "karma-jasmine": "~0.1.5", + "karma-coffee-preprocessor": "~0.1.2" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "https://github.com/yyx990803/vue", + "_id": "vue@0.8.1", + "dist": { + "shasum": "26bfea6b31dd8e0d5b9f3e2eda349624f8011a67", + "tarball": "http://localhost:4872/vue/-/vue-0.8.1.tgz" + }, + "_from": ".", + "_npmVersion": "1.3.21", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "directories": {} + }, + "0.8.2": { + "name": "vue", + "version": "0.8.2", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com", + "url": "http://evanyou.me" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/main.js", + "repository": { + "type": "git", + "url": "https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt travis" + }, + "devDependencies": { + "grunt": "~0.4.2", + "grunt-contrib-watch": "~0.5.3", + "grunt-contrib-jshint": "~0.8.0", + "grunt-contrib-connect": "~0.6.0", + "grunt-karma": "~0.6.2", + "grunt-karma-coveralls": "~2.3.0", + "grunt-saucelabs": "~4.1.2", + "gulp-component": "~0.1.4", + "vinyl-fs": "~0.0.2", + "jshint-stylish": "~0.1.4", + "semver": "~2.2.1", + "shell-task": "~0.1.1", + "map-stream": "0.0.4", + "uglify-js": "~2.4.8", + "karma": "~0.10.9", + "karma-mocha": "~0.1.1", + "karma-coverage": "~0.1.4", + "karma-script-launcher": "~0.1.0", + "karma-phantomjs-launcher": "~0.1.1", + "karma-chrome-launcher": "~0.1.2", + "karma-firefox-launcher": "~0.1.3", + "karma-safari-launcher": "~0.1.1", + "karma-requirejs": "~0.2.1", + "karma-html2js-preprocessor": "~0.1.0", + "karma-jasmine": "~0.1.5", + "karma-coffee-preprocessor": "~0.1.2" + }, + "_id": "vue@0.8.2", + "dist": { + "shasum": "c1d30517b5160982a48ea22022b6974bd1bbde6a", + "tarball": "http://localhost:4872/vue/-/vue-0.8.2.tgz" + }, + "_from": ".", + "_npmVersion": "1.3.21", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "directories": {} + }, + "0.8.3": { + "name": "vue", + "version": "0.8.3", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com", + "url": "http://evanyou.me" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/main.js", + "repository": { + "type": "git", + "url": "https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt travis" + }, + "devDependencies": { + "grunt": "~0.4.2", + "grunt-contrib-watch": "~0.5.3", + "grunt-contrib-jshint": "~0.8.0", + "grunt-contrib-connect": "~0.6.0", + "grunt-karma": "~0.6.2", + "grunt-karma-coveralls": "~2.3.0", + "grunt-saucelabs": "~4.1.2", + "gulp-component": "~0.1.4", + "vinyl-fs": "~0.0.2", + "jshint-stylish": "~0.1.4", + "semver": "~2.2.1", + "shell-task": "~0.1.1", + "map-stream": "0.0.4", + "uglify-js": "~2.4.8", + "karma": "~0.10.9", + "karma-mocha": "~0.1.1", + "karma-coverage": "~0.1.4", + "karma-script-launcher": "~0.1.0", + "karma-phantomjs-launcher": "~0.1.1", + "karma-chrome-launcher": "~0.1.2", + "karma-firefox-launcher": "~0.1.3", + "karma-safari-launcher": "~0.1.1", + "karma-requirejs": "~0.2.1", + "karma-html2js-preprocessor": "~0.1.0", + "karma-jasmine": "~0.1.5", + "karma-coffee-preprocessor": "~0.1.2" + }, + "_id": "vue@0.8.3", + "dist": { + "shasum": "d50bea6e4ea1a78f9252a7c84a0346ce5eb46326", + "tarball": "http://localhost:4872/vue/-/vue-0.8.3.tgz" + }, + "_from": ".", + "_npmVersion": "1.3.25", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "directories": {} + }, + "0.8.4": { + "name": "vue", + "version": "0.8.4", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com", + "url": "http://evanyou.me" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/main.js", + "repository": { + "type": "git", + "url": "https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt travis" + }, + "devDependencies": { + "grunt": "~0.4.2", + "grunt-contrib-watch": "~0.5.3", + "grunt-contrib-jshint": "~0.8.0", + "grunt-contrib-connect": "~0.6.0", + "grunt-karma": "~0.6.2", + "grunt-karma-coveralls": "~2.3.0", + "grunt-saucelabs": "~4.1.2", + "gulp-component": "~0.1.4", + "vinyl-fs": "~0.0.2", + "jshint-stylish": "~0.1.4", + "semver": "~2.2.1", + "shell-task": "~0.1.1", + "map-stream": "0.0.4", + "uglify-js": "~2.4.8", + "karma": "~0.10.9", + "karma-mocha": "~0.1.1", + "karma-coverage": "~0.1.4", + "karma-script-launcher": "~0.1.0", + "karma-phantomjs-launcher": "~0.1.1", + "karma-chrome-launcher": "~0.1.2", + "karma-firefox-launcher": "~0.1.3", + "karma-safari-launcher": "~0.1.1", + "karma-requirejs": "~0.2.1", + "karma-html2js-preprocessor": "~0.1.0", + "karma-jasmine": "~0.1.5", + "karma-coffee-preprocessor": "~0.1.2" + }, + "_id": "vue@0.8.4", + "dist": { + "shasum": "88e9fa4190a56326635ec6962f3bf5469f83ee62", + "tarball": "http://localhost:4872/vue/-/vue-0.8.4.tgz" + }, + "_from": ".", + "_npmVersion": "1.3.25", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "directories": {} + }, + "0.8.6": { + "name": "vue", + "version": "0.8.6", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com", + "url": "http://evanyou.me" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/main.js", + "repository": { + "type": "git", + "url": "https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt travis" + }, + "devDependencies": { + "grunt": "~0.4.2", + "grunt-contrib-watch": "~0.5.3", + "grunt-contrib-jshint": "~0.8.0", + "grunt-contrib-connect": "~0.6.0", + "grunt-karma": "~0.6.2", + "grunt-karma-coveralls": "~2.3.0", + "grunt-saucelabs": "~4.1.2", + "gulp-component": "~0.1.4", + "vinyl-fs": "~0.0.2", + "jshint-stylish": "~0.1.4", + "semver": "~2.2.1", + "shell-task": "~0.1.1", + "map-stream": "0.0.4", + "uglify-js": "~2.4.8", + "karma": "~0.10.9", + "karma-mocha": "~0.1.1", + "karma-coverage": "~0.1.4", + "karma-script-launcher": "~0.1.0", + "karma-phantomjs-launcher": "~0.1.1", + "karma-chrome-launcher": "~0.1.2", + "karma-firefox-launcher": "~0.1.3", + "karma-safari-launcher": "~0.1.1", + "karma-requirejs": "~0.2.1", + "karma-html2js-preprocessor": "~0.1.0", + "karma-jasmine": "~0.1.5", + "karma-coffee-preprocessor": "~0.1.2" + }, + "_id": "vue@0.8.6", + "dist": { + "shasum": "a8d10dc5550a89db4f054da991a8f2ab7c196f55", + "tarball": "http://localhost:4872/vue/-/vue-0.8.6.tgz" + }, + "_from": ".", + "_npmVersion": "1.3.25", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "directories": {} + }, + "0.8.7": { + "name": "vue", + "version": "0.8.7", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com", + "url": "http://evanyou.me" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/main.js", + "repository": { + "type": "git", + "url": "https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt travis" + }, + "devDependencies": { + "grunt": "~0.4.2", + "grunt-contrib-watch": "~0.5.3", + "grunt-contrib-jshint": "~0.8.0", + "grunt-contrib-connect": "~0.6.0", + "grunt-karma": "~0.6.2", + "grunt-karma-coveralls": "~2.3.0", + "grunt-saucelabs": "~4.1.2", + "gulp-component": "~0.1.4", + "vinyl-fs": "~0.0.2", + "jshint-stylish": "~0.1.4", + "semver": "~2.2.1", + "shell-task": "~0.1.1", + "map-stream": "0.0.4", + "uglify-js": "~2.4.8", + "karma": "~0.10.9", + "karma-mocha": "~0.1.1", + "karma-coverage": "~0.1.4", + "karma-script-launcher": "~0.1.0", + "karma-phantomjs-launcher": "~0.1.1", + "karma-chrome-launcher": "~0.1.2", + "karma-firefox-launcher": "~0.1.3", + "karma-safari-launcher": "~0.1.1", + "karma-requirejs": "~0.2.1", + "karma-html2js-preprocessor": "~0.1.0", + "karma-jasmine": "~0.1.5", + "karma-coffee-preprocessor": "~0.1.2" + }, + "_id": "vue@0.8.7", + "dist": { + "shasum": "5497afc8f73b75123f40ea5dd6ceae044d6a2f26", + "tarball": "http://localhost:4872/vue/-/vue-0.8.7.tgz" + }, + "_from": ".", + "_npmVersion": "1.3.24", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "directories": {} + }, + "0.8.8": { + "name": "vue", + "version": "0.8.8", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com", + "url": "http://evanyou.me" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/main.js", + "repository": { + "type": "git", + "url": "https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt travis" + }, + "devDependencies": { + "grunt": "~0.4.2", + "grunt-contrib-watch": "~0.5.3", + "grunt-contrib-jshint": "~0.8.0", + "grunt-contrib-connect": "~0.6.0", + "grunt-karma": "~0.6.2", + "grunt-karma-coveralls": "~2.3.0", + "grunt-saucelabs": "~4.1.2", + "gulp-component": "~0.1.4", + "vinyl-fs": "~0.0.2", + "jshint-stylish": "~0.1.4", + "semver": "~2.2.1", + "shell-task": "~0.1.1", + "map-stream": "0.0.4", + "uglify-js": "~2.4.8", + "karma": "~0.10.9", + "karma-mocha": "~0.1.1", + "karma-coverage": "~0.1.4", + "karma-script-launcher": "~0.1.0", + "karma-phantomjs-launcher": "~0.1.1", + "karma-chrome-launcher": "~0.1.2", + "karma-firefox-launcher": "~0.1.3", + "karma-safari-launcher": "~0.1.1", + "karma-requirejs": "~0.2.1", + "karma-html2js-preprocessor": "~0.1.0", + "karma-jasmine": "~0.1.5", + "karma-coffee-preprocessor": "~0.1.2" + }, + "_id": "vue@0.8.8", + "dist": { + "shasum": "63fa3d8c1566f2983ddd9816a1b98b8d0612a2d0", + "tarball": "http://localhost:4872/vue/-/vue-0.8.8.tgz" + }, + "_from": ".", + "_npmVersion": "1.3.24", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "directories": {} + }, + "0.9.0": { + "name": "vue", + "version": "0.9.0", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com", + "url": "http://evanyou.me" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/main.js", + "repository": { + "type": "git", + "url": "https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt travis" + }, + "devDependencies": { + "grunt": "~0.4.2", + "grunt-contrib-watch": "~0.5.3", + "grunt-contrib-jshint": "~0.8.0", + "grunt-contrib-connect": "~0.6.0", + "grunt-karma": "~0.6.2", + "grunt-karma-coveralls": "~2.3.0", + "grunt-saucelabs": "~4.1.2", + "gulp-component": "~0.1.4", + "vinyl-fs": "~0.0.2", + "jshint-stylish": "~0.1.4", + "semver": "~2.2.1", + "shell-task": "~0.1.1", + "map-stream": "0.0.4", + "uglify-js": "~2.4.8", + "karma": "~0.10.9", + "karma-mocha": "~0.1.1", + "karma-coverage": "~0.1.4", + "karma-script-launcher": "~0.1.0", + "karma-phantomjs-launcher": "~0.1.1", + "karma-chrome-launcher": "~0.1.2", + "karma-firefox-launcher": "~0.1.3", + "karma-safari-launcher": "~0.1.1", + "karma-requirejs": "~0.2.1", + "karma-html2js-preprocessor": "~0.1.0", + "karma-jasmine": "~0.1.5", + "karma-coffee-preprocessor": "~0.1.2" + }, + "_id": "vue@0.9.0", + "dist": { + "shasum": "fdddbcf080a8121c9de827f5aba0894a97efb77d", + "tarball": "http://localhost:4872/vue/-/vue-0.9.0.tgz" + }, + "_from": ".", + "_npmVersion": "1.3.25", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "directories": {} + }, + "0.9.1": { + "name": "vue", + "version": "0.9.1", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com", + "url": "http://evanyou.me" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/main.js", + "repository": { + "type": "git", + "url": "https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt travis" + }, + "devDependencies": { + "grunt": "~0.4.2", + "grunt-contrib-watch": "~0.5.3", + "grunt-contrib-jshint": "~0.8.0", + "grunt-contrib-connect": "~0.6.0", + "grunt-karma": "~0.6.2", + "grunt-karma-coveralls": "~2.3.0", + "grunt-saucelabs": "~4.1.2", + "gulp-component": "~0.1.4", + "vinyl-fs": "~0.0.2", + "jshint-stylish": "~0.1.4", + "semver": "~2.2.1", + "shell-task": "~0.1.1", + "map-stream": "0.0.4", + "uglify-js": "~2.4.8", + "karma": "~0.10.9", + "karma-mocha": "~0.1.1", + "karma-coverage": "~0.1.4", + "karma-script-launcher": "~0.1.0", + "karma-phantomjs-launcher": "~0.1.1", + "karma-chrome-launcher": "~0.1.2", + "karma-firefox-launcher": "~0.1.3", + "karma-safari-launcher": "~0.1.1", + "karma-requirejs": "~0.2.1", + "karma-html2js-preprocessor": "~0.1.0", + "karma-jasmine": "~0.1.5", + "karma-coffee-preprocessor": "~0.1.2" + }, + "_id": "vue@0.9.1", + "dist": { + "shasum": "11fb26ef6fd03697b4c174440cb92bcea3a6ba4d", + "tarball": "http://localhost:4872/vue/-/vue-0.9.1.tgz" + }, + "_from": ".", + "_npmVersion": "1.3.24", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "directories": {} + }, + "0.9.2": { + "name": "vue", + "version": "0.9.2", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com", + "url": "http://evanyou.me" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/main.js", + "repository": { + "type": "git", + "url": "https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt travis" + }, + "devDependencies": { + "grunt": "~0.4.2", + "grunt-contrib-watch": "~0.5.3", + "grunt-contrib-jshint": "~0.8.0", + "grunt-contrib-connect": "~0.6.0", + "grunt-karma": "~0.6.2", + "grunt-karma-coveralls": "~2.3.0", + "grunt-saucelabs": "~4.1.2", + "gulp-component": "~0.1.4", + "vinyl-fs": "~0.0.2", + "jshint-stylish": "~0.1.4", + "semver": "~2.2.1", + "shell-task": "~0.1.1", + "map-stream": "0.0.4", + "uglify-js": "~2.4.8", + "karma": "~0.10.9", + "karma-mocha": "~0.1.1", + "karma-coverage": "~0.1.4", + "karma-script-launcher": "~0.1.0", + "karma-phantomjs-launcher": "~0.1.1", + "karma-chrome-launcher": "~0.1.2", + "karma-firefox-launcher": "~0.1.3", + "karma-safari-launcher": "~0.1.1", + "karma-requirejs": "~0.2.1", + "karma-html2js-preprocessor": "~0.1.0", + "karma-jasmine": "~0.1.5", + "karma-coffee-preprocessor": "~0.1.2" + }, + "_id": "vue@0.9.2", + "dist": { + "shasum": "c53dff86edcf12b941b45ca6f3b4e7d0f39fcc4e", + "tarball": "http://localhost:4872/vue/-/vue-0.9.2.tgz" + }, + "_from": ".", + "_npmVersion": "1.3.24", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "directories": {} + }, + "0.9.3": { + "name": "vue", + "version": "0.9.3", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com", + "url": "http://evanyou.me" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/main.js", + "repository": { + "type": "git", + "url": "https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt travis" + }, + "devDependencies": { + "grunt": "~0.4.2", + "grunt-contrib-watch": "~0.5.3", + "grunt-contrib-jshint": "~0.8.0", + "grunt-contrib-connect": "~0.6.0", + "grunt-karma": "~0.6.2", + "grunt-karma-coveralls": "~2.3.0", + "grunt-saucelabs": "~4.1.2", + "gulp-component": "~0.1.4", + "vinyl-fs": "~0.0.2", + "jshint-stylish": "~0.1.4", + "semver": "~2.2.1", + "shell-task": "~0.1.1", + "map-stream": "0.0.4", + "uglify-js": "~2.4.8", + "karma": "~0.10.9", + "karma-mocha": "~0.1.1", + "karma-coverage": "~0.1.4", + "karma-script-launcher": "~0.1.0", + "karma-phantomjs-launcher": "~0.1.1", + "karma-chrome-launcher": "~0.1.2", + "karma-firefox-launcher": "~0.1.3", + "karma-safari-launcher": "~0.1.1", + "karma-requirejs": "~0.2.1", + "karma-html2js-preprocessor": "~0.1.0", + "karma-jasmine": "~0.1.5", + "karma-coffee-preprocessor": "~0.1.2" + }, + "_id": "vue@0.9.3", + "dist": { + "shasum": "bd982661b5cec65cb8d09e33856e142315716064", + "tarball": "http://localhost:4872/vue/-/vue-0.9.3.tgz" + }, + "_from": ".", + "_npmVersion": "1.3.25", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "directories": {} + }, + "0.10.0": { + "name": "vue", + "version": "0.10.0", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com", + "url": "http://evanyou.me" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/main.js", + "repository": { + "type": "git", + "url": "https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt travis" + }, + "devDependencies": { + "grunt": "~0.4.2", + "grunt-contrib-watch": "~0.5.3", + "grunt-contrib-jshint": "~0.8.0", + "grunt-contrib-connect": "~0.6.0", + "grunt-karma": "~0.6.2", + "grunt-karma-coveralls": "~2.3.0", + "grunt-saucelabs": "~4.1.2", + "gulp-component": "~0.1.6", + "vinyl-fs": "~0.0.2", + "jshint-stylish": "~0.1.4", + "semver": "~2.2.1", + "shell-task": "~0.1.1", + "map-stream": "0.0.4", + "uglify-js": "~2.4.8", + "karma": "~0.10.9", + "karma-mocha": "~0.1.1", + "karma-coverage": "~0.1.4", + "karma-script-launcher": "~0.1.0", + "karma-phantomjs-launcher": "~0.1.1", + "karma-chrome-launcher": "~0.1.2", + "karma-firefox-launcher": "~0.1.3", + "karma-safari-launcher": "~0.1.1", + "karma-requirejs": "~0.2.1", + "karma-html2js-preprocessor": "~0.1.0", + "karma-jasmine": "~0.1.5", + "karma-coffee-preprocessor": "~0.1.2" + }, + "_id": "vue@0.10.0", + "dist": { + "shasum": "54f1eb929b53c00afe74ef8f6a44642ab50e64c9", + "tarball": "http://localhost:4872/vue/-/vue-0.10.0.tgz" + }, + "_from": ".", + "_npmVersion": "1.3.24", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "directories": {} + }, + "0.10.1": { + "name": "vue", + "version": "0.10.1", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com", + "url": "http://evanyou.me" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/main.js", + "repository": { + "type": "git", + "url": "https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt travis" + }, + "devDependencies": { + "grunt": "~0.4.2", + "grunt-contrib-watch": "~0.5.3", + "grunt-contrib-jshint": "~0.8.0", + "grunt-contrib-connect": "~0.6.0", + "grunt-karma": "~0.6.2", + "grunt-karma-coveralls": "~2.3.0", + "grunt-saucelabs": "~4.1.2", + "gulp-component": "~0.1.6", + "vinyl-fs": "~0.0.2", + "jshint-stylish": "~0.1.4", + "semver": "~2.2.1", + "shell-task": "~0.1.1", + "map-stream": "0.0.4", + "uglify-js": "~2.4.8", + "karma": "~0.10.9", + "karma-mocha": "~0.1.1", + "karma-coverage": "~0.1.4", + "karma-script-launcher": "~0.1.0", + "karma-phantomjs-launcher": "~0.1.1", + "karma-chrome-launcher": "~0.1.2", + "karma-firefox-launcher": "~0.1.3", + "karma-safari-launcher": "~0.1.1", + "karma-requirejs": "~0.2.1", + "karma-html2js-preprocessor": "~0.1.0", + "karma-jasmine": "~0.1.5", + "karma-coffee-preprocessor": "~0.1.2" + }, + "_id": "vue@0.10.1", + "dist": { + "shasum": "72d7a4d542e3d3d759b2ab60fc7a7cc768327278", + "tarball": "http://localhost:4872/vue/-/vue-0.10.1.tgz" + }, + "_from": ".", + "_npmVersion": "1.3.24", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "directories": {} + }, + "0.10.2": { + "name": "vue", + "version": "0.10.2", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com", + "url": "http://evanyou.me" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/main.js", + "repository": { + "type": "git", + "url": "https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt travis" + }, + "devDependencies": { + "grunt": "~0.4.2", + "grunt-contrib-watch": "~0.5.3", + "grunt-contrib-jshint": "~0.8.0", + "grunt-contrib-connect": "~0.6.0", + "grunt-karma": "~0.6.2", + "grunt-karma-coveralls": "~2.3.0", + "grunt-saucelabs": "~4.1.2", + "gulp-component": "~0.1.6", + "vinyl-fs": "~0.0.2", + "jshint-stylish": "~0.1.4", + "semver": "~2.2.1", + "shell-task": "~0.1.1", + "map-stream": "0.0.4", + "uglify-js": "~2.4.8", + "karma": "~0.10.9", + "karma-mocha": "~0.1.1", + "karma-coverage": "~0.1.4", + "karma-script-launcher": "~0.1.0", + "karma-phantomjs-launcher": "~0.1.1", + "karma-chrome-launcher": "~0.1.2", + "karma-firefox-launcher": "~0.1.3", + "karma-safari-launcher": "~0.1.1", + "karma-requirejs": "~0.2.1", + "karma-html2js-preprocessor": "~0.1.0", + "karma-jasmine": "~0.1.5", + "karma-coffee-preprocessor": "~0.1.2" + }, + "_id": "vue@0.10.2", + "dist": { + "shasum": "7fe8f74b103246d266137b1647fa918c4941ba87", + "tarball": "http://localhost:4872/vue/-/vue-0.10.2.tgz" + }, + "_from": ".", + "_npmVersion": "1.3.24", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "directories": {} + }, + "0.10.3": { + "name": "vue", + "version": "0.10.3", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com", + "url": "http://evanyou.me" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/main.js", + "repository": { + "type": "git", + "url": "https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt travis" + }, + "devDependencies": { + "grunt": "~0.4.2", + "grunt-contrib-watch": "~0.5.3", + "grunt-contrib-jshint": "~0.8.0", + "grunt-contrib-connect": "~0.6.0", + "grunt-karma": "~0.6.2", + "grunt-karma-coveralls": "~2.3.0", + "grunt-saucelabs": "~4.1.2", + "gulp-component": "~0.1.6", + "vinyl-fs": "~0.0.2", + "jshint-stylish": "~0.1.4", + "semver": "~2.2.1", + "shell-task": "~0.1.1", + "map-stream": "0.0.4", + "uglify-js": "~2.4.8", + "karma": "~0.10.9", + "karma-mocha": "~0.1.1", + "karma-coverage": "~0.1.4", + "karma-script-launcher": "~0.1.0", + "karma-phantomjs-launcher": "~0.1.1", + "karma-chrome-launcher": "~0.1.2", + "karma-firefox-launcher": "~0.1.3", + "karma-safari-launcher": "~0.1.1", + "karma-requirejs": "~0.2.1", + "karma-html2js-preprocessor": "~0.1.0", + "karma-jasmine": "~0.1.5", + "karma-coffee-preprocessor": "~0.1.2" + }, + "_id": "vue@0.10.3", + "dist": { + "shasum": "beb96bf62286b34a1db3fe0b016adce8a0b4d41a", + "tarball": "http://localhost:4872/vue/-/vue-0.10.3.tgz" + }, + "_from": ".", + "_npmVersion": "1.3.24", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "directories": {} + }, + "0.10.4": { + "name": "vue", + "version": "0.10.4", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com", + "url": "http://evanyou.me" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/main.js", + "repository": { + "type": "git", + "url": "https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt travis" + }, + "devDependencies": { + "grunt": "~0.4.2", + "grunt-contrib-watch": "~0.5.3", + "grunt-contrib-jshint": "~0.8.0", + "grunt-contrib-connect": "~0.6.0", + "grunt-karma": "~0.6.2", + "grunt-karma-coveralls": "~2.3.0", + "grunt-saucelabs": "~4.1.2", + "gulp-component": "~0.1.6", + "vinyl-fs": "~0.0.2", + "jshint-stylish": "~0.1.4", + "semver": "~2.2.1", + "shell-task": "~0.1.1", + "map-stream": "0.0.4", + "uglify-js": "~2.4.8", + "karma": "~0.10.9", + "karma-mocha": "~0.1.1", + "karma-coverage": "~0.1.4", + "karma-script-launcher": "~0.1.0", + "karma-phantomjs-launcher": "~0.1.1", + "karma-chrome-launcher": "~0.1.2", + "karma-firefox-launcher": "~0.1.3", + "karma-safari-launcher": "~0.1.1", + "karma-requirejs": "~0.2.1", + "karma-html2js-preprocessor": "~0.1.0", + "karma-jasmine": "~0.1.5", + "karma-coffee-preprocessor": "~0.1.2" + }, + "_id": "vue@0.10.4", + "dist": { + "shasum": "8513bcaecb6cff65d51b91c115dffb95d1b79304", + "tarball": "http://localhost:4872/vue/-/vue-0.10.4.tgz" + }, + "_from": ".", + "_npmVersion": "1.4.3", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "directories": {} + }, + "0.10.5": { + "name": "vue", + "version": "0.10.5", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com", + "url": "http://evanyou.me" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/main.js", + "repository": { + "type": "git", + "url": "https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt travis" + }, + "devDependencies": { + "grunt": "~0.4.5", + "grunt-contrib-watch": "~0.6.1", + "grunt-contrib-jshint": "~0.10.0", + "grunt-contrib-connect": "~0.7.1", + "grunt-karma": "~0.8.3", + "grunt-karma-coveralls": "~2.5.1", + "grunt-saucelabs": "~7.0.0", + "gulp-component": "~0.1.8", + "vinyl-fs": "~0.1.4", + "jshint-stylish": "~0.2.0", + "semver": "~2.3.0", + "shell-task": "~0.1.2", + "map-stream": "0.1.0", + "uglify-js": "~2.4.13", + "karma": "~0.12.6", + "karma-mocha": "~0.1.3", + "karma-coverage": "~0.2.4", + "karma-script-launcher": "~0.1.0", + "karma-phantomjs-launcher": "~0.1.4", + "karma-chrome-launcher": "~0.1.4", + "karma-firefox-launcher": "~0.1.3", + "karma-safari-launcher": "~0.1.1" + }, + "_id": "vue@0.10.5", + "_shasum": "b026812db8c853776656e662c407f13fec0936e3", + "_from": ".", + "_npmVersion": "1.4.9", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "b026812db8c853776656e662c407f13fec0936e3", + "tarball": "http://localhost:4872/vue/-/vue-0.10.5.tgz" + }, + "directories": {} + }, + "0.10.6": { + "name": "vue", + "version": "0.10.6", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com", + "url": "http://evanyou.me" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/main.js", + "repository": { + "type": "git", + "url": "https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt travis" + }, + "devDependencies": { + "grunt": "~0.4.5", + "grunt-contrib-watch": "~0.6.1", + "grunt-contrib-jshint": "~0.10.0", + "grunt-contrib-connect": "~0.7.1", + "grunt-karma": "~0.8.3", + "grunt-karma-coveralls": "~2.5.1", + "grunt-saucelabs": "~7.0.0", + "gulp-component": "~0.1.8", + "vinyl-fs": "~0.1.4", + "jshint-stylish": "~0.2.0", + "semver": "~2.3.0", + "shell-task": "~0.1.2", + "map-stream": "0.1.0", + "uglify-js": "~2.4.13", + "karma": "~0.12.6", + "karma-mocha": "~0.1.3", + "karma-coverage": "~0.2.4", + "karma-script-launcher": "~0.1.0", + "karma-phantomjs-launcher": "~0.1.4", + "karma-chrome-launcher": "~0.1.4", + "karma-firefox-launcher": "~0.1.3", + "karma-safari-launcher": "~0.1.1" + }, + "spm": { + "main": "src/main.js", + "ignore": [ + ".*", + "examples", + "test", + "tasks", + "dist", + "Gruntfile.js", + "bower.json", + "component.json", + "*.md" + ] + }, + "_id": "vue@0.10.6", + "_shasum": "47f4e8096afd099a1885a46576b8a9eb63aee2b9", + "_from": ".", + "_npmVersion": "1.4.9", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "47f4e8096afd099a1885a46576b8a9eb63aee2b9", + "tarball": "http://localhost:4872/vue/-/vue-0.10.6.tgz" + }, + "directories": {} + }, + "0.11.0-rc": { + "name": "vue", + "version": "0.11.0-rc", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci" + }, + "devDependencies": { + "browserify": "^5.11.0", + "component-builder": "^1.1.10", + "component-resolver": "^1.1.8", + "grunt": "^0.4.5", + "grunt-contrib-jshint": "^0.10.0", + "grunt-contrib-watch": "^0.6.1", + "grunt-karma": "^0.8.3", + "grunt-karma-coveralls": "^2.5.2", + "jshint-stylish": "^0.3.0", + "karma": "^0.12.16", + "karma-chrome-launcher": "^0.1.4", + "karma-commonjs": "^0.0.10", + "karma-coverage": "^0.2.5", + "karma-firefox-launcher": "^0.1.3", + "karma-jasmine": "^0.2.2", + "karma-phantomjs-launcher": "^0.1.4", + "karma-sauce-launcher": "^0.2.10", + "uglify-js": "^2.4.15" + }, + "_id": "vue@0.11.0-rc", + "_shasum": "ff6791fa0fb0a46d8a1facb69a0ab518fea21893", + "_from": ".", + "_npmVersion": "1.4.9", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "ff6791fa0fb0a46d8a1facb69a0ab518fea21893", + "tarball": "http://localhost:4872/vue/-/vue-0.11.0-rc.tgz" + }, + "directories": {} + }, + "0.11.0-rc2": { + "name": "vue", + "version": "0.11.0-rc2", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci" + }, + "devDependencies": { + "grunt": "^0.4.5", + "grunt-contrib-jshint": "^0.10.0", + "grunt-contrib-watch": "^0.6.1", + "grunt-karma": "^0.8.3", + "grunt-karma-coveralls": "^2.5.2", + "jshint-stylish": "^0.3.0", + "karma": "^0.12.16", + "karma-chrome-launcher": "^0.1.4", + "karma-commonjs": "^0.0.10", + "karma-coverage": "^0.2.5", + "karma-firefox-launcher": "^0.1.3", + "karma-jasmine": "^0.2.2", + "karma-phantomjs-launcher": "^0.1.4", + "karma-sauce-launcher": "^0.2.10", + "uglify-js": "^2.4.15", + "webpack": "^1.4.4" + }, + "gitHead": "7e767f953cd542e64b67e0aa25af8c96770d7eb7", + "_id": "vue@0.11.0-rc2", + "_shasum": "84302800170010722beeb1f6c0169fb07f2ba5ad", + "_from": ".", + "_npmVersion": "1.4.23", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "84302800170010722beeb1f6c0169fb07f2ba5ad", + "tarball": "http://localhost:4872/vue/-/vue-0.11.0-rc2.tgz" + }, + "directories": {} + }, + "0.11.0-rc3": { + "name": "vue", + "version": "0.11.0-rc3", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci" + }, + "devDependencies": { + "grunt": "^0.4.5", + "grunt-contrib-jshint": "^0.10.0", + "grunt-contrib-watch": "^0.6.1", + "grunt-karma": "^0.8.3", + "grunt-karma-coveralls": "^2.5.2", + "jshint-stylish": "^0.3.0", + "karma": "^0.12.16", + "karma-chrome-launcher": "^0.1.4", + "karma-commonjs": "^0.0.10", + "karma-coverage": "^0.2.5", + "karma-firefox-launcher": "^0.1.3", + "karma-jasmine": "^0.2.2", + "karma-phantomjs-launcher": "^0.1.4", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.10", + "semver": "^4.0.3", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.15", + "webpack": "^1.4.4" + }, + "gitHead": "7163a9b63df5ffe898f395fb8bb31f2851d472f6", + "_id": "vue@0.11.0-rc3", + "_shasum": "a7329c5f19ebcc3eb4e951edb4cfc56c8b113e7a", + "_from": ".", + "_npmVersion": "1.4.28", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "a7329c5f19ebcc3eb4e951edb4cfc56c8b113e7a", + "tarball": "http://localhost:4872/vue/-/vue-0.11.0-rc3.tgz" + }, + "directories": {} + }, + "0.11.0": { + "name": "vue", + "version": "0.11.0", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci" + }, + "devDependencies": { + "grunt": "^0.4.5", + "grunt-contrib-jshint": "^0.10.0", + "grunt-contrib-watch": "^0.6.1", + "grunt-karma": "^0.8.3", + "grunt-karma-coveralls": "^2.5.2", + "jshint-stylish": "^0.3.0", + "karma": "^0.12.16", + "karma-chrome-launcher": "^0.1.4", + "karma-commonjs": "^0.0.10", + "karma-coverage": "^0.2.5", + "karma-firefox-launcher": "^0.1.3", + "karma-jasmine": "^0.2.2", + "karma-phantomjs-launcher": "^0.1.4", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.10", + "semver": "^4.0.3", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.15", + "webpack": "^1.4.4" + }, + "gitHead": "5bc3e30b694dc3b6aeeb87c24f88b9cd7a7259d6", + "_id": "vue@0.11.0", + "_shasum": "81718e27f60702f6bdaddaee91b7b29c64ca5547", + "_from": ".", + "_npmVersion": "1.4.28", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "81718e27f60702f6bdaddaee91b7b29c64ca5547", + "tarball": "http://localhost:4872/vue/-/vue-0.11.0.tgz" + }, + "directories": {} + }, + "0.11.1": { + "name": "vue", + "version": "0.11.1", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci" + }, + "devDependencies": { + "grunt": "^0.4.5", + "grunt-contrib-jshint": "^0.10.0", + "grunt-contrib-watch": "^0.6.1", + "grunt-karma": "^0.8.3", + "grunt-karma-coveralls": "^2.5.2", + "jshint-stylish": "^0.3.0", + "karma": "^0.12.16", + "karma-chrome-launcher": "^0.1.4", + "karma-commonjs": "^0.0.10", + "karma-coverage": "^0.2.5", + "karma-firefox-launcher": "^0.1.3", + "karma-jasmine": "^0.2.2", + "karma-phantomjs-launcher": "^0.1.4", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.10", + "semver": "^4.0.3", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.15", + "webpack": "^1.4.4" + }, + "gitHead": "0df318c29d7e10bfa8e5c7ca31837af91ff3174c", + "_id": "vue@0.11.1", + "_shasum": "f0a9868c2db8124277ee43a75910a3c72121df7e", + "_from": ".", + "_npmVersion": "1.4.28", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "f0a9868c2db8124277ee43a75910a3c72121df7e", + "tarball": "http://localhost:4872/vue/-/vue-0.11.1.tgz" + }, + "directories": {} + }, + "0.11.2": { + "name": "vue", + "version": "0.11.2", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci" + }, + "devDependencies": { + "grunt": "^0.4.5", + "grunt-contrib-jshint": "^0.10.0", + "grunt-contrib-watch": "^0.6.1", + "grunt-karma": "^0.8.3", + "grunt-karma-coveralls": "^2.5.2", + "jshint-stylish": "^0.3.0", + "karma": "^0.12.16", + "karma-chrome-launcher": "^0.1.4", + "karma-commonjs": "^0.0.10", + "karma-coverage": "^0.2.5", + "karma-firefox-launcher": "^0.1.3", + "karma-jasmine": "^0.2.2", + "karma-phantomjs-launcher": "^0.1.4", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.10", + "semver": "^4.0.3", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.15", + "webpack": "^1.4.4" + }, + "gitHead": "51cfffbdba03b937f0ef8efe40a87521852d601e", + "_id": "vue@0.11.2", + "_shasum": "b079cabcd972683f4885560bacd6b16a5c4656b5", + "_from": ".", + "_npmVersion": "1.4.28", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "b079cabcd972683f4885560bacd6b16a5c4656b5", + "tarball": "http://localhost:4872/vue/-/vue-0.11.2.tgz" + }, + "directories": {} + }, + "0.11.3": { + "name": "vue", + "version": "0.11.3", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci" + }, + "devDependencies": { + "grunt": "^0.4.5", + "grunt-contrib-jshint": "^0.10.0", + "grunt-contrib-watch": "^0.6.1", + "grunt-karma": "^0.8.3", + "grunt-karma-coveralls": "^2.5.2", + "jshint-stylish": "^0.3.0", + "karma": "^0.12.16", + "karma-chrome-launcher": "^0.1.4", + "karma-commonjs": "^0.0.10", + "karma-coverage": "^0.2.5", + "karma-firefox-launcher": "^0.1.3", + "karma-jasmine": "^0.2.2", + "karma-phantomjs-launcher": "^0.1.4", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.10", + "semver": "^4.0.3", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.15", + "webpack": "^1.4.4" + }, + "gitHead": "fe35b5101fb0bb7fc94025f62b857a1404bffb7d", + "_id": "vue@0.11.3", + "_shasum": "e77d7dd2ab12f6729d1b78c54575b3514e72d6fe", + "_from": ".", + "_npmVersion": "1.4.28", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "e77d7dd2ab12f6729d1b78c54575b3514e72d6fe", + "tarball": "http://localhost:4872/vue/-/vue-0.11.3.tgz" + }, + "directories": {} + }, + "0.11.4": { + "name": "vue", + "version": "0.11.4", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci" + }, + "devDependencies": { + "grunt": "^0.4.5", + "grunt-contrib-jshint": "^0.10.0", + "grunt-contrib-watch": "^0.6.1", + "grunt-karma": "^0.8.3", + "grunt-karma-coveralls": "^2.5.2", + "jshint-stylish": "^0.3.0", + "karma": "^0.12.16", + "karma-chrome-launcher": "^0.1.4", + "karma-commonjs": "^0.0.10", + "karma-coverage": "^0.2.5", + "karma-firefox-launcher": "^0.1.3", + "karma-jasmine": "^0.2.2", + "karma-phantomjs-launcher": "^0.1.4", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.10", + "semver": "^4.0.3", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.15", + "webpack": "^1.4.4" + }, + "gitHead": "19e0223f5faa2592b37434e9936f2885a5d9cb2f", + "_id": "vue@0.11.4", + "_shasum": "f81897efd0ffa5de319b781e37082b50b200e59f", + "_from": ".", + "_npmVersion": "1.4.28", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "f81897efd0ffa5de319b781e37082b50b200e59f", + "tarball": "http://localhost:4872/vue/-/vue-0.11.4.tgz" + }, + "directories": {} + }, + "0.11.5": { + "name": "vue", + "version": "0.11.5", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci" + }, + "devDependencies": { + "grunt": "^0.4.5", + "grunt-contrib-jshint": "^0.10.0", + "grunt-contrib-watch": "^0.6.1", + "grunt-karma": "^0.8.3", + "grunt-karma-coveralls": "^2.5.3", + "jshint-stylish": "^0.3.0", + "karma": "^0.12.31", + "karma-chrome-launcher": "^0.1.7", + "karma-commonjs": "^0.0.10", + "karma-coverage": "^0.2.7", + "karma-firefox-launcher": "^0.1.4", + "karma-jasmine": "^0.2.3", + "karma-phantomjs-launcher": "^0.1.4", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.10", + "semver": "^4.2.0", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.16", + "webpack": "^1.5.3" + }, + "gitHead": "a06cd65e1c72beea48485a2a5a91c579c0752fa7", + "_id": "vue@0.11.5", + "_shasum": "aecca4cecca01662135af962935c5ae9cdd893b2", + "_from": ".", + "_npmVersion": "1.4.28", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "aecca4cecca01662135af962935c5ae9cdd893b2", + "tarball": "http://localhost:4872/vue/-/vue-0.11.5.tgz" + }, + "directories": {} + }, + "0.11.6": { + "name": "vue", + "version": "0.11.6", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci" + }, + "devDependencies": { + "grunt": "^0.4.5", + "grunt-contrib-jshint": "^0.10.0", + "grunt-contrib-watch": "^0.6.1", + "grunt-karma": "^0.8.3", + "grunt-karma-coveralls": "^2.5.3", + "jshint-stylish": "^0.3.0", + "karma": "^0.12.31", + "karma-chrome-launcher": "^0.1.7", + "karma-commonjs": "^0.0.10", + "karma-coverage": "^0.2.7", + "karma-firefox-launcher": "^0.1.4", + "karma-jasmine": "^0.2.3", + "karma-phantomjs-launcher": "^0.1.4", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.10", + "semver": "^4.2.0", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.20", + "webpack": "^1.8.4" + }, + "gitHead": "6c3b290bb051e16ce5fc0897638b2eb4abae0214", + "_id": "vue@0.11.6", + "_shasum": "504f0cc54a5af48e9bb3236e70825c75af71d79b", + "_from": ".", + "_npmVersion": "2.7.1", + "_nodeVersion": "1.6.2", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "504f0cc54a5af48e9bb3236e70825c75af71d79b", + "tarball": "http://localhost:4872/vue/-/vue-0.11.6.tgz" + }, + "directories": {} + }, + "0.11.7": { + "name": "vue", + "version": "0.11.7", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci" + }, + "devDependencies": { + "grunt": "^0.4.5", + "grunt-contrib-jshint": "^0.10.0", + "grunt-contrib-watch": "^0.6.1", + "grunt-karma": "^0.8.3", + "grunt-karma-coveralls": "^2.5.3", + "jshint-stylish": "^0.3.0", + "karma": "^0.12.31", + "karma-chrome-launcher": "^0.1.7", + "karma-commonjs": "^0.0.10", + "karma-coverage": "^0.2.7", + "karma-firefox-launcher": "^0.1.4", + "karma-jasmine": "^0.2.3", + "karma-phantomjs-launcher": "^0.1.4", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.10", + "semver": "^4.2.0", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.20", + "webpack": "^1.8.4" + }, + "gitHead": "563b0b965c4c6724729ddfd42598184f13c8b4f7", + "_id": "vue@0.11.7", + "_shasum": "576991d1cb376e8115d9c036690f91c44ab1bf3f", + "_from": ".", + "_npmVersion": "2.7.1", + "_nodeVersion": "1.6.2", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "576991d1cb376e8115d9c036690f91c44ab1bf3f", + "tarball": "http://localhost:4872/vue/-/vue-0.11.7.tgz" + }, + "directories": {} + }, + "0.11.8": { + "name": "vue", + "version": "0.11.8", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci" + }, + "devDependencies": { + "grunt": "^0.4.5", + "grunt-contrib-jshint": "^0.10.0", + "grunt-contrib-watch": "^0.6.1", + "grunt-karma": "^0.8.3", + "grunt-karma-coveralls": "^2.5.3", + "jshint-stylish": "^0.3.0", + "karma": "^0.12.31", + "karma-chrome-launcher": "^0.1.7", + "karma-commonjs": "^0.0.10", + "karma-coverage": "^0.2.7", + "karma-firefox-launcher": "^0.1.4", + "karma-jasmine": "^0.2.3", + "karma-phantomjs-launcher": "^0.1.4", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.10", + "semver": "^4.2.0", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.20", + "webpack": "^1.8.4" + }, + "gitHead": "6c841059d2893d383befeed0caf8090d5f0e8b88", + "_id": "vue@0.11.8", + "_shasum": "bfe141d02920b6be16ffbe774c925dbb5a6781d8", + "_from": ".", + "_npmVersion": "2.7.1", + "_nodeVersion": "1.6.2", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "bfe141d02920b6be16ffbe774c925dbb5a6781d8", + "tarball": "http://localhost:4872/vue/-/vue-0.11.8.tgz" + }, + "directories": {} + }, + "0.11.9": { + "name": "vue", + "version": "0.11.9", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci" + }, + "devDependencies": { + "grunt": "^0.4.5", + "grunt-contrib-jshint": "^0.10.0", + "grunt-contrib-watch": "^0.6.1", + "grunt-karma": "^0.8.3", + "grunt-karma-coveralls": "^2.5.3", + "jshint-stylish": "^0.3.0", + "karma": "^0.12.31", + "karma-chrome-launcher": "^0.1.7", + "karma-commonjs": "^0.0.10", + "karma-coverage": "^0.2.7", + "karma-firefox-launcher": "^0.1.4", + "karma-jasmine": "^0.2.3", + "karma-phantomjs-launcher": "^0.1.4", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.10", + "semver": "^4.2.0", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.20", + "webpack": "^1.8.4" + }, + "gitHead": "7f7e36bd4a298623d656ca7cab5f23976756de15", + "_id": "vue@0.11.9", + "_shasum": "140cafdaa3771c3a2fe19de1ccbef636af272e25", + "_from": ".", + "_npmVersion": "2.8.3", + "_nodeVersion": "1.8.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "140cafdaa3771c3a2fe19de1ccbef636af272e25", + "tarball": "http://localhost:4872/vue/-/vue-0.11.9.tgz" + }, + "directories": {} + }, + "0.11.10": { + "name": "vue", + "version": "0.11.10", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci" + }, + "devDependencies": { + "grunt": "^0.4.5", + "grunt-contrib-jshint": "^0.10.0", + "grunt-contrib-watch": "^0.6.1", + "grunt-karma": "^0.8.3", + "grunt-karma-coveralls": "^2.5.3", + "jshint-stylish": "^0.3.0", + "karma": "^0.12.31", + "karma-chrome-launcher": "^0.1.7", + "karma-commonjs": "^0.0.10", + "karma-coverage": "^0.2.7", + "karma-firefox-launcher": "^0.1.4", + "karma-jasmine": "^0.2.3", + "karma-phantomjs-launcher": "^0.1.4", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.10", + "semver": "^4.2.0", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.20", + "webpack": "^1.8.4" + }, + "gitHead": "d257c81a5889d45012f6df39873fba3f8697f0cc", + "_id": "vue@0.11.10", + "_shasum": "2395fb2735e49ab676a832f0db9950b10660b578", + "_from": ".", + "_npmVersion": "2.8.3", + "_nodeVersion": "1.8.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "2395fb2735e49ab676a832f0db9950b10660b578", + "tarball": "http://localhost:4872/vue/-/vue-0.11.10.tgz" + }, + "directories": {} + }, + "0.12.0-beta1": { + "name": "vue", + "version": "0.12.0-beta1", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack-dev-config.js & webpack --watch --config build/webpack-test-config.js" + }, + "devDependencies": { + "grunt": "^0.4.5", + "grunt-contrib-jshint": "^0.10.0", + "grunt-karma": "^0.8.3", + "grunt-karma-coveralls": "^2.5.3", + "jshint-stylish": "^0.3.0", + "karma": "^0.12.31", + "karma-chrome-launcher": "^0.1.7", + "karma-commonjs": "^0.0.10", + "karma-coverage": "^0.2.7", + "karma-firefox-launcher": "^0.1.4", + "karma-jasmine": "^0.2.3", + "karma-phantomjs-launcher": "^0.1.4", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.10", + "semver": "^4.2.0", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.20", + "webpack": "^1.8.4" + }, + "gitHead": "77f79d39992175f84f50e77439915a6865b84da5", + "_id": "vue@0.12.0-beta1", + "_shasum": "b9c8e72a552c240eec1a263be7c5612ddd90b022", + "_from": ".", + "_npmVersion": "2.9.0", + "_nodeVersion": "2.0.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "b9c8e72a552c240eec1a263be7c5612ddd90b022", + "tarball": "http://localhost:4872/vue/-/vue-0.12.0-beta1.tgz" + }, + "directories": {} + }, + "0.12.0-beta2": { + "name": "vue", + "version": "0.12.0-beta2", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack-dev-config.js & webpack --watch --config build/webpack-test-config.js" + }, + "devDependencies": { + "grunt": "^0.4.5", + "grunt-contrib-jshint": "^0.10.0", + "grunt-karma": "^0.8.3", + "grunt-karma-coveralls": "^2.5.3", + "jshint-stylish": "^0.3.0", + "karma": "^0.12.31", + "karma-chrome-launcher": "^0.1.7", + "karma-commonjs": "^0.0.10", + "karma-coverage": "^0.2.7", + "karma-firefox-launcher": "^0.1.4", + "karma-jasmine": "^0.2.3", + "karma-phantomjs-launcher": "^0.1.4", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.10", + "semver": "^4.2.0", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.20", + "webpack": "^1.8.4" + }, + "gitHead": "0a69a55eee9b3c705dfc8953876d1c6190c2194c", + "_id": "vue@0.12.0-beta2", + "_shasum": "e642d58e7d5e696890ee40c49f1378c4414f1720", + "_from": ".", + "_npmVersion": "2.9.0", + "_nodeVersion": "2.0.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "e642d58e7d5e696890ee40c49f1378c4414f1720", + "tarball": "http://localhost:4872/vue/-/vue-0.12.0-beta2.tgz" + }, + "directories": {} + }, + "0.12.0-beta3": { + "name": "vue", + "version": "0.12.0-beta3", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack-dev-config.js & webpack --watch --config build/webpack-test-config.js" + }, + "devDependencies": { + "grunt": "^0.4.5", + "grunt-contrib-jshint": "^0.10.0", + "grunt-karma": "^0.8.3", + "grunt-karma-coveralls": "^2.5.3", + "jshint-stylish": "^0.3.0", + "karma": "^0.12.31", + "karma-chrome-launcher": "^0.1.7", + "karma-commonjs": "^0.0.10", + "karma-coverage": "^0.2.7", + "karma-firefox-launcher": "^0.1.4", + "karma-jasmine": "^0.2.3", + "karma-phantomjs-launcher": "^0.1.4", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.10", + "semver": "^4.2.0", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.20", + "webpack": "^1.8.4" + }, + "gitHead": "8f742d5fe3b4e9f1477fadd0f1e1ed86eca0b548", + "_id": "vue@0.12.0-beta3", + "_shasum": "5c3fffa8871492a4d87b17e4cfbd404684cb08b2", + "_from": ".", + "_npmVersion": "2.9.0", + "_nodeVersion": "2.0.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "5c3fffa8871492a4d87b17e4cfbd404684cb08b2", + "tarball": "http://localhost:4872/vue/-/vue-0.12.0-beta3.tgz" + }, + "directories": {} + }, + "0.12.0-beta4": { + "name": "vue", + "version": "0.12.0-beta4", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack-dev-config.js & webpack --watch --config build/webpack-test-config.js" + }, + "devDependencies": { + "grunt": "^0.4.5", + "grunt-contrib-jshint": "^0.10.0", + "grunt-karma": "^0.8.3", + "grunt-karma-coveralls": "^2.5.3", + "jshint-stylish": "^0.3.0", + "karma": "^0.12.31", + "karma-chrome-launcher": "^0.1.7", + "karma-commonjs": "^0.0.10", + "karma-coverage": "^0.2.7", + "karma-firefox-launcher": "^0.1.4", + "karma-jasmine": "^0.2.3", + "karma-phantomjs-launcher": "^0.1.4", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.10", + "semver": "^4.2.0", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.20", + "webpack": "^1.8.4" + }, + "gitHead": "f3552df2b0bc9777e9bb5c866ffda7e70e6b2fa3", + "_id": "vue@0.12.0-beta4", + "_shasum": "41053e39fbc4bdf20b0cc42a8006cf5807a532d6", + "_from": ".", + "_npmVersion": "2.9.0", + "_nodeVersion": "2.0.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "41053e39fbc4bdf20b0cc42a8006cf5807a532d6", + "tarball": "http://localhost:4872/vue/-/vue-0.12.0-beta4.tgz" + }, + "directories": {} + }, + "0.12.0-beta5": { + "name": "vue", + "version": "0.12.0-beta5", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack-dev-config.js & webpack --watch --config build/webpack-test-config.js" + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "grunt": "^0.4.5", + "grunt-contrib-jshint": "^0.10.0", + "grunt-karma": "^0.8.3", + "grunt-karma-coveralls": "^2.5.3", + "jshint-stylish": "^0.3.0", + "karma": "^0.12.31", + "karma-chrome-launcher": "^0.1.7", + "karma-commonjs": "^0.0.10", + "karma-coverage": "^0.2.7", + "karma-firefox-launcher": "^0.1.4", + "karma-jasmine": "^0.2.3", + "karma-phantomjs-launcher": "^0.1.4", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.10", + "semver": "^4.2.0", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.20", + "webpack": "^1.8.4" + }, + "gitHead": "a39476d72981c014a3cf030fa38ea2fddfbfb23f", + "_id": "vue@0.12.0-beta5", + "_shasum": "492184a5d51d4c79e88799c94fce03966ab0ddf1", + "_from": ".", + "_npmVersion": "2.9.0", + "_nodeVersion": "2.0.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "492184a5d51d4c79e88799c94fce03966ab0ddf1", + "tarball": "http://localhost:4872/vue/-/vue-0.12.0-beta5.tgz" + }, + "directories": {} + }, + "0.12.0-rc": { + "name": "vue", + "version": "0.12.0-rc", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack-dev-config.js & webpack --watch --config build/webpack-test-config.js" + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "grunt": "^0.4.5", + "grunt-contrib-jshint": "^0.10.0", + "grunt-karma": "^0.8.3", + "grunt-karma-coveralls": "^2.5.3", + "jshint-stylish": "^0.3.0", + "karma": "^0.12.31", + "karma-chrome-launcher": "^0.1.7", + "karma-commonjs": "^0.0.10", + "karma-coverage": "^0.2.7", + "karma-firefox-launcher": "^0.1.4", + "karma-jasmine": "^0.2.3", + "karma-phantomjs-launcher": "^0.1.4", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.10", + "semver": "^4.2.0", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.20", + "webpack": "^1.8.4" + }, + "gitHead": "61eaa271c0694cc4cf7296637b55b5481dbd3f98", + "_id": "vue@0.12.0-rc", + "_shasum": "4818f0ab510fe999dbf8b676a597444083632523", + "_from": ".", + "_npmVersion": "2.9.0", + "_nodeVersion": "2.0.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "4818f0ab510fe999dbf8b676a597444083632523", + "tarball": "http://localhost:4872/vue/-/vue-0.12.0-rc.tgz" + }, + "directories": {} + }, + "0.12.0-rc2": { + "name": "vue", + "version": "0.12.0-rc2", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack-dev-config.js & webpack --watch --config build/webpack-test-config.js" + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "grunt": "^0.4.5", + "grunt-contrib-jshint": "^0.10.0", + "grunt-karma": "^0.8.3", + "grunt-karma-coveralls": "^2.5.3", + "jshint-stylish": "^0.3.0", + "karma": "^0.12.31", + "karma-chrome-launcher": "^0.1.7", + "karma-commonjs": "^0.0.10", + "karma-coverage": "^0.2.7", + "karma-firefox-launcher": "^0.1.4", + "karma-jasmine": "^0.2.3", + "karma-phantomjs-launcher": "^0.1.4", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.10", + "semver": "^4.2.0", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.20", + "webpack": "^1.8.4" + }, + "gitHead": "597fa8be89af8ce4d1939b19a9c47a44daeb506b", + "_id": "vue@0.12.0-rc2", + "_shasum": "01a9ebaa56959d00e827f0ba5313110eb3a88742", + "_from": ".", + "_npmVersion": "2.9.0", + "_nodeVersion": "2.0.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "01a9ebaa56959d00e827f0ba5313110eb3a88742", + "tarball": "http://localhost:4872/vue/-/vue-0.12.0-rc2.tgz" + }, + "directories": {} + }, + "0.12.0": { + "name": "vue", + "version": "0.12.0", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack-dev-config.js & webpack --watch --config build/webpack-test-config.js" + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "grunt": "^0.4.5", + "grunt-contrib-jshint": "^0.10.0", + "grunt-karma": "^0.8.3", + "grunt-karma-coveralls": "^2.5.3", + "jshint-stylish": "^0.3.0", + "karma": "^0.12.31", + "karma-chrome-launcher": "^0.1.7", + "karma-commonjs": "^0.0.10", + "karma-coverage": "^0.2.7", + "karma-firefox-launcher": "^0.1.4", + "karma-jasmine": "^0.2.3", + "karma-phantomjs-launcher": "^0.1.4", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.10", + "semver": "^4.2.0", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.20", + "webpack": "^1.8.4" + }, + "gitHead": "66b124b7ecf7916ac2506fb5bd8006858006fb35", + "_id": "vue@0.12.0", + "_shasum": "ca036019f3b5cd47048ff0b57e73afbd311165f4", + "_from": ".", + "_npmVersion": "2.9.0", + "_nodeVersion": "2.0.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "ca036019f3b5cd47048ff0b57e73afbd311165f4", + "tarball": "http://localhost:4872/vue/-/vue-0.12.0.tgz" + }, + "directories": {} + }, + "0.12.0-csp": { + "name": "vue", + "version": "0.12.0-csp", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack-dev-config.js & webpack --watch --config build/webpack-test-config.js" + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "grunt": "^0.4.5", + "grunt-contrib-jshint": "^0.10.0", + "grunt-karma": "^0.8.3", + "grunt-karma-coveralls": "^2.5.3", + "jshint-stylish": "^0.3.0", + "karma": "^0.12.31", + "karma-chrome-launcher": "^0.1.7", + "karma-commonjs": "^0.0.10", + "karma-coverage": "^0.2.7", + "karma-firefox-launcher": "^0.1.4", + "karma-jasmine": "^0.2.3", + "karma-phantomjs-launcher": "^0.1.4", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.10", + "semver": "^4.2.0", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.20", + "webpack": "^1.8.4" + }, + "dependencies": { + "notevil": "^1.0.0" + }, + "gitHead": "2ed38c9f75a20464e6949f39af079c8643ac8d14", + "_id": "vue@0.12.0-csp", + "_shasum": "02ef952489a70697376caae57511652a9b1331de", + "_from": ".", + "_npmVersion": "2.9.0", + "_nodeVersion": "2.0.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "02ef952489a70697376caae57511652a9b1331de", + "tarball": "http://localhost:4872/vue/-/vue-0.12.0-csp.tgz" + }, + "directories": {} + }, + "0.12.1": { + "name": "vue", + "version": "0.12.1", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack-dev-config.js & webpack --watch --config build/webpack-test-config.js" + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "grunt": "^0.4.5", + "grunt-contrib-jshint": "^0.10.0", + "grunt-karma": "^0.8.3", + "grunt-karma-coveralls": "^2.5.3", + "jshint-stylish": "^0.3.0", + "karma": "^0.12.31", + "karma-chrome-launcher": "^0.1.7", + "karma-commonjs": "^0.0.10", + "karma-coverage": "^0.2.7", + "karma-firefox-launcher": "^0.1.4", + "karma-jasmine": "^0.2.3", + "karma-phantomjs-launcher": "^0.1.4", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.10", + "semver": "^4.2.0", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.20", + "webpack": "^1.9.10" + }, + "gitHead": "2eedc8d76a6015def406c062221bafe2d74e2508", + "_id": "vue@0.12.1", + "_shasum": "7b94224debeba2968aed5b4dd4b1435d668187c5", + "_from": ".", + "_npmVersion": "2.9.0", + "_nodeVersion": "2.0.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "7b94224debeba2968aed5b4dd4b1435d668187c5", + "tarball": "http://localhost:4872/vue/-/vue-0.12.1.tgz" + }, + "directories": {} + }, + "0.12.1-csp": { + "name": "vue", + "version": "0.12.1-csp", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack-dev-config.js & webpack --watch --config build/webpack-test-config.js" + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "grunt": "^0.4.5", + "grunt-contrib-jshint": "^0.10.0", + "grunt-karma": "^0.8.3", + "grunt-karma-coveralls": "^2.5.3", + "jshint-stylish": "^0.3.0", + "karma": "^0.12.31", + "karma-chrome-launcher": "^0.1.7", + "karma-commonjs": "^0.0.10", + "karma-coverage": "^0.2.7", + "karma-firefox-launcher": "^0.1.4", + "karma-jasmine": "^0.2.3", + "karma-phantomjs-launcher": "^0.1.4", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.10", + "semver": "^4.2.0", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.20", + "webpack": "^1.9.10" + }, + "dependencies": { + "notevil": "^1.0.0" + }, + "gitHead": "9aecbfbb9938fd317cfdeab28eb397c0b43fdbc0", + "_id": "vue@0.12.1-csp", + "_shasum": "63629cbd69043753405d5e1f8820d1dd2b780ee8", + "_from": ".", + "_npmVersion": "2.9.0", + "_nodeVersion": "2.0.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "63629cbd69043753405d5e1f8820d1dd2b780ee8", + "tarball": "http://localhost:4872/vue/-/vue-0.12.1-csp.tgz" + }, + "directories": {} + }, + "0.12.1-csp.1": { + "name": "vue", + "version": "0.12.1-csp.1", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack-dev-config.js & webpack --watch --config build/webpack-test-config.js" + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "grunt": "^0.4.5", + "grunt-contrib-jshint": "^0.10.0", + "grunt-karma": "^0.8.3", + "grunt-karma-coveralls": "^2.5.3", + "jshint-stylish": "^0.3.0", + "karma": "^0.12.31", + "karma-chrome-launcher": "^0.1.7", + "karma-commonjs": "^0.0.10", + "karma-coverage": "^0.2.7", + "karma-firefox-launcher": "^0.1.4", + "karma-jasmine": "^0.2.3", + "karma-phantomjs-launcher": "^0.1.4", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.10", + "semver": "^4.2.0", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.20", + "webpack": "^1.9.10" + }, + "dependencies": { + "notevil": "^1.0.0" + }, + "gitHead": "e8d82d2840d314970568e7c576b100aed7d0cd07", + "_id": "vue@0.12.1-csp.1", + "_shasum": "5f5aabf3b547c1e820c0ac8a19de2d8ea9fc2bf6", + "_from": ".", + "_npmVersion": "2.9.0", + "_nodeVersion": "2.0.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "5f5aabf3b547c1e820c0ac8a19de2d8ea9fc2bf6", + "tarball": "http://localhost:4872/vue/-/vue-0.12.1-csp.1.tgz" + }, + "directories": {} + }, + "0.12.1-csp.2": { + "name": "vue", + "version": "0.12.1-csp.2", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack-dev-config.js & webpack --watch --config build/webpack-test-config.js" + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "grunt": "^0.4.5", + "grunt-contrib-jshint": "^0.10.0", + "grunt-karma": "^0.8.3", + "jshint-stylish": "^0.3.0", + "karma": "^0.12.31", + "karma-chrome-launcher": "^0.1.7", + "karma-commonjs": "^0.0.10", + "karma-coverage": "^0.2.7", + "karma-firefox-launcher": "^0.1.4", + "karma-jasmine": "^0.2.3", + "karma-phantomjs-launcher": "^0.1.4", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.10", + "semver": "^4.2.0", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.20", + "webpack": "^1.9.10" + }, + "dependencies": { + "notevil": "^1.0.0" + }, + "gitHead": "b3c529992e322daa4c3a486137730078edd22ffd", + "_id": "vue@0.12.1-csp.2", + "_shasum": "4d30f07f9aa5696cc6ac00c3983188ca3ecaa2a5", + "_from": ".", + "_npmVersion": "2.9.0", + "_nodeVersion": "2.0.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "4d30f07f9aa5696cc6ac00c3983188ca3ecaa2a5", + "tarball": "http://localhost:4872/vue/-/vue-0.12.1-csp.2.tgz" + }, + "directories": {} + }, + "0.12.2": { + "name": "vue", + "version": "0.12.2", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack-dev-config.js & webpack --watch --config build/webpack-test-config.js" + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "grunt": "^0.4.5", + "grunt-contrib-jshint": "^0.10.0", + "grunt-karma": "^0.8.3", + "jasmine-core": "^2.3.4", + "jshint-stylish": "^0.3.0", + "karma": "^0.12.31", + "karma-chrome-launcher": "^0.1.7", + "karma-commonjs": "^0.0.10", + "karma-coverage": "^0.2.7", + "karma-firefox-launcher": "^0.1.4", + "karma-jasmine": "^0.3.5", + "karma-phantomjs-launcher": "^0.1.4", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.10", + "semver": "^4.2.0", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.20", + "webpack": "^1.9.10" + }, + "gitHead": "54f860d63fb4bf7d664fdaae74c5678262c715a7", + "_id": "vue@0.12.2", + "_shasum": "bcc2527e6d908bc5d843afb62a64e473c3d9af15", + "_from": ".", + "_npmVersion": "2.11.1", + "_nodeVersion": "2.3.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "bcc2527e6d908bc5d843afb62a64e473c3d9af15", + "tarball": "http://localhost:4872/vue/-/vue-0.12.2.tgz" + }, + "directories": {} + }, + "0.12.3": { + "name": "vue", + "version": "0.12.3", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack-dev-config.js & webpack --watch --config build/webpack-test-config.js" + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "grunt": "^0.4.5", + "grunt-contrib-jshint": "^0.10.0", + "grunt-karma": "^0.8.3", + "jasmine-core": "^2.3.4", + "jshint-stylish": "^0.3.0", + "karma": "^0.12.31", + "karma-chrome-launcher": "^0.1.7", + "karma-commonjs": "^0.0.10", + "karma-coverage": "^0.2.7", + "karma-firefox-launcher": "^0.1.4", + "karma-jasmine": "^0.3.5", + "karma-phantomjs-launcher": "^0.1.4", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.10", + "semver": "^4.2.0", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.20", + "webpack": "^1.9.10" + }, + "gitHead": "ecc883131c5838562c7f8a853ed945dd431e5e7b", + "_id": "vue@0.12.3", + "_shasum": "a705fee53bc56dcb4f0f16f2f05d3d90b48363cd", + "_from": ".", + "_npmVersion": "2.11.1", + "_nodeVersion": "2.3.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "a705fee53bc56dcb4f0f16f2f05d3d90b48363cd", + "tarball": "http://localhost:4872/vue/-/vue-0.12.3.tgz" + }, + "directories": {} + }, + "0.12.4": { + "name": "vue", + "version": "0.12.4", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack-dev-config.js & webpack --watch --config build/webpack-test-config.js" + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "grunt": "^0.4.5", + "grunt-contrib-jshint": "^0.10.0", + "grunt-karma": "^0.8.3", + "jasmine-core": "^2.3.4", + "jshint-stylish": "^0.3.0", + "karma": "^0.12.31", + "karma-chrome-launcher": "^0.1.7", + "karma-commonjs": "^0.0.10", + "karma-coverage": "^0.2.7", + "karma-firefox-launcher": "^0.1.4", + "karma-jasmine": "^0.3.5", + "karma-phantomjs-launcher": "^0.1.4", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.10", + "semver": "^4.2.0", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.20", + "webpack": "^1.9.10" + }, + "gitHead": "e614d9c3bbc0d81018fccd266f64195711b72910", + "_id": "vue@0.12.4", + "_shasum": "fd450f9407f0fb38ea8302de91f4e5911508e21f", + "_from": ".", + "_npmVersion": "2.11.1", + "_nodeVersion": "2.3.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "fd450f9407f0fb38ea8302de91f4e5911508e21f", + "tarball": "http://localhost:4872/vue/-/vue-0.12.4.tgz" + }, + "directories": {} + }, + "0.12.5": { + "name": "vue", + "version": "0.12.5", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack-dev-config.js & webpack --watch --config build/webpack-test-config.js" + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "grunt": "^0.4.5", + "grunt-eslint": "^16.0.0", + "grunt-karma": "^0.8.3", + "jasmine-core": "^2.3.4", + "karma": "^0.12.31", + "karma-chrome-launcher": "^0.1.7", + "karma-commonjs": "^0.0.10", + "karma-coverage": "^0.2.7", + "karma-firefox-launcher": "^0.1.4", + "karma-jasmine": "^0.3.5", + "karma-phantomjs-launcher": "^0.1.4", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.10", + "semver": "^4.2.0", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.20", + "webpack": "^1.9.10" + }, + "gitHead": "eb646ecdbffd88e03d70a33f121ad3ff732ccce8", + "_id": "vue@0.12.5", + "_shasum": "658b8e064400cf7c28cff5089d701b554f421071", + "_from": ".", + "_npmVersion": "2.11.1", + "_nodeVersion": "2.3.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "658b8e064400cf7c28cff5089d701b554f421071", + "tarball": "http://localhost:4872/vue/-/vue-0.12.5.tgz" + }, + "directories": {} + }, + "0.12.5-csp": { + "name": "vue", + "version": "0.12.5-csp", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack-dev-config.js & webpack --watch --config build/webpack-test-config.js" + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "grunt": "^0.4.5", + "grunt-eslint": "^16.0.0", + "grunt-karma": "^0.8.3", + "jasmine-core": "^2.3.4", + "karma": "^0.12.31", + "karma-chrome-launcher": "^0.1.7", + "karma-commonjs": "^0.0.10", + "karma-coverage": "^0.2.7", + "karma-firefox-launcher": "^0.1.4", + "karma-jasmine": "^0.3.5", + "karma-phantomjs-launcher": "^0.1.4", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.10", + "semver": "^4.2.0", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.20", + "webpack": "^1.9.10" + }, + "dependencies": { + "notevil": "^1.0.0" + }, + "gitHead": "fff52e17ce167d1848099b176a67bf31140e352d", + "_id": "vue@0.12.5-csp", + "_shasum": "b786db73c42308c11c4bf42b96bcead1ef1186b3", + "_from": ".", + "_npmVersion": "2.11.1", + "_nodeVersion": "2.3.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "b786db73c42308c11c4bf42b96bcead1ef1186b3", + "tarball": "http://localhost:4872/vue/-/vue-0.12.5-csp.tgz" + }, + "directories": {} + }, + "0.12.6": { + "name": "vue", + "version": "0.12.6", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack-dev-config.js & webpack --watch --config build/webpack-test-config.js" + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "grunt": "^0.4.5", + "grunt-eslint": "^16.0.0", + "grunt-karma": "^0.8.3", + "jasmine-core": "^2.3.4", + "karma": "^0.12.31", + "karma-chrome-launcher": "^0.1.7", + "karma-commonjs": "^0.0.10", + "karma-coverage": "^0.2.7", + "karma-firefox-launcher": "^0.1.4", + "karma-jasmine": "^0.3.5", + "karma-phantomjs-launcher": "^0.1.4", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.10", + "semver": "^4.2.0", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.20", + "webpack": "^1.9.10" + }, + "gitHead": "8bade9382a95a8d59764bb701d50e34253a09365", + "_id": "vue@0.12.6", + "_shasum": "eed5cd3833df7decc86a55184aa15c5434c2453f", + "_from": ".", + "_npmVersion": "2.11.1", + "_nodeVersion": "2.3.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "eed5cd3833df7decc86a55184aa15c5434c2453f", + "tarball": "http://localhost:4872/vue/-/vue-0.12.6.tgz" + }, + "directories": {} + }, + "0.12.6-csp": { + "name": "vue", + "version": "0.12.6-csp", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack-dev-config.js & webpack --watch --config build/webpack-test-config.js" + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "grunt": "^0.4.5", + "grunt-eslint": "^16.0.0", + "grunt-karma": "^0.8.3", + "jasmine-core": "^2.3.4", + "karma": "^0.12.31", + "karma-chrome-launcher": "^0.1.7", + "karma-commonjs": "^0.0.10", + "karma-coverage": "^0.2.7", + "karma-firefox-launcher": "^0.1.4", + "karma-jasmine": "^0.3.5", + "karma-phantomjs-launcher": "^0.1.4", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.10", + "semver": "^4.2.0", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.20", + "webpack": "^1.9.10" + }, + "dependencies": { + "notevil": "^1.0.0" + }, + "gitHead": "5eb9a5923a30f84ba07a1290761b78b707726c3f", + "_id": "vue@0.12.6-csp", + "_shasum": "1aa08e128510b8a939435dd033ec5bdfd0c1a199", + "_from": ".", + "_npmVersion": "2.11.1", + "_nodeVersion": "2.3.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "1aa08e128510b8a939435dd033ec5bdfd0c1a199", + "tarball": "http://localhost:4872/vue/-/vue-0.12.6-csp.tgz" + }, + "directories": {} + }, + "0.12.7": { + "name": "vue", + "version": "0.12.7", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack-dev-config.js & webpack --watch --config build/webpack-test-config.js" + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "grunt": "^0.4.5", + "grunt-eslint": "^16.0.0", + "grunt-karma": "^0.8.3", + "jasmine-core": "^2.3.4", + "karma": "^0.12.31", + "karma-chrome-launcher": "^0.1.7", + "karma-commonjs": "^0.0.10", + "karma-coverage": "^0.2.7", + "karma-firefox-launcher": "^0.1.4", + "karma-jasmine": "^0.3.5", + "karma-phantomjs-launcher": "^0.1.4", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.10", + "semver": "^4.2.0", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.20", + "webpack": "^1.9.10" + }, + "gitHead": "69edc1ae02b230dbda22eeae53a4899fc06dff40", + "_id": "vue@0.12.7", + "_shasum": "8c44077e6732e784921c1d72f74c2d1426779f9f", + "_from": ".", + "_npmVersion": "2.11.1", + "_nodeVersion": "2.3.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "8c44077e6732e784921c1d72f74c2d1426779f9f", + "tarball": "http://localhost:4872/vue/-/vue-0.12.7.tgz" + }, + "directories": {} + }, + "0.12.7-csp": { + "name": "vue", + "version": "0.12.7-csp", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack-dev-config.js & webpack --watch --config build/webpack-test-config.js" + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "grunt": "^0.4.5", + "grunt-eslint": "^16.0.0", + "grunt-karma": "^0.8.3", + "jasmine-core": "^2.3.4", + "karma": "^0.12.31", + "karma-chrome-launcher": "^0.1.7", + "karma-commonjs": "^0.0.10", + "karma-coverage": "^0.2.7", + "karma-firefox-launcher": "^0.1.4", + "karma-jasmine": "^0.3.5", + "karma-phantomjs-launcher": "^0.1.4", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.10", + "semver": "^4.2.0", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.20", + "webpack": "^1.9.10" + }, + "gitHead": "fb8ee54e9d8f730bc1b0161010d88379ad6c85ac", + "_id": "vue@0.12.7-csp", + "_shasum": "93c85aefe83ec82804f9e1382a30736855833c34", + "_from": ".", + "_npmVersion": "2.11.1", + "_nodeVersion": "2.3.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "93c85aefe83ec82804f9e1382a30736855833c34", + "tarball": "http://localhost:4872/vue/-/vue-0.12.7-csp.tgz" + }, + "directories": {} + }, + "0.12.8": { + "name": "vue", + "version": "0.12.8", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack.dev.config.js & webpack --watch --config build/webpack.test.config.js" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "grunt": "^0.4.5", + "grunt-eslint": "^16.0.0", + "grunt-karma": "^0.8.3", + "jasmine-core": "^2.3.4", + "karma": "^0.12.31", + "karma-chrome-launcher": "^0.1.7", + "karma-commonjs": "^0.0.10", + "karma-coverage": "^0.2.7", + "karma-firefox-launcher": "^0.1.4", + "karma-jasmine": "^0.3.5", + "karma-phantomjs-launcher": "^0.1.4", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.10", + "semver": "^4.2.0", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.20", + "webpack": "^1.9.10" + }, + "gitHead": "79b6eac029493b78d257031bcfb5153979d05f15", + "_id": "vue@0.12.8", + "_shasum": "ae47b98ef110577ae7fd13dbfcc0ad8149bfb422", + "_from": ".", + "_npmVersion": "2.11.1", + "_nodeVersion": "2.3.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "ae47b98ef110577ae7fd13dbfcc0ad8149bfb422", + "tarball": "http://localhost:4872/vue/-/vue-0.12.8.tgz" + }, + "directories": {} + }, + "0.12.8-csp": { + "name": "vue", + "version": "0.12.8-csp", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack.dev.config.js & webpack --watch --config build/webpack.test.config.js" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "grunt": "^0.4.5", + "grunt-eslint": "^16.0.0", + "grunt-karma": "^0.8.3", + "jasmine-core": "^2.3.4", + "karma": "^0.12.31", + "karma-chrome-launcher": "^0.1.7", + "karma-commonjs": "^0.0.10", + "karma-coverage": "^0.2.7", + "karma-firefox-launcher": "^0.1.4", + "karma-jasmine": "^0.3.5", + "karma-phantomjs-launcher": "^0.1.4", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.10", + "semver": "^4.2.0", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.20", + "webpack": "^1.9.10" + }, + "gitHead": "1c2aef1341f02f9c19c59e3979b817d2a7acb955", + "_id": "vue@0.12.8-csp", + "_shasum": "427682d45efd3e3103d93978b785c8b4b5be71d7", + "_from": ".", + "_npmVersion": "2.11.1", + "_nodeVersion": "2.3.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "427682d45efd3e3103d93978b785c8b4b5be71d7", + "tarball": "http://localhost:4872/vue/-/vue-0.12.8-csp.tgz" + }, + "directories": {} + }, + "0.12.9": { + "name": "vue", + "version": "0.12.9", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack.dev.config.js & webpack --watch --config build/webpack.test.config.js" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "grunt": "^0.4.5", + "grunt-eslint": "^16.0.0", + "grunt-karma": "^0.8.3", + "jasmine-core": "^2.3.4", + "karma": "^0.12.31", + "karma-chrome-launcher": "^0.1.7", + "karma-commonjs": "^0.0.10", + "karma-coverage": "^0.2.7", + "karma-firefox-launcher": "^0.1.4", + "karma-jasmine": "^0.3.5", + "karma-phantomjs-launcher": "^0.1.4", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.10", + "semver": "^4.2.0", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.20", + "webpack": "^1.9.10" + }, + "gitHead": "aca258e57602ff3466b9d3513c5bb7bf8fb08479", + "_id": "vue@0.12.9", + "_shasum": "1dec37396694a1b2e128ce075b857e30642ede58", + "_from": ".", + "_npmVersion": "2.13.0", + "_nodeVersion": "2.4.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "1dec37396694a1b2e128ce075b857e30642ede58", + "tarball": "http://localhost:4872/vue/-/vue-0.12.9.tgz" + }, + "directories": {} + }, + "0.12.9-csp": { + "name": "vue", + "version": "0.12.9-csp", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack.dev.config.js & webpack --watch --config build/webpack.test.config.js" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "grunt": "^0.4.5", + "grunt-eslint": "^16.0.0", + "grunt-karma": "^0.8.3", + "jasmine-core": "^2.3.4", + "karma": "^0.12.31", + "karma-chrome-launcher": "^0.1.7", + "karma-commonjs": "^0.0.10", + "karma-coverage": "^0.2.7", + "karma-firefox-launcher": "^0.1.4", + "karma-jasmine": "^0.3.5", + "karma-phantomjs-launcher": "^0.1.4", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.10", + "semver": "^4.2.0", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.20", + "webpack": "^1.9.10" + }, + "gitHead": "d3375c28d67cb865c7974d045b8e10d5580ebf3c", + "_id": "vue@0.12.9-csp", + "_shasum": "b44f5660859ac5df457fe2c5c9fdc9658c3948f4", + "_from": ".", + "_npmVersion": "2.13.0", + "_nodeVersion": "2.4.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "b44f5660859ac5df457fe2c5c9fdc9658c3948f4", + "tarball": "http://localhost:4872/vue/-/vue-0.12.9-csp.tgz" + }, + "directories": {} + }, + "0.12.10": { + "name": "vue", + "version": "0.12.10", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack.dev.config.js & webpack --watch --config build/webpack.test.config.js" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "grunt": "^0.4.5", + "grunt-eslint": "^17.1.0", + "grunt-karma": "^0.12.0", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-commonjs": "^0.0.13", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.14", + "phantomjs": "^1.9.17", + "semver": "^5.0.1", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.24", + "webpack": "^1.11.0" + }, + "gitHead": "923be291dfcc65f8fd90f1832b17fd5d0fdea488", + "_id": "vue@0.12.10", + "_shasum": "e6a0e2131568622338da3535ed5b7b93632be3ab", + "_from": ".", + "_npmVersion": "2.13.3", + "_nodeVersion": "3.0.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "e6a0e2131568622338da3535ed5b7b93632be3ab", + "tarball": "http://localhost:4872/vue/-/vue-0.12.10.tgz" + }, + "directories": {} + }, + "0.12.10-csp": { + "name": "vue", + "version": "0.12.10-csp", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack.dev.config.js & webpack --watch --config build/webpack.test.config.js" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "grunt": "^0.4.5", + "grunt-eslint": "^17.1.0", + "grunt-karma": "^0.12.0", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-commonjs": "^0.0.13", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.14", + "phantomjs": "^1.9.17", + "semver": "^5.0.1", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.24", + "webpack": "^1.11.0" + }, + "gitHead": "44f1029b598d8af59081d9fe39516c97c7066266", + "_id": "vue@0.12.10-csp", + "_shasum": "80e48b59945b9f8094fde3553bc9a6258a347bc5", + "_from": ".", + "_npmVersion": "2.13.3", + "_nodeVersion": "3.0.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "80e48b59945b9f8094fde3553bc9a6258a347bc5", + "tarball": "http://localhost:4872/vue/-/vue-0.12.10-csp.tgz" + }, + "directories": {} + }, + "0.12.11": { + "name": "vue", + "version": "0.12.11", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack.dev.config.js & webpack --watch --config build/webpack.test.config.js" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.1.0", + "grunt": "^0.4.5", + "grunt-eslint": "^17.1.0", + "grunt-karma": "^0.12.0", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-commonjs": "^0.0.13", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.14", + "phantomjs": "^1.9.17", + "semver": "^5.0.1", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.24", + "webpack": "^1.11.0" + }, + "gitHead": "04f3a4da16654604a50a8fa2f61f07985cb4fccc", + "_id": "vue@0.12.11", + "_shasum": "e7f84e3997b4456d5706106436903dd81070c1db", + "_from": ".", + "_npmVersion": "2.13.3", + "_nodeVersion": "3.0.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "e7f84e3997b4456d5706106436903dd81070c1db", + "tarball": "http://localhost:4872/vue/-/vue-0.12.11.tgz" + }, + "directories": {} + }, + "0.12.11-csp": { + "name": "vue", + "version": "0.12.11-csp", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack.dev.config.js & webpack --watch --config build/webpack.test.config.js" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.1.0", + "grunt": "^0.4.5", + "grunt-eslint": "^17.1.0", + "grunt-karma": "^0.12.0", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-commonjs": "^0.0.13", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.14", + "notevil": "^1.0.0", + "phantomjs": "^1.9.17", + "semver": "^5.0.1", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.24", + "webpack": "^1.11.0" + }, + "gitHead": "732840226fdcf4e087f21ac47b5a3d671090eed8", + "_id": "vue@0.12.11-csp", + "_shasum": "acad59aa013bc7a8fd5a291dfdccefe6f4e65ce0", + "_from": ".", + "_npmVersion": "2.13.3", + "_nodeVersion": "3.0.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "acad59aa013bc7a8fd5a291dfdccefe6f4e65ce0", + "tarball": "http://localhost:4872/vue/-/vue-0.12.11-csp.tgz" + }, + "directories": {} + }, + "0.12.12": { + "name": "vue", + "version": "0.12.12", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack.dev.config.js & webpack --watch --config build/webpack.test.config.js" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.1.0", + "grunt": "^0.4.5", + "grunt-eslint": "^17.1.0", + "grunt-karma": "^0.12.0", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-commonjs": "^0.0.13", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.14", + "phantomjs": "^1.9.17", + "semver": "^5.0.1", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.24", + "webpack": "^1.11.0" + }, + "gitHead": "bf8e37188fc622d976ce5f2a48cdfc2c1c4e07d7", + "_id": "vue@0.12.12", + "_shasum": "2964c17154dd72de58d0f2c9962759ef7135a56f", + "_from": ".", + "_npmVersion": "2.13.3", + "_nodeVersion": "3.0.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "2964c17154dd72de58d0f2c9962759ef7135a56f", + "tarball": "http://localhost:4872/vue/-/vue-0.12.12.tgz" + }, + "directories": {} + }, + "0.12.12-csp": { + "name": "vue", + "version": "0.12.12-csp", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack.dev.config.js & webpack --watch --config build/webpack.test.config.js" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.1.0", + "grunt": "^0.4.5", + "grunt-eslint": "^17.1.0", + "grunt-karma": "^0.12.0", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-commonjs": "^0.0.13", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.14", + "notevil": "^1.0.0", + "phantomjs": "^1.9.17", + "semver": "^5.0.1", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.24", + "webpack": "^1.11.0" + }, + "gitHead": "e1d877fe4f31d5559716369940742bb9dcae2f45", + "_id": "vue@0.12.12-csp", + "_shasum": "6d5c02160ea23fd597d7e08598330c36a732b29d", + "_from": ".", + "_npmVersion": "2.13.3", + "_nodeVersion": "3.0.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "6d5c02160ea23fd597d7e08598330c36a732b29d", + "tarball": "http://localhost:4872/vue/-/vue-0.12.12-csp.tgz" + }, + "directories": {} + }, + "1.0.0-alpha.1": { + "name": "vue", + "version": "1.0.0-alpha.1", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack.dev.config.js & webpack --watch --config build/webpack.test.config.js" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.1.0", + "grunt": "^0.4.5", + "grunt-eslint": "^17.1.0", + "grunt-karma": "^0.12.0", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-commonjs": "^0.0.13", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.14", + "phantomjs": "^1.9.17", + "semver": "^5.0.1", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.24", + "webpack": "^1.11.0" + }, + "gitHead": "1fabb471a44c9da9cdf9d12ff3e0540948878b5d", + "_id": "vue@1.0.0-alpha.1", + "_shasum": "3fa7172b997b76821a84c610cc3c11e2f411fb94", + "_from": ".", + "_npmVersion": "2.13.3", + "_nodeVersion": "3.0.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "3fa7172b997b76821a84c610cc3c11e2f411fb94", + "tarball": "http://localhost:4872/vue/-/vue-1.0.0-alpha.1.tgz" + }, + "directories": {} + }, + "1.0.0-alpha.2": { + "name": "vue", + "version": "1.0.0-alpha.2", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack.dev.config.js & webpack --watch --config build/webpack.test.config.js" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.1.0", + "grunt": "^0.4.5", + "grunt-eslint": "^17.1.0", + "grunt-karma": "^0.12.0", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-commonjs": "^0.0.13", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.14", + "phantomjs": "^1.9.17", + "semver": "^5.0.1", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.24", + "webpack": "^1.11.0" + }, + "gitHead": "a635000a9883b2554b587e470e8152d09f8e789e", + "_id": "vue@1.0.0-alpha.2", + "_shasum": "1e87c501343f3ead57da4dc5157212f83d397fb4", + "_from": ".", + "_npmVersion": "2.13.3", + "_nodeVersion": "3.0.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "1e87c501343f3ead57da4dc5157212f83d397fb4", + "tarball": "http://localhost:4872/vue/-/vue-1.0.0-alpha.2.tgz" + }, + "directories": {} + }, + "0.12.13": { + "name": "vue", + "version": "0.12.13", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack.dev.config.js & webpack --watch --config build/webpack.test.config.js" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.3.1", + "grunt": "^0.4.5", + "grunt-eslint": "^17.1.0", + "grunt-karma": "^0.12.0", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-commonjs": "^0.0.13", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.14", + "phantomjs": "^1.9.17", + "semver": "^5.0.1", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.24", + "webpack": "^1.11.0" + }, + "gitHead": "40e5bae10b3f0301c899a94d92bf78821948aa5e", + "_id": "vue@0.12.13", + "_shasum": "ac6b8047adb53454fa0c21335865b7949ff63477", + "_from": ".", + "_npmVersion": "2.13.3", + "_nodeVersion": "3.0.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "ac6b8047adb53454fa0c21335865b7949ff63477", + "tarball": "http://localhost:4872/vue/-/vue-0.12.13.tgz" + }, + "directories": {} + }, + "0.12.13-csp": { + "name": "vue", + "version": "0.12.13-csp", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack.dev.config.js & webpack --watch --config build/webpack.test.config.js" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.3.1", + "grunt": "^0.4.5", + "grunt-eslint": "^17.1.0", + "grunt-karma": "^0.12.0", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-commonjs": "^0.0.13", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.14", + "notevil": "^1.0.0", + "phantomjs": "^1.9.17", + "semver": "^5.0.1", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.24", + "webpack": "^1.11.0" + }, + "gitHead": "14027a432209f2febc76e5f007711357c9601e49", + "_id": "vue@0.12.13-csp", + "_shasum": "479f6c581df57b1bfb8da07ca1ba92035ffaf89a", + "_from": ".", + "_npmVersion": "2.13.3", + "_nodeVersion": "3.0.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "479f6c581df57b1bfb8da07ca1ba92035ffaf89a", + "tarball": "http://localhost:4872/vue/-/vue-0.12.13-csp.tgz" + }, + "directories": {} + }, + "1.0.0-alpha.3": { + "name": "vue", + "version": "1.0.0-alpha.3", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack.dev.config.js & webpack --watch --config build/webpack.test.config.js" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.3.1", + "grunt": "^0.4.5", + "grunt-eslint": "^17.1.0", + "grunt-karma": "^0.12.0", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-commonjs": "^0.0.13", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.14", + "phantomjs": "^1.9.17", + "semver": "^5.0.1", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.24", + "webpack": "^1.11.0" + }, + "gitHead": "852a66acb10c4b98433b17c487cf6ea4eacc9922", + "_id": "vue@1.0.0-alpha.3", + "_shasum": "31081bd4587079fd134085a16489f3d27672c821", + "_from": ".", + "_npmVersion": "2.13.3", + "_nodeVersion": "3.0.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "31081bd4587079fd134085a16489f3d27672c821", + "tarball": "http://localhost:4872/vue/-/vue-1.0.0-alpha.3.tgz" + }, + "directories": {} + }, + "0.12.14": { + "name": "vue", + "version": "0.12.14", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack.dev.config.js & webpack --watch --config build/webpack.test.config.js" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.3.1", + "grunt": "^0.4.5", + "grunt-eslint": "^17.1.0", + "grunt-karma": "^0.12.0", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-commonjs": "^0.0.13", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.14", + "phantomjs": "^1.9.17", + "semver": "^5.0.1", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.24", + "webpack": "^1.11.0" + }, + "gitHead": "600580761c84ee0ada01a0fadbde894a436e9155", + "_id": "vue@0.12.14", + "_shasum": "fdebb07621b722c346a74b5249714f5712c3ee75", + "_from": ".", + "_npmVersion": "2.11.3", + "_nodeVersion": "0.12.7", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "fdebb07621b722c346a74b5249714f5712c3ee75", + "tarball": "http://localhost:4872/vue/-/vue-0.12.14.tgz" + }, + "directories": {} + }, + "0.12.14-csp": { + "name": "vue", + "version": "0.12.14-csp", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack.dev.config.js & webpack --watch --config build/webpack.test.config.js" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.3.1", + "grunt": "^0.4.5", + "grunt-eslint": "^17.1.0", + "grunt-karma": "^0.12.0", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-commonjs": "^0.0.13", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.14", + "notevil": "^1.0.0", + "phantomjs": "^1.9.17", + "semver": "^5.0.1", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.24", + "webpack": "^1.11.0" + }, + "gitHead": "9df76d841589708bb524f781f943db9ba1f55ec8", + "_id": "vue@0.12.14-csp", + "_shasum": "4c3c31ab5c3b9b916bd16a628f3cd53bcf3955d7", + "_from": ".", + "_npmVersion": "2.11.3", + "_nodeVersion": "0.12.7", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "4c3c31ab5c3b9b916bd16a628f3cd53bcf3955d7", + "tarball": "http://localhost:4872/vue/-/vue-0.12.14-csp.tgz" + }, + "directories": {} + }, + "1.0.0-alpha.4": { + "name": "vue", + "version": "1.0.0-alpha.4", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack.dev.config.js & webpack --watch --config build/webpack.test.config.js" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.3.1", + "grunt": "^0.4.5", + "grunt-eslint": "^17.1.0", + "grunt-karma": "^0.12.0", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-commonjs": "^0.0.13", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.14", + "phantomjs": "^1.9.17", + "semver": "^5.0.1", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.24", + "webpack": "^1.11.0" + }, + "gitHead": "a24079e2c098ddd4d2dc92db48e9017c5a000ecb", + "_id": "vue@1.0.0-alpha.4", + "_shasum": "6111d4d57f7934d785326e5c8fe8fe46e675203b", + "_from": ".", + "_npmVersion": "2.11.3", + "_nodeVersion": "0.12.7", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "6111d4d57f7934d785326e5c8fe8fe46e675203b", + "tarball": "http://localhost:4872/vue/-/vue-1.0.0-alpha.4.tgz" + }, + "directories": {} + }, + "0.12.15": { + "name": "vue", + "version": "0.12.15", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack.dev.config.js & webpack --watch --config build/webpack.test.config.js" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.3.1", + "grunt": "^0.4.5", + "grunt-eslint": "^17.1.0", + "grunt-karma": "^0.12.0", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-commonjs": "^0.0.13", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.14", + "phantomjs": "^1.9.17", + "semver": "^5.0.1", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.24", + "webpack": "^1.11.0" + }, + "gitHead": "431563fe9204c9c95d206499faa97c8b2ad3a3bb", + "_id": "vue@0.12.15", + "_shasum": "271bc83a4563ac44e78239288600a3eed4b558a2", + "_from": ".", + "_npmVersion": "2.11.3", + "_nodeVersion": "0.12.7", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "271bc83a4563ac44e78239288600a3eed4b558a2", + "tarball": "http://localhost:4872/vue/-/vue-0.12.15.tgz" + }, + "directories": {} + }, + "0.12.15-csp": { + "name": "vue", + "version": "0.12.15-csp", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack.dev.config.js & webpack --watch --config build/webpack.test.config.js" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.3.1", + "grunt": "^0.4.5", + "grunt-eslint": "^17.1.0", + "grunt-karma": "^0.12.0", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-commonjs": "^0.0.13", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.14", + "notevil": "^1.0.0", + "phantomjs": "^1.9.17", + "semver": "^5.0.1", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.24", + "webpack": "^1.11.0" + }, + "gitHead": "27632265d38f06a875930a82cb7e525d887682de", + "_id": "vue@0.12.15-csp", + "_shasum": "0273cc2dd1c6458ebbcb16cec3664ab7e215d2a2", + "_from": ".", + "_npmVersion": "2.11.3", + "_nodeVersion": "0.12.7", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "0273cc2dd1c6458ebbcb16cec3664ab7e215d2a2", + "tarball": "http://localhost:4872/vue/-/vue-0.12.15-csp.tgz" + }, + "directories": {} + }, + "1.0.0-alpha.5": { + "name": "vue", + "version": "1.0.0-alpha.5", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack.dev.config.js & webpack --watch --config build/webpack.test.config.js" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.3.1", + "grunt": "^0.4.5", + "grunt-eslint": "^17.1.0", + "grunt-karma": "^0.12.0", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-commonjs": "^0.0.13", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.14", + "phantomjs": "^1.9.17", + "semver": "^5.0.1", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.24", + "webpack": "^1.11.0" + }, + "gitHead": "9648f018549b1f073ce6d1834ee6fbcb0b81815b", + "_id": "vue@1.0.0-alpha.5", + "_shasum": "bd237c3e7933e5fed81fa566f560df0ffca88701", + "_from": ".", + "_npmVersion": "2.11.3", + "_nodeVersion": "0.12.7", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "bd237c3e7933e5fed81fa566f560df0ffca88701", + "tarball": "http://localhost:4872/vue/-/vue-1.0.0-alpha.5.tgz" + }, + "directories": {} + }, + "1.0.0-beta.1": { + "name": "vue", + "version": "1.0.0-beta.1", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack.dev.config.js & webpack --watch --config build/webpack.test.config.js" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.3.1", + "grunt": "^0.4.5", + "grunt-eslint": "^17.1.0", + "grunt-karma": "^0.12.0", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-commonjs": "^0.0.13", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.14", + "phantomjs": "^1.9.17", + "semver": "^5.0.1", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.24", + "webpack": "^1.11.0" + }, + "gitHead": "2e904113d9e62e9cbff096bc6639e3b9c75c2fb4", + "_id": "vue@1.0.0-beta.1", + "_shasum": "7c0da3586cca7716ae421a4cc84ba0f1c5f4bd76", + "_from": ".", + "_npmVersion": "2.11.3", + "_nodeVersion": "0.12.7", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "7c0da3586cca7716ae421a4cc84ba0f1c5f4bd76", + "tarball": "http://localhost:4872/vue/-/vue-1.0.0-beta.1.tgz" + }, + "directories": {} + }, + "0.12.16": { + "name": "vue", + "version": "0.12.16", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack.dev.config.js & webpack --watch --config build/webpack.test.config.js" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.3.1", + "grunt": "^0.4.5", + "grunt-eslint": "^17.1.0", + "grunt-karma": "^0.12.0", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-commonjs": "^0.0.13", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.14", + "phantomjs": "^1.9.17", + "semver": "^5.0.1", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.24", + "webpack": "^1.11.0" + }, + "gitHead": "d53c40ab698942c891441d16bce1374982842d60", + "_id": "vue@0.12.16", + "_shasum": "cf8e48237d7547f1bc1a1ff0070980a377478989", + "_from": ".", + "_npmVersion": "2.11.3", + "_nodeVersion": "0.12.7", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "cf8e48237d7547f1bc1a1ff0070980a377478989", + "tarball": "http://localhost:4872/vue/-/vue-0.12.16.tgz" + }, + "directories": {} + }, + "0.12.16-csp": { + "name": "vue", + "version": "0.12.16-csp", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack.dev.config.js & webpack --watch --config build/webpack.test.config.js" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.3.1", + "grunt": "^0.4.5", + "grunt-eslint": "^17.1.0", + "grunt-karma": "^0.12.0", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-commonjs": "^0.0.13", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.14", + "notevil": "^1.0.0", + "phantomjs": "^1.9.17", + "semver": "^5.0.1", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.24", + "webpack": "^1.11.0" + }, + "gitHead": "b43cf1f257fa8c5cfa8d8e7528cb34c9969749de", + "_id": "vue@0.12.16-csp", + "_shasum": "5461cb34120cab7ecaad989f5b8b8d15e3685f4e", + "_from": ".", + "_npmVersion": "2.11.3", + "_nodeVersion": "0.12.7", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "5461cb34120cab7ecaad989f5b8b8d15e3685f4e", + "tarball": "http://localhost:4872/vue/-/vue-0.12.16-csp.tgz" + }, + "directories": {} + }, + "1.0.0-alpha.6": { + "name": "vue", + "version": "1.0.0-alpha.6", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack.dev.config.js & webpack --watch --config build/webpack.test.config.js" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.3.1", + "grunt": "^0.4.5", + "grunt-eslint": "^17.1.0", + "grunt-karma": "^0.12.0", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-commonjs": "^0.0.13", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.14", + "phantomjs": "^1.9.17", + "semver": "^5.0.1", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.24", + "webpack": "^1.11.0" + }, + "gitHead": "2da36175ef24b0e5904c5e78c93ac2ed3b3ca08c", + "_id": "vue@1.0.0-alpha.6", + "_shasum": "74fb5345a965237d6ec8409ccb1eeeb4449e481b", + "_from": ".", + "_npmVersion": "2.11.3", + "_nodeVersion": "0.12.7", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "74fb5345a965237d6ec8409ccb1eeeb4449e481b", + "tarball": "http://localhost:4872/vue/-/vue-1.0.0-alpha.6.tgz" + }, + "directories": {} + }, + "1.0.0-beta.2": { + "name": "vue", + "version": "1.0.0-beta.2", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & webpack --watch --config build/webpack.test.config.js" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.3.1", + "grunt": "^0.4.5", + "grunt-eslint": "^17.1.0", + "grunt-karma": "^0.12.0", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-commonjs": "^0.0.13", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.14", + "phantomjs": "^1.9.17", + "semver": "^5.0.1", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.24", + "webpack": "^1.11.0" + }, + "gitHead": "b7bc6e663abf4a7061061887c60670e51d44cd5a", + "_id": "vue@1.0.0-beta.2", + "_shasum": "d7f5a1c9473f6a0b6e0a477bda2c01b7428a3e42", + "_from": ".", + "_npmVersion": "2.11.3", + "_nodeVersion": "0.12.7", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "d7f5a1c9473f6a0b6e0a477bda2c01b7428a3e42", + "tarball": "http://localhost:4872/vue/-/vue-1.0.0-beta.2.tgz" + }, + "directories": {} + }, + "1.0.0-alpha.7": { + "name": "vue", + "version": "1.0.0-alpha.7", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack.dev.config.js & webpack --watch --config build/webpack.test.config.js" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.3.1", + "grunt": "^0.4.5", + "grunt-eslint": "^17.1.0", + "grunt-karma": "^0.12.0", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-commonjs": "^0.0.13", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.14", + "phantomjs": "^1.9.17", + "semver": "^5.0.1", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.24", + "webpack": "^1.11.0" + }, + "gitHead": "6d64b363dae7ad76a480f0ad9b7109ebaea6b7cf", + "_id": "vue@1.0.0-alpha.7", + "_shasum": "8876b3feaece05e0579cfa571e2b37bffcbab9fb", + "_from": ".", + "_npmVersion": "2.11.3", + "_nodeVersion": "0.12.7", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "8876b3feaece05e0579cfa571e2b37bffcbab9fb", + "tarball": "http://localhost:4872/vue/-/vue-1.0.0-alpha.7.tgz" + }, + "directories": {} + }, + "1.0.0-beta.3": { + "name": "vue", + "version": "1.0.0-beta.3", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & webpack --watch --config build/webpack.test.config.js" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.3.1", + "grunt": "^0.4.5", + "grunt-eslint": "^17.1.0", + "grunt-karma": "^0.12.0", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-commonjs": "^0.0.13", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.14", + "phantomjs": "^1.9.17", + "semver": "^5.0.1", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.24", + "webpack": "^1.11.0" + }, + "gitHead": "3d8c1023536fb3b828af233f9bcb9064758f4451", + "_id": "vue@1.0.0-beta.3", + "_shasum": "314d96c528b8cf4ce67851503b0071bee61369a7", + "_from": ".", + "_npmVersion": "2.11.3", + "_nodeVersion": "0.12.7", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "314d96c528b8cf4ce67851503b0071bee61369a7", + "tarball": "http://localhost:4872/vue/-/vue-1.0.0-beta.3.tgz" + }, + "directories": {} + }, + "1.0.0-alpha.8": { + "name": "vue", + "version": "1.0.0-alpha.8", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack.dev.config.js & webpack --watch --config build/webpack.test.config.js" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.3.1", + "grunt": "^0.4.5", + "grunt-eslint": "^17.1.0", + "grunt-karma": "^0.12.0", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-commonjs": "^0.0.13", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.14", + "phantomjs": "^1.9.17", + "semver": "^5.0.1", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.24", + "webpack": "^1.11.0" + }, + "gitHead": "30196eee162ebc8887e891e876b2fe2f2801f01f", + "_id": "vue@1.0.0-alpha.8", + "_shasum": "293521d44a7265fac0843eaf209d2b43a821e41f", + "_from": ".", + "_npmVersion": "2.11.3", + "_nodeVersion": "0.12.7", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "293521d44a7265fac0843eaf209d2b43a821e41f", + "tarball": "http://localhost:4872/vue/-/vue-1.0.0-alpha.8.tgz" + }, + "directories": {} + }, + "1.0.0-beta.4": { + "name": "vue", + "version": "1.0.0-beta.4", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & webpack --watch --config build/webpack.test.config.js" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.3.1", + "grunt": "^0.4.5", + "grunt-eslint": "^17.1.0", + "grunt-karma": "^0.12.0", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-commonjs": "^0.0.13", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.14", + "phantomjs": "^1.9.17", + "semver": "^5.0.1", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.24", + "webpack": "^1.11.0" + }, + "gitHead": "c776ad48afdac56af335223553b92687ed2a1e0c", + "_id": "vue@1.0.0-beta.4", + "_shasum": "5c492c1877d13ad96450f978906aa87c34a2509b", + "_from": ".", + "_npmVersion": "2.11.3", + "_nodeVersion": "0.12.7", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "5c492c1877d13ad96450f978906aa87c34a2509b", + "tarball": "http://localhost:4872/vue/-/vue-1.0.0-beta.4.tgz" + }, + "directories": {} + }, + "1.0.0-rc.1": { + "name": "vue", + "version": "1.0.0-rc.1", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/yyx990803/vue.git" + }, + "bugs": { + "url": "https://github.com/yyx990803/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & webpack --watch --config build/webpack.test.config.js" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.3.1", + "grunt": "^0.4.5", + "grunt-eslint": "^17.1.0", + "grunt-karma": "^0.12.0", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-commonjs": "^0.0.13", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.14", + "phantomjs": "^1.9.17", + "semver": "^5.0.1", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.24", + "webpack": "^1.11.0" + }, + "gitHead": "58d022899a4dc4598bd4b58b56c6d22d4564144e", + "_id": "vue@1.0.0-rc.1", + "_shasum": "bd5ab314dfe3a42ae3d102c2a439ff40a4ee84c5", + "_from": ".", + "_npmVersion": "2.11.3", + "_nodeVersion": "0.12.7", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "bd5ab314dfe3a42ae3d102c2a439ff40a4ee84c5", + "tarball": "http://localhost:4872/vue/-/vue-1.0.0-rc.1.tgz" + }, + "directories": {} + }, + "1.0.0-rc.2-migration": { + "name": "vue", + "version": "1.0.0-rc.2-migration", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack.dev.config.js & webpack --watch --config build/webpack.test.config.js" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.3.1", + "grunt": "^0.4.5", + "grunt-eslint": "^17.1.0", + "grunt-karma": "^0.12.0", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-commonjs": "^0.0.13", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.14", + "phantomjs": "^1.9.17", + "semver": "^5.0.1", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.24", + "webpack": "^1.11.0" + }, + "gitHead": "b1b70fa909c5db06bf625e3d69ccbd193654b36d", + "_id": "vue@1.0.0-rc.2-migration", + "_shasum": "4afcad21145df9d6786fdf5189bb817fbc7f5a95", + "_from": ".", + "_npmVersion": "2.11.3", + "_nodeVersion": "0.12.7", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "4afcad21145df9d6786fdf5189bb817fbc7f5a95", + "tarball": "http://localhost:4872/vue/-/vue-1.0.0-rc.2-migration.tgz" + }, + "directories": {} + }, + "1.0.0-rc.2": { + "name": "vue", + "version": "1.0.0-rc.2", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & webpack --watch --config build/webpack.test.config.js" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.3.1", + "grunt": "^0.4.5", + "grunt-eslint": "^17.1.0", + "grunt-karma": "^0.12.0", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-commonjs": "^0.0.13", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.14", + "phantomjs": "^1.9.17", + "semver": "^5.0.1", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.24", + "webpack": "^1.11.0" + }, + "gitHead": "50cf2ab528e2c272eb852f96ebb00f220a6371ba", + "_id": "vue@1.0.0-rc.2", + "_shasum": "85fa26706cb92cef3b85163b5f79d8b6b9a53d15", + "_from": ".", + "_npmVersion": "2.11.3", + "_nodeVersion": "0.12.7", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "85fa26706cb92cef3b85163b5f79d8b6b9a53d15", + "tarball": "http://localhost:4872/vue/-/vue-1.0.0-rc.2.tgz" + }, + "directories": {} + }, + "1.0.0-csp": { + "name": "vue", + "version": "1.0.0-csp", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & webpack --watch --config build/webpack.test.config.js" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.3.1", + "grunt": "^0.4.5", + "grunt-eslint": "^17.1.0", + "grunt-karma": "^0.12.0", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-commonjs": "^0.0.13", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.3.0", + "notevil": "^1.0.0", + "phantomjs": "^1.9.17", + "semver": "^5.0.1", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.24", + "webpack": "^1.11.0" + }, + "gitHead": "e6b2a4a9128c56d328ffc2555157df9648d74f7d", + "_id": "vue@1.0.0-csp", + "_shasum": "fbb448a1a9e51a2f6844cdb59eb30cbbe2ca78c9", + "_from": ".", + "_npmVersion": "2.11.3", + "_nodeVersion": "0.12.7", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "fbb448a1a9e51a2f6844cdb59eb30cbbe2ca78c9", + "tarball": "http://localhost:4872/vue/-/vue-1.0.0-csp.tgz" + }, + "directories": {} + }, + "1.0.0-migration": { + "name": "vue", + "version": "1.0.0-migration", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "dev": "webpack --watch --config build/webpack.dev.config.js & webpack --watch --config build/webpack.test.config.js" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.3.1", + "grunt": "^0.4.5", + "grunt-eslint": "^17.1.0", + "grunt-karma": "^0.12.0", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-commonjs": "^0.0.13", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.2.14", + "phantomjs": "^1.9.17", + "semver": "^5.0.1", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.24", + "webpack": "^1.11.0" + }, + "gitHead": "783a619f0c12862aa3022fd7d9b509c235dba34c", + "_id": "vue@1.0.0-migration", + "_shasum": "1042d3004f6721e561f3e4adbcf2dfe4cde23cd4", + "_from": ".", + "_npmVersion": "2.11.3", + "_nodeVersion": "0.12.7", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "1042d3004f6721e561f3e4adbcf2dfe4cde23cd4", + "tarball": "http://localhost:4872/vue/-/vue-1.0.0-migration.tgz" + }, + "directories": {} + }, + "1.0.0": { + "name": "vue", + "version": "1.0.0", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & webpack --watch --config build/webpack.test.config.js" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.3.1", + "grunt": "^0.4.5", + "grunt-eslint": "^17.1.0", + "grunt-karma": "^0.12.0", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-commonjs": "^0.0.13", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.3.0", + "phantomjs": "^1.9.17", + "semver": "^5.0.1", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.24", + "webpack": "^1.11.0" + }, + "gitHead": "d8e9e2ea16153aacdc99a6cc36f7d121a5ab484c", + "_id": "vue@1.0.0", + "_shasum": "9672e208dd776a3eaf8f4164c6c0c2d496c442f1", + "_from": ".", + "_npmVersion": "2.11.3", + "_nodeVersion": "0.12.7", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "9672e208dd776a3eaf8f4164c6c0c2d496c442f1", + "tarball": "http://localhost:4872/vue/-/vue-1.0.0.tgz" + }, + "directories": {} + }, + "1.0.1": { + "name": "vue", + "version": "1.0.1", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & webpack --watch --config build/webpack.test.config.js" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.3.1", + "grunt": "^0.4.5", + "grunt-eslint": "^17.1.0", + "grunt-karma": "^0.12.0", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-commonjs": "^0.0.13", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.3.0", + "phantomjs": "^1.9.17", + "semver": "^5.0.1", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.24", + "webpack": "^1.11.0" + }, + "gitHead": "b07cbb99e3af6dbe7149b5aa3d28ce467b5b8c23", + "_id": "vue@1.0.1", + "_shasum": "ef198f2d9055cac28bedf7ad6b81452492daee70", + "_from": ".", + "_npmVersion": "2.11.3", + "_nodeVersion": "0.12.7", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "ef198f2d9055cac28bedf7ad6b81452492daee70", + "tarball": "http://localhost:4872/vue/-/vue-1.0.1.tgz" + }, + "directories": {} + }, + "1.0.2": { + "name": "vue", + "version": "1.0.2", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & webpack --watch --config build/webpack.test.config.js" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.3.1", + "grunt": "^0.4.5", + "grunt-eslint": "^17.1.0", + "grunt-karma": "^0.12.0", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-commonjs": "^0.0.13", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.3.0", + "phantomjs": "^1.9.17", + "semver": "^5.0.1", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.24", + "webpack": "^1.11.0" + }, + "gitHead": "d8605f92833dafc1195f68b20755a376a8291630", + "_id": "vue@1.0.2", + "_shasum": "577f2b55001dd0d8f99de867cbabb4ab579a226f", + "_from": ".", + "_npmVersion": "2.11.3", + "_nodeVersion": "0.12.7", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "577f2b55001dd0d8f99de867cbabb4ab579a226f", + "tarball": "http://localhost:4872/vue/-/vue-1.0.2.tgz" + }, + "directories": {} + }, + "1.0.3": { + "name": "vue", + "version": "1.0.3", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interative interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & webpack --watch --config build/webpack.test.config.js" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.3.1", + "grunt": "^0.4.5", + "grunt-eslint": "^17.1.0", + "grunt-karma": "^0.12.0", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-commonjs": "^0.0.13", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.3.0", + "phantomjs": "^1.9.17", + "semver": "^5.0.1", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.24", + "webpack": "^1.11.0" + }, + "gitHead": "450424bd086342f9da87a2878857e9c9daa554b7", + "_id": "vue@1.0.3", + "_shasum": "72554202d6aedb302d0a3bcf66a2d477ff521574", + "_from": ".", + "_npmVersion": "2.11.3", + "_nodeVersion": "0.12.7", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "72554202d6aedb302d0a3bcf66a2d477ff521574", + "tarball": "http://localhost:4872/vue/-/vue-1.0.3.tgz" + }, + "directories": {} + }, + "1.0.4": { + "name": "vue", + "version": "1.0.4", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interactive interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & webpack --watch --config build/webpack.test.config.js" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.3.1", + "grunt": "^0.4.5", + "grunt-eslint": "^17.1.0", + "grunt-karma": "^0.12.0", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-commonjs": "^0.0.13", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.3.0", + "phantomjs": "^1.9.17", + "semver": "^5.0.1", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.24", + "webpack": "^1.11.0" + }, + "gitHead": "79f289a2f22871a667b695687e35e22ef0fe2002", + "_id": "vue@1.0.4", + "_shasum": "63edbea66334a19dcee96289e1193d36bfe84a2a", + "_from": ".", + "_npmVersion": "2.11.3", + "_nodeVersion": "0.12.7", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "63edbea66334a19dcee96289e1193d36bfe84a2a", + "tarball": "http://localhost:4872/vue/-/vue-1.0.4.tgz" + }, + "directories": {} + }, + "1.0.5": { + "name": "vue", + "version": "1.0.5", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interactive interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & webpack --watch --config build/webpack.test.config.js" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.3.1", + "grunt": "^0.4.5", + "grunt-eslint": "^17.1.0", + "grunt-karma": "^0.12.0", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-commonjs": "^0.0.13", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-ie-launcher": "^0.2.0", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.3.0", + "phantomjs": "^1.9.17", + "semver": "^5.0.1", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.24", + "webpack": "^1.11.0" + }, + "gitHead": "d8c325d587284e6225933a16ba4cd44e6dcf2bc1", + "_id": "vue@1.0.5", + "_shasum": "77d097c430232844fe7b3971455bf48512724d27", + "_from": ".", + "_npmVersion": "2.14.7", + "_nodeVersion": "4.2.2", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "77d097c430232844fe7b3971455bf48512724d27", + "tarball": "http://localhost:4872/vue/-/vue-1.0.5.tgz" + }, + "deprecated": "the dist file was built incorrectly.", + "directories": {} + }, + "1.0.6": { + "name": "vue", + "version": "1.0.6", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interactive interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & webpack --watch --config build/webpack.test.config.js" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.3.1", + "grunt": "^0.4.5", + "grunt-eslint": "^17.1.0", + "grunt-karma": "^0.12.0", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-commonjs": "^0.0.13", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-ie-launcher": "^0.2.0", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.3.0", + "phantomjs": "^1.9.17", + "semver": "^5.0.1", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.24", + "webpack": "^1.11.0" + }, + "gitHead": "d88acc1710f5a94b472b40fa173b5fb0582f3f10", + "_id": "vue@1.0.6", + "_shasum": "33d97020b756eb3d2bf164f7533b5e308d7213ec", + "_from": ".", + "_npmVersion": "2.14.7", + "_nodeVersion": "4.2.2", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "33d97020b756eb3d2bf164f7533b5e308d7213ec", + "tarball": "http://localhost:4872/vue/-/vue-1.0.6.tgz" + }, + "directories": {} + }, + "1.0.7": { + "name": "vue", + "version": "1.0.7", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interactive interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & webpack --watch --config build/webpack.test.config.js" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.3.1", + "grunt": "^0.4.5", + "grunt-eslint": "^17.1.0", + "grunt-karma": "^0.12.0", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-commonjs": "^0.0.13", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-ie-launcher": "^0.2.0", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.3.0", + "phantomjs": "^1.9.17", + "semver": "^5.0.1", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.24", + "webpack": "^1.11.0" + }, + "gitHead": "6ce6e0c9955667fb5f150823d0c97f3ffbb9d484", + "_id": "vue@1.0.7", + "_shasum": "414aeef2428e8602cdc7492e391550c33374cf30", + "_from": ".", + "_npmVersion": "2.14.7", + "_nodeVersion": "4.2.2", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "414aeef2428e8602cdc7492e391550c33374cf30", + "tarball": "http://localhost:4872/vue/-/vue-1.0.7.tgz" + }, + "directories": {} + }, + "1.0.8": { + "name": "vue", + "version": "1.0.8", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interactive interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "src/vue.js", + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "grunt ci", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & webpack --watch --config build/webpack.test.config.js" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.3.1", + "grunt": "^0.4.5", + "grunt-eslint": "^17.1.0", + "grunt-karma": "^0.12.0", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-commonjs": "^0.0.13", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-ie-launcher": "^0.2.0", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.3.0", + "phantomjs": "^1.9.17", + "semver": "^5.0.1", + "shell-task": "^1.0.0", + "uglify-js": "^2.4.24", + "webpack": "^1.11.0" + }, + "gitHead": "add8cc58a360e0e545db31048ad06e0e943b284b", + "_id": "vue@1.0.8", + "_shasum": "f00bddff3f08edd193c98d19166eaaece6b38bc4", + "_from": ".", + "_npmVersion": "2.14.7", + "_nodeVersion": "4.2.2", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "f00bddff3f08edd193c98d19166eaaece6b38bc4", + "tarball": "http://localhost:4872/vue/-/vue-1.0.8.tgz" + }, + "directories": {} + }, + "1.0.9": { + "name": "vue", + "version": "1.0.9", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interactive interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "dist/vue.common.js", + "files": [ + "dist/vue.common.js", + "dist/vue.js", + "dist/vue.min.js", + "src" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "npm run lint && npm run cover && npm run build && npm run e2e", + "build": "node build/build.js", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & npm run serve-test", + "serve-test": "webpack-dev-server --config build/webpack.test.config.js", + "build-test": "webpack --config build/webpack.test.config.js", + "lint": "eslint src/** test/e2e/** test/unit/specs/** build/**.js", + "e2e": "casperjs test --concise ./test/e2e", + "unit": "karma start build/karma.unit.config.js", + "cover": "karma start build/karma.cover.config.js", + "sauce": "karma start build/karma.sauce.config.js", + "sauce-all": "npm run sauce && npm run sauce -- 1 && npm run sauce -- 2", + "release": "bash build/release.sh" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "babel-core": "^5.0.0", + "babel-loader": "^5.0.0", + "babel-runtime": "^6.1.18", + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.3.1", + "istanbul-instrumenter-loader": "^0.1.3", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-ie-launcher": "^0.2.0", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.3.0", + "karma-webpack": "^1.7.0", + "object-assign": "^4.0.1", + "phantomjs": "^1.9.17", + "rollup": "^0.21.0", + "rollup-plugin-babel": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "uglify-js": "^2.4.24", + "webpack": "^1.12.2", + "webpack-dev-server": "^1.12.1" + }, + "gitHead": "689def5858719b6ac77cbbc7d386ed1fdfa75df4", + "_id": "vue@1.0.9", + "_shasum": "a2a977d0e014bca89007e324d16c696839213955", + "_from": ".", + "_npmVersion": "2.14.7", + "_nodeVersion": "4.2.2", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "a2a977d0e014bca89007e324d16c696839213955", + "tarball": "http://localhost:4872/vue/-/vue-1.0.9.tgz" + }, + "directories": {} + }, + "1.0.10": { + "name": "vue", + "version": "1.0.10", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interactive interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "dist/vue.common.js", + "files": [ + "dist/vue.common.js", + "dist/vue.js", + "dist/vue.min.js", + "src" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "npm run lint && npm run cover && npm run build && npm run e2e", + "build": "node build/build.js", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & npm run serve-test", + "serve-test": "webpack-dev-server --config build/webpack.test.config.js", + "build-test": "webpack --config build/webpack.test.config.js", + "lint": "eslint src/** test/e2e/** test/unit/specs/** build/**.js", + "e2e": "casperjs test --concise ./test/e2e", + "unit": "karma start build/karma.unit.config.js", + "cover": "karma start build/karma.cover.config.js", + "sauce": "karma start build/karma.sauce.config.js", + "sauce-all": "npm run sauce && npm run sauce -- 1 && npm run sauce -- 2", + "release": "bash build/release.sh" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "babel-core": "^5.0.0", + "babel-loader": "^5.0.0", + "babel-runtime": "^6.1.18", + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.3.1", + "istanbul-instrumenter-loader": "^0.1.3", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-ie-launcher": "^0.2.0", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.3.0", + "karma-webpack": "^1.7.0", + "object-assign": "^4.0.1", + "phantomjs": "^1.9.17", + "rollup": "^0.21.0", + "rollup-plugin-babel": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "uglify-js": "^2.4.24", + "webpack": "^1.12.2", + "webpack-dev-server": "^1.12.1" + }, + "gitHead": "b7e83e618aace57726c1053b20bb8e6ae3a2ad52", + "_id": "vue@1.0.10", + "_shasum": "4a82dbe25ec1db12b1efc207869ece7b15bb85e0", + "_from": ".", + "_npmVersion": "2.14.7", + "_nodeVersion": "4.2.2", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "4a82dbe25ec1db12b1efc207869ece7b15bb85e0", + "tarball": "http://localhost:4872/vue/-/vue-1.0.10.tgz" + }, + "directories": {} + }, + "1.0.10-csp": { + "name": "vue", + "version": "1.0.10-csp", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interactive interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "dist/vue.common.js", + "files": [ + "dist/vue.common.js", + "dist/vue.js", + "dist/vue.min.js", + "src" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "npm run lint && npm run cover && npm run build && npm run e2e", + "build": "node build/build.js", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & npm run serve-test", + "serve-test": "webpack-dev-server --config build/webpack.test.config.js", + "build-test": "webpack --config build/webpack.test.config.js", + "lint": "eslint src/** test/e2e/** test/unit/specs/** build/**.js", + "e2e": "casperjs test --concise ./test/e2e", + "unit": "karma start build/karma.unit.config.js", + "cover": "karma start build/karma.cover.config.js", + "sauce": "karma start build/karma.sauce.config.js", + "sauce-all": "npm run sauce && npm run sauce -- 1 && npm run sauce -- 2", + "release": "bash build/release.sh" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "babel-core": "^5.0.0", + "babel-loader": "^5.0.0", + "babel-runtime": "^6.1.18", + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.3.1", + "istanbul-instrumenter-loader": "^0.1.3", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-ie-launcher": "^0.2.0", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.3.0", + "karma-webpack": "^1.7.0", + "notevil": "^1.0.0", + "object-assign": "^4.0.1", + "phantomjs": "^1.9.17", + "rollup": "^0.21.0", + "rollup-plugin-babel": "^1.0.0", + "rollup-plugin-commonjs": "^1.4.0", + "rollup-plugin-replace": "^1.1.0", + "uglify-js": "^2.4.24", + "webpack": "^1.12.2", + "webpack-dev-server": "^1.12.1" + }, + "gitHead": "ca0d8217f1f9550ce2746a96e8995ab0f3dc0b7a", + "_id": "vue@1.0.10-csp", + "_shasum": "2f3291fef280e2763601d29f59b5d7d240fba84c", + "_from": ".", + "_npmVersion": "2.14.7", + "_nodeVersion": "4.2.2", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "2f3291fef280e2763601d29f59b5d7d240fba84c", + "tarball": "http://localhost:4872/vue/-/vue-1.0.10-csp.tgz" + }, + "directories": {} + }, + "1.0.11": { + "name": "vue", + "version": "1.0.11", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interactive interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "dist/vue.common.js", + "files": [ + "dist/vue.common.js", + "dist/vue.js", + "dist/vue.min.js", + "src" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "npm run lint && npm run cover && npm run build && npm run e2e", + "build": "node build/build.js", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & npm run serve-test", + "serve-test": "webpack-dev-server --config build/webpack.test.config.js --host 0.0.0.0", + "build-test": "webpack --config build/webpack.test.config.js", + "lint": "eslint src/** test/e2e/** test/unit/specs/** build/**.js", + "e2e": "casperjs test --concise ./test/e2e", + "unit": "karma start build/karma.unit.config.js", + "cover": "karma start build/karma.cover.config.js", + "sauce": "karma start build/karma.sauce.config.js", + "sauce-all": "npm run sauce && npm run sauce -- 1 && npm run sauce -- 2", + "release": "bash build/release.sh" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "babel-core": "^5.8.0", + "babel-loader": "^5.4.0", + "babel-runtime": "^5.8.0", + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.3.1", + "istanbul-instrumenter-loader": "^0.1.3", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-ie-launcher": "^0.2.0", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.3.0", + "karma-webpack": "^1.7.0", + "object-assign": "^4.0.1", + "phantomjs": "^1.9.17", + "rollup": "^0.21.0", + "rollup-plugin-babel": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "uglify-js": "^2.4.24", + "webpack": "^1.12.2", + "webpack-dev-server": "^1.12.1" + }, + "gitHead": "9f514b6a1edbf2741b308c59c407f25c978076af", + "_id": "vue@1.0.11", + "_shasum": "60c873d8869dc2c952506870848b86043588a00b", + "_from": ".", + "_npmVersion": "3.3.12", + "_nodeVersion": "5.1.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "60c873d8869dc2c952506870848b86043588a00b", + "tarball": "http://localhost:4872/vue/-/vue-1.0.11.tgz" + }, + "directories": {} + }, + "1.0.11-csp": { + "name": "vue", + "version": "1.0.11-csp", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interactive interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "dist/vue.common.js", + "files": [ + "dist/vue.common.js", + "dist/vue.js", + "dist/vue.min.js", + "src" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "npm run lint && npm run cover && npm run build && npm run e2e", + "build": "node build/build.js", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & npm run serve-test", + "serve-test": "webpack-dev-server --config build/webpack.test.config.js --host 0.0.0.0", + "build-test": "webpack --config build/webpack.test.config.js", + "lint": "eslint src/** test/e2e/** test/unit/specs/** build/**.js", + "e2e": "casperjs test --concise ./test/e2e", + "unit": "karma start build/karma.unit.config.js", + "cover": "karma start build/karma.cover.config.js", + "sauce": "karma start build/karma.sauce.config.js", + "sauce-all": "npm run sauce", + "release": "bash build/release.sh" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "babel-core": "^5.8.0", + "babel-loader": "^5.4.0", + "babel-runtime": "^5.8.0", + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.3.1", + "istanbul-instrumenter-loader": "^0.1.3", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-ie-launcher": "^0.2.0", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.3.0", + "karma-webpack": "^1.7.0", + "notevil": "^1.0.0", + "object-assign": "^4.0.1", + "phantomjs": "^1.9.17", + "rollup": "^0.21.0", + "rollup-plugin-babel": "^1.0.0", + "rollup-plugin-commonjs": "^1.4.0", + "rollup-plugin-replace": "^1.1.0", + "uglify-js": "^2.4.24", + "webpack": "^1.12.2", + "webpack-dev-server": "^1.12.1" + }, + "gitHead": "4b41eb2d0ed7dc1c38a83faad203f03c6454c205", + "_id": "vue@1.0.11-csp", + "_shasum": "714edc5b9f73bc1a4dfe759ddae8209c85916227", + "_from": ".", + "_npmVersion": "3.3.12", + "_nodeVersion": "5.1.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "714edc5b9f73bc1a4dfe759ddae8209c85916227", + "tarball": "http://localhost:4872/vue/-/vue-1.0.11-csp.tgz" + }, + "directories": {} + }, + "1.0.12": { + "name": "vue", + "version": "1.0.12", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interactive interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "dist/vue.common.js", + "files": [ + "dist/vue.common.js", + "dist/vue.js", + "dist/vue.min.js", + "src" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "npm run lint && npm run cover && npm run build && npm run e2e", + "build": "node build/build.js", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & npm run serve-test", + "serve-test": "webpack-dev-server --config build/webpack.test.config.js --host 0.0.0.0", + "build-test": "webpack --config build/webpack.test.config.js", + "lint": "eslint src/** test/e2e/** test/unit/specs/** build/**.js", + "e2e": "casperjs test --concise ./test/e2e", + "unit": "karma start build/karma.unit.config.js", + "cover": "karma start build/karma.cover.config.js", + "sauce": "karma start build/karma.sauce.config.js", + "sauce-all": "npm run sauce && npm run sauce -- 1 && npm run sauce -- 2", + "release": "bash build/release.sh" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "babel-core": "^5.8.0", + "babel-loader": "^5.4.0", + "babel-runtime": "^5.8.0", + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.3.1", + "istanbul-instrumenter-loader": "^0.1.3", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-ie-launcher": "^0.2.0", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.3.0", + "karma-webpack": "^1.7.0", + "object-assign": "^4.0.1", + "phantomjs": "^1.9.17", + "rollup": "^0.21.0", + "rollup-plugin-babel": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "uglify-js": "^2.4.24", + "webpack": "^1.12.2", + "webpack-dev-server": "^1.12.1" + }, + "gitHead": "c312c886fdca573b3f34db447f09c8a50c581a98", + "_id": "vue@1.0.12", + "_shasum": "e5e55e97620ece6c3cef7b99459a2118a221fc8c", + "_from": ".", + "_npmVersion": "3.3.12", + "_nodeVersion": "5.1.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "e5e55e97620ece6c3cef7b99459a2118a221fc8c", + "tarball": "http://localhost:4872/vue/-/vue-1.0.12.tgz" + }, + "directories": {} + }, + "1.0.12-csp": { + "name": "vue", + "version": "1.0.12-csp", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interactive interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "dist/vue.common.js", + "files": [ + "dist/vue.common.js", + "dist/vue.js", + "dist/vue.min.js", + "src" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "npm run lint && npm run cover && npm run build && npm run e2e", + "build": "node build/build.js", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & npm run serve-test", + "serve-test": "webpack-dev-server --config build/webpack.test.config.js --host 0.0.0.0", + "build-test": "webpack --config build/webpack.test.config.js", + "lint": "eslint src/** test/e2e/** test/unit/specs/** build/**.js", + "e2e": "casperjs test --concise ./test/e2e", + "unit": "karma start build/karma.unit.config.js", + "cover": "karma start build/karma.cover.config.js", + "sauce": "karma start build/karma.sauce.config.js", + "sauce-all": "npm run sauce", + "release": "bash build/release.sh" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "babel-core": "^5.8.0", + "babel-loader": "^5.4.0", + "babel-runtime": "^5.8.0", + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.3.1", + "istanbul-instrumenter-loader": "^0.1.3", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-ie-launcher": "^0.2.0", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.3.0", + "karma-webpack": "^1.7.0", + "notevil": "^1.0.0", + "object-assign": "^4.0.1", + "phantomjs": "^1.9.17", + "rollup": "^0.21.0", + "rollup-plugin-babel": "^1.0.0", + "rollup-plugin-commonjs": "^1.4.0", + "rollup-plugin-replace": "^1.1.0", + "uglify-js": "^2.4.24", + "webpack": "^1.12.2", + "webpack-dev-server": "^1.12.1" + }, + "gitHead": "91218a16cd096fe4c7d9962ea4121011bde1a7b2", + "_id": "vue@1.0.12-csp", + "_shasum": "a034740df8d58689f80d0f2033b34243a886b58a", + "_from": ".", + "_npmVersion": "3.3.12", + "_nodeVersion": "5.1.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "a034740df8d58689f80d0f2033b34243a886b58a", + "tarball": "http://localhost:4872/vue/-/vue-1.0.12-csp.tgz" + }, + "deprecated": "incorrect build, please use 1.0.12-csp-1 instead", + "directories": {} + }, + "1.0.12-csp-1": { + "name": "vue", + "version": "1.0.12-csp-1", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interactive interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "dist/vue.common.js", + "files": [ + "dist/vue.common.js", + "dist/vue.js", + "dist/vue.min.js", + "src" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "npm run lint && npm run cover && npm run build && npm run e2e", + "build": "node build/build.js", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & npm run serve-test", + "serve-test": "webpack-dev-server --config build/webpack.test.config.js --host 0.0.0.0", + "build-test": "webpack --config build/webpack.test.config.js", + "lint": "eslint src/** test/e2e/** test/unit/specs/** build/**.js", + "e2e": "casperjs test --concise ./test/e2e", + "unit": "karma start build/karma.unit.config.js", + "cover": "karma start build/karma.cover.config.js", + "sauce": "karma start build/karma.sauce.config.js", + "sauce-all": "npm run sauce", + "release": "bash build/release.sh" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "babel-core": "^5.8.0", + "babel-loader": "^5.4.0", + "babel-runtime": "^5.8.0", + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.3.1", + "istanbul-instrumenter-loader": "^0.1.3", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-ie-launcher": "^0.2.0", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.3.0", + "karma-webpack": "^1.7.0", + "notevil": "^1.0.0", + "object-assign": "^4.0.1", + "phantomjs": "^1.9.17", + "rollup": "^0.21.0", + "rollup-plugin-babel": "^1.0.0", + "rollup-plugin-commonjs": "^1.4.0", + "rollup-plugin-replace": "^1.1.0", + "uglify-js": "^2.4.24", + "webpack": "^1.12.2", + "webpack-dev-server": "^1.12.1" + }, + "gitHead": "91218a16cd096fe4c7d9962ea4121011bde1a7b2", + "_id": "vue@1.0.12-csp-1", + "_shasum": "2eda388ca56e6d55a2f6f27875195c3d0306a927", + "_from": ".", + "_npmVersion": "3.3.12", + "_nodeVersion": "5.1.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "2eda388ca56e6d55a2f6f27875195c3d0306a927", + "tarball": "http://localhost:4872/vue/-/vue-1.0.12-csp-1.tgz" + }, + "directories": {} + }, + "1.0.13": { + "name": "vue", + "version": "1.0.13", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interactive interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "dist/vue.common.js", + "files": [ + "dist/vue.common.js", + "dist/vue.js", + "dist/vue.min.js", + "src" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "npm run lint && npm run cover && npm run build && npm run e2e", + "build": "node build/build.js", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & npm run serve-test", + "serve-test": "webpack-dev-server --config build/webpack.test.config.js --host 0.0.0.0", + "build-test": "webpack --config build/webpack.test.config.js", + "lint": "eslint src/** test/e2e/** test/unit/specs/** build/**.js", + "e2e": "casperjs test --concise ./test/e2e", + "unit": "karma start build/karma.unit.config.js", + "cover": "karma start build/karma.cover.config.js", + "sauce": "karma start build/karma.sauce.config.js", + "sauce-all": "npm run sauce && npm run sauce -- 1 && npm run sauce -- 2", + "release": "bash build/release.sh" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "babel-core": "^5.8.0", + "babel-loader": "^5.4.0", + "babel-runtime": "^5.8.0", + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.3.1", + "istanbul-instrumenter-loader": "^0.1.3", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-ie-launcher": "^0.2.0", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.3.0", + "karma-webpack": "^1.7.0", + "object-assign": "^4.0.1", + "phantomjs": "^1.9.17", + "rollup": "^0.21.0", + "rollup-plugin-babel": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "uglify-js": "^2.4.24", + "webpack": "^1.12.2", + "webpack-dev-server": "^1.12.1" + }, + "gitHead": "da9e036b07620c2b45493cd709b30aa8065b2de4", + "_id": "vue@1.0.13", + "_shasum": "1fb4cc7d910b557226b74eefc8a42b705e922dbe", + "_from": ".", + "_npmVersion": "3.3.12", + "_nodeVersion": "5.1.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "1fb4cc7d910b557226b74eefc8a42b705e922dbe", + "tarball": "http://localhost:4872/vue/-/vue-1.0.13.tgz" + }, + "directories": {} + }, + "1.0.13-csp": { + "name": "vue", + "version": "1.0.13-csp", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interactive interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "dist/vue.common.js", + "files": [ + "dist/vue.common.js", + "dist/vue.js", + "dist/vue.min.js", + "src" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "npm run lint && npm run cover && npm run build && npm run e2e", + "build": "node build/build.js", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & npm run serve-test", + "serve-test": "webpack-dev-server --config build/webpack.test.config.js --host 0.0.0.0", + "build-test": "webpack --config build/webpack.test.config.js", + "lint": "eslint src/** test/e2e/** test/unit/specs/** build/**.js", + "e2e": "casperjs test --concise ./test/e2e", + "unit": "karma start build/karma.unit.config.js", + "cover": "karma start build/karma.cover.config.js", + "sauce": "karma start build/karma.sauce.config.js", + "sauce-all": "npm run sauce", + "release": "bash build/release.sh" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "babel-core": "^5.8.0", + "babel-loader": "^5.4.0", + "babel-runtime": "^5.8.0", + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.3.1", + "istanbul-instrumenter-loader": "^0.1.3", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-ie-launcher": "^0.2.0", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.3.0", + "karma-webpack": "^1.7.0", + "notevil": "^1.0.0", + "object-assign": "^4.0.1", + "phantomjs": "^1.9.17", + "rollup": "^0.21.0", + "rollup-plugin-babel": "^1.0.0", + "rollup-plugin-commonjs": "^1.4.0", + "rollup-plugin-replace": "^1.1.0", + "uglify-js": "^2.4.24", + "webpack": "^1.12.2", + "webpack-dev-server": "^1.12.1" + }, + "gitHead": "00c964c5ecf2754bf586cb0ba5bec8011acfc3bf", + "_id": "vue@1.0.13-csp", + "_shasum": "3af3b12b33448f4bcc025cdc38cae043c780e712", + "_from": ".", + "_npmVersion": "3.3.12", + "_nodeVersion": "5.1.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "3af3b12b33448f4bcc025cdc38cae043c780e712", + "tarball": "http://localhost:4872/vue/-/vue-1.0.13-csp.tgz" + }, + "directories": {} + }, + "1.0.14": { + "name": "vue", + "version": "1.0.14", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interactive interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "dist/vue.js", + "files": [ + "dist/vue.js", + "dist/vue.min.js", + "src" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "npm run lint && npm run cover && npm run build && npm run e2e", + "build": "node build/build.js", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & npm run serve-test", + "serve-test": "webpack-dev-server --config build/webpack.test.config.js --host 0.0.0.0", + "build-test": "webpack --config build/webpack.test.config.js", + "lint": "eslint src/** test/e2e/** test/unit/specs/** build/**.js", + "e2e": "casperjs test --concise ./test/e2e", + "unit": "karma start build/karma.unit.config.js", + "cover": "karma start build/karma.cover.config.js", + "sauce": "karma start build/karma.sauce.config.js", + "sauce-all": "npm run sauce && npm run sauce -- 1 && npm run sauce -- 2", + "release": "bash build/release.sh" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "babel-core": "^5.8.0", + "babel-loader": "^5.4.0", + "babel-runtime": "^5.8.0", + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.3.1", + "istanbul-instrumenter-loader": "^0.1.3", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-ie-launcher": "^0.2.0", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.3.0", + "karma-webpack": "^1.7.0", + "object-assign": "^4.0.1", + "phantomjs": "^1.9.17", + "rollup": "^0.21.0", + "rollup-plugin-babel": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "uglify-js": "^2.4.24", + "webpack": "^1.12.2", + "webpack-dev-server": "^1.12.1" + }, + "gitHead": "18eab68a690342744f5ddd2b72b22d9b19b15209", + "_id": "vue@1.0.14", + "_shasum": "ba182760325881e6e16a1f1a3a0dd07fa2e6d3d7", + "_from": ".", + "_npmVersion": "3.3.12", + "_nodeVersion": "5.1.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "ba182760325881e6e16a1f1a3a0dd07fa2e6d3d7", + "tarball": "http://localhost:4872/vue/-/vue-1.0.14.tgz" + }, + "directories": {} + }, + "1.0.14-csp": { + "name": "vue", + "version": "1.0.14-csp", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interactive interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "dist/vue.js", + "files": [ + "dist/vue.js", + "dist/vue.min.js", + "src" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "npm run lint && npm run cover && npm run build && npm run e2e", + "build": "node build/build.js", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & npm run serve-test", + "serve-test": "webpack-dev-server --config build/webpack.test.config.js --host 0.0.0.0", + "build-test": "webpack --config build/webpack.test.config.js", + "lint": "eslint src/** test/e2e/** test/unit/specs/** build/**.js", + "e2e": "casperjs test --concise ./test/e2e", + "unit": "karma start build/karma.unit.config.js", + "cover": "karma start build/karma.cover.config.js", + "sauce": "karma start build/karma.sauce.config.js", + "sauce-all": "npm run sauce", + "release": "bash build/release.sh" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "babel-core": "^5.8.0", + "babel-loader": "^5.4.0", + "babel-runtime": "^5.8.0", + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.3.1", + "istanbul-instrumenter-loader": "^0.1.3", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-ie-launcher": "^0.2.0", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.3.0", + "karma-webpack": "^1.7.0", + "notevil": "^1.0.0", + "object-assign": "^4.0.1", + "phantomjs": "^1.9.17", + "rollup": "^0.21.0", + "rollup-plugin-babel": "^1.0.0", + "rollup-plugin-commonjs": "^1.4.0", + "rollup-plugin-replace": "^1.1.0", + "uglify-js": "^2.4.24", + "webpack": "^1.12.2", + "webpack-dev-server": "^1.12.1" + }, + "gitHead": "eae7270384c4a6f61ba60edd32617ad684fcad73", + "_id": "vue@1.0.14-csp", + "_shasum": "e67245e1bca561d7ee3e3e29b20694894c3b210e", + "_from": ".", + "_npmVersion": "3.3.12", + "_nodeVersion": "5.1.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "e67245e1bca561d7ee3e3e29b20694894c3b210e", + "tarball": "http://localhost:4872/vue/-/vue-1.0.14-csp.tgz" + }, + "directories": {} + }, + "1.0.15": { + "name": "vue", + "version": "1.0.15", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interactive interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "dist/vue.common.js", + "files": [ + "dist/vue.js", + "dist/vue.min.js", + "dist/vue.common.js", + "src" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "npm run lint && npm run cover && npm run build && npm run e2e", + "build": "node build/build.js", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & npm run serve-test", + "serve-test": "webpack-dev-server --config build/webpack.test.config.js --host 0.0.0.0", + "build-test": "webpack --config build/webpack.test.config.js", + "lint": "eslint src/** test/e2e/** test/unit/specs/** build/**.js", + "e2e": "casperjs test --concise ./test/e2e", + "unit": "karma start build/karma.unit.config.js", + "cover": "karma start build/karma.cover.config.js", + "sauce": "karma start build/karma.sauce.config.js", + "sauce-all": "npm run sauce && npm run sauce -- 1 && npm run sauce -- 2", + "release": "bash build/release.sh" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "babel-core": "^5.8.0", + "babel-loader": "^5.4.0", + "babel-runtime": "^5.8.0", + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.3.1", + "istanbul-instrumenter-loader": "^0.1.3", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-ie-launcher": "^0.2.0", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.3.0", + "karma-webpack": "^1.7.0", + "object-assign": "^4.0.1", + "phantomjs": "^1.9.17", + "rollup": "^0.21.0", + "rollup-plugin-babel": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "uglify-js": "^2.4.24", + "webpack": "^1.12.2", + "webpack-dev-server": "^1.12.1" + }, + "gitHead": "e9fcaa9dc9ac31bf665cdaa2b7af3c73777ade34", + "_id": "vue@1.0.15", + "_shasum": "e532b837c100d911170001bf0bcb2490e33bae82", + "_from": ".", + "_npmVersion": "3.3.12", + "_nodeVersion": "5.1.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "e532b837c100d911170001bf0bcb2490e33bae82", + "tarball": "http://localhost:4872/vue/-/vue-1.0.15.tgz" + }, + "directories": {} + }, + "1.0.15-csp": { + "name": "vue", + "version": "1.0.15-csp", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interactive interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "dist/vue.common.js", + "files": [ + "dist/vue.js", + "dist/vue.min.js", + "dist/vue.common.js", + "src" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "npm run lint && npm run cover && npm run build && npm run e2e", + "build": "node build/build.js", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & npm run serve-test", + "serve-test": "webpack-dev-server --config build/webpack.test.config.js --host 0.0.0.0", + "build-test": "webpack --config build/webpack.test.config.js", + "lint": "eslint src/** test/e2e/** test/unit/specs/** build/**.js", + "e2e": "casperjs test --concise ./test/e2e", + "unit": "karma start build/karma.unit.config.js", + "cover": "karma start build/karma.cover.config.js", + "sauce": "karma start build/karma.sauce.config.js", + "sauce-all": "npm run sauce", + "release": "bash build/release.sh" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "babel-core": "^5.8.0", + "babel-loader": "^5.4.0", + "babel-runtime": "^5.8.0", + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.3.1", + "istanbul-instrumenter-loader": "^0.1.3", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-ie-launcher": "^0.2.0", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.3.0", + "karma-webpack": "^1.7.0", + "notevil": "^1.0.0", + "object-assign": "^4.0.1", + "phantomjs": "^1.9.17", + "rollup": "^0.21.0", + "rollup-plugin-babel": "^1.0.0", + "rollup-plugin-commonjs": "^1.4.0", + "rollup-plugin-replace": "^1.1.0", + "uglify-js": "^2.4.24", + "webpack": "^1.12.2", + "webpack-dev-server": "^1.12.1" + }, + "gitHead": "aa0315655eef42f1a7f18c4e057962febfa50fd9", + "_id": "vue@1.0.15-csp", + "_shasum": "7d51d4a95d2895e43ddcda79030fc9296ceb4100", + "_from": ".", + "_npmVersion": "3.3.12", + "_nodeVersion": "5.1.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "7d51d4a95d2895e43ddcda79030fc9296ceb4100", + "tarball": "http://localhost:4872/vue/-/vue-1.0.15-csp.tgz" + }, + "directories": {} + }, + "1.0.16": { + "name": "vue", + "version": "1.0.16", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interactive interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "dist/vue.common.js", + "files": [ + "dist/vue.js", + "dist/vue.min.js", + "dist/vue.common.js", + "src" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "npm run lint && npm run cover && npm run build && npm run e2e", + "build": "node build/build.js", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & npm run serve-test", + "serve-test": "webpack-dev-server --config build/webpack.test.config.js --host 0.0.0.0", + "build-test": "webpack --config build/webpack.test.config.js", + "lint": "eslint src/** test/e2e/** test/unit/specs/** build/**.js", + "e2e": "casperjs test --concise ./test/e2e", + "unit": "karma start build/karma.unit.config.js", + "cover": "karma start build/karma.cover.config.js", + "sauce": "karma start build/karma.sauce.config.js", + "sauce-all": "npm run sauce && npm run sauce -- 1 && npm run sauce -- 2", + "release": "bash build/release.sh" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "babel-core": "^5.8.0", + "babel-loader": "^5.4.0", + "babel-runtime": "^5.8.0", + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.3.1", + "istanbul-instrumenter-loader": "^0.1.3", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-ie-launcher": "^0.2.0", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.3.0", + "karma-webpack": "^1.7.0", + "object-assign": "^4.0.1", + "phantomjs": "^1.9.17", + "rollup": "^0.21.0", + "rollup-plugin-babel": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "uglify-js": "^2.4.24", + "webpack": "^1.12.2", + "webpack-dev-server": "^1.12.1" + }, + "gitHead": "5f897f0f962aadca29baf99098c632f2fe8ea186", + "_id": "vue@1.0.16", + "_shasum": "fdda77e7214b3c69e0d5b1666512e5cf42da5e4f", + "_from": ".", + "_npmVersion": "3.3.12", + "_nodeVersion": "5.5.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "fdda77e7214b3c69e0d5b1666512e5cf42da5e4f", + "tarball": "http://localhost:4872/vue/-/vue-1.0.16.tgz" + }, + "directories": {} + }, + "1.0.16-csp": { + "name": "vue", + "version": "1.0.16-csp", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interactive interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "dist/vue.common.js", + "files": [ + "dist/vue.js", + "dist/vue.min.js", + "dist/vue.common.js", + "src" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "npm run lint && npm run cover && npm run build && npm run e2e", + "build": "node build/build.js", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & npm run serve-test", + "serve-test": "webpack-dev-server --config build/webpack.test.config.js --host 0.0.0.0", + "build-test": "webpack --config build/webpack.test.config.js", + "lint": "eslint src/** test/e2e/** test/unit/specs/** build/**.js", + "e2e": "casperjs test --concise ./test/e2e", + "unit": "karma start build/karma.unit.config.js", + "cover": "karma start build/karma.cover.config.js", + "sauce": "karma start build/karma.sauce.config.js", + "sauce-all": "npm run sauce", + "release": "bash build/release.sh" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "babel-core": "^5.8.0", + "babel-loader": "^5.4.0", + "babel-runtime": "^5.8.0", + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^1.3.1", + "istanbul-instrumenter-loader": "^0.1.3", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-ie-launcher": "^0.2.0", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.3.0", + "karma-webpack": "^1.7.0", + "notevil": "^1.0.0", + "object-assign": "^4.0.1", + "phantomjs": "^1.9.17", + "rollup": "^0.25.1", + "rollup-plugin-babel": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "uglify-js": "^2.4.24", + "webpack": "^1.12.2", + "webpack-dev-server": "^1.12.1" + }, + "gitHead": "d660fd8de105fbbfbfb594bdb11ee4ca44ddbdd8", + "_id": "vue@1.0.16-csp", + "_shasum": "d0737fa3e67356260278c8331b7f1318c339af81", + "_from": ".", + "_npmVersion": "3.3.12", + "_nodeVersion": "5.5.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "d0737fa3e67356260278c8331b7f1318c339af81", + "tarball": "http://localhost:4872/vue/-/vue-1.0.16-csp.tgz" + }, + "directories": {} + }, + "1.0.17": { + "name": "vue", + "version": "1.0.17", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interactive interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "dist/vue.common.js", + "files": [ + "dist/vue.js", + "dist/vue.min.js", + "dist/vue.common.js", + "src" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "npm run lint && npm run cover && npm run build && npm run e2e", + "build": "node build/build.js", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & npm run serve-test", + "serve-test": "webpack-dev-server --config build/webpack.test.config.js --host 0.0.0.0", + "build-test": "webpack --config build/webpack.test.config.js", + "lint": "eslint src/** test/e2e/** test/unit/specs/** build/**.js", + "e2e": "casperjs test --concise ./test/e2e", + "unit": "karma start build/karma.unit.config.js", + "cover": "karma start build/karma.cover.config.js", + "sauce": "karma start build/karma.sauce.config.js", + "sauce-all": "npm run sauce && npm run sauce -- 1 && npm run sauce -- 2", + "release": "bash build/release.sh" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "babel-core": "^5.8.0", + "babel-loader": "^5.4.0", + "babel-runtime": "^5.8.0", + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^2.1.0", + "eslint-config-standard": "^5.1.0", + "eslint-plugin-promise": "^1.0.8", + "eslint-plugin-standard": "^1.3.2", + "istanbul-instrumenter-loader": "^0.1.3", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-ie-launcher": "^0.2.0", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.3.0", + "karma-webpack": "^1.7.0", + "object-assign": "^4.0.1", + "phantomjs": "^1.9.17", + "rollup": "^0.25.1", + "rollup-plugin-babel": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "uglify-js": "^2.4.24", + "webpack": "^1.12.2", + "webpack-dev-server": "^1.12.1" + }, + "gitHead": "9e64586fda793e1197edf7450eeb3f9b28f67461", + "_id": "vue@1.0.17", + "_shasum": "d205a56230eb677b7950f668b05341d6c9ab236a", + "_from": ".", + "_npmVersion": "3.3.12", + "_nodeVersion": "5.5.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "d205a56230eb677b7950f668b05341d6c9ab236a", + "tarball": "http://localhost:4872/vue/-/vue-1.0.17.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-9-west.internal.npmjs.com", + "tmp": "tmp/vue-1.0.17.tgz_1456708644250_0.9540390649344772" + }, + "directories": {} + }, + "1.0.17-csp": { + "name": "vue", + "version": "1.0.17-csp", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interactive interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "dist/vue.common.js", + "files": [ + "dist/vue.js", + "dist/vue.min.js", + "dist/vue.common.js", + "src" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "npm run lint && npm run cover && npm run build && npm run e2e", + "build": "node build/build.js", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & npm run serve-test", + "serve-test": "webpack-dev-server --config build/webpack.test.config.js --host 0.0.0.0", + "build-test": "webpack --config build/webpack.test.config.js", + "lint": "eslint src/** test/e2e/** test/unit/specs/** build/**.js", + "e2e": "casperjs test --concise ./test/e2e", + "unit": "karma start build/karma.unit.config.js", + "cover": "karma start build/karma.cover.config.js", + "sauce": "karma start build/karma.sauce.config.js", + "sauce-all": "npm run sauce", + "release": "bash build/release.sh" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "babel-core": "^5.8.0", + "babel-loader": "^5.4.0", + "babel-runtime": "^5.8.0", + "casperjs": "^1.1.0-beta3", + "codecov.io": "^0.1.2", + "eslint": "^2.1.0", + "eslint-config-standard": "^5.1.0", + "eslint-plugin-promise": "^1.0.8", + "eslint-plugin-standard": "^1.3.2", + "istanbul-instrumenter-loader": "^0.1.3", + "jasmine-core": "^2.3.4", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-ie-launcher": "^0.2.0", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.3.0", + "karma-webpack": "^1.7.0", + "notevil": "^1.0.0", + "object-assign": "^4.0.1", + "phantomjs": "^1.9.17", + "rollup": "^0.25.1", + "rollup-plugin-babel": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "uglify-js": "^2.4.24", + "webpack": "^1.12.2", + "webpack-dev-server": "^1.12.1" + }, + "gitHead": "7b54a7f761d30a8199f6526a0b7abebf146115ee", + "_id": "vue@1.0.17-csp", + "_shasum": "805530361dba186a485926933547f7e9a07449e3", + "_from": ".", + "_npmVersion": "3.3.12", + "_nodeVersion": "5.5.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "805530361dba186a485926933547f7e9a07449e3", + "tarball": "http://localhost:4872/vue/-/vue-1.0.17-csp.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-5-east.internal.npmjs.com", + "tmp": "tmp/vue-1.0.17-csp.tgz_1456712671644_0.032794815488159657" + }, + "directories": {} + }, + "1.0.18": { + "name": "vue", + "version": "1.0.18", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interactive interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "dist/vue.common.js", + "files": [ + "dist/vue.js", + "dist/vue.min.js", + "dist/vue.common.js", + "src" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "npm run lint && npm run cover && npm run build && npm run e2e", + "build": "node build/build.js", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & npm run serve-test", + "serve-test": "webpack-dev-server --config build/webpack.test.config.js --host 0.0.0.0", + "build-test": "webpack --config build/webpack.test.config.js", + "lint": "eslint src/** test/e2e/** test/unit/specs/** build/**.js", + "e2e": "casperjs test --concise ./test/e2e", + "unit": "karma start build/karma.unit.config.js", + "cover": "karma start build/karma.cover.config.js", + "sauce": "karma start build/karma.sauce.config.js", + "sauce-all": "npm run sauce && npm run sauce -- 1 && npm run sauce -- 2", + "release": "bash build/release.sh" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "babel-core": "^5.8.0", + "babel-loader": "^5.4.0", + "babel-runtime": "^5.8.0", + "casperjs": "^1.1.0-beta5", + "codecov.io": "^0.1.2", + "eslint": "^2.1.0", + "eslint-config-standard": "^5.1.0", + "eslint-plugin-promise": "^1.0.8", + "eslint-plugin-standard": "^1.3.2", + "istanbul-instrumenter-loader": "^0.1.3", + "jasmine-core": "^2.4.1", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-ie-launcher": "^0.2.0", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.3.0", + "karma-sourcemap-loader": "^0.3.7", + "karma-webpack": "^1.7.0", + "object-assign": "^4.0.1", + "phantomjs": "^1.9.17", + "rollup": "^0.25.1", + "rollup-plugin-babel": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "uglify-js": "^2.4.24", + "webpack": "^1.12.2", + "webpack-dev-server": "^1.12.1" + }, + "gitHead": "86253b0e56a63376cd0470f6d7a8ab1c8e60f75a", + "_id": "vue@1.0.18", + "_shasum": "b4a41729ccedb077de80a34dffcfc8879b16efa4", + "_from": ".", + "_npmVersion": "3.3.12", + "_nodeVersion": "5.5.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "b4a41729ccedb077de80a34dffcfc8879b16efa4", + "tarball": "http://localhost:4872/vue/-/vue-1.0.18.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-13-west.internal.npmjs.com", + "tmp": "tmp/vue-1.0.18.tgz_1458261467526_0.2369015347212553" + }, + "directories": {} + }, + "1.0.18-csp": { + "name": "vue", + "version": "1.0.18-csp", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interactive interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "dist/vue.common.js", + "files": [ + "dist/vue.js", + "dist/vue.min.js", + "dist/vue.common.js", + "src" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "npm run lint && npm run cover && npm run build && npm run e2e", + "build": "node build/build.js", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & npm run serve-test", + "serve-test": "webpack-dev-server --config build/webpack.test.config.js --host 0.0.0.0", + "build-test": "webpack --config build/webpack.test.config.js", + "lint": "eslint src/** test/e2e/** test/unit/specs/** build/**.js", + "e2e": "casperjs test --concise ./test/e2e", + "unit": "karma start build/karma.unit.config.js", + "cover": "karma start build/karma.cover.config.js", + "sauce": "karma start build/karma.sauce.config.js", + "sauce-all": "npm run sauce", + "release": "bash build/release.sh" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "babel-core": "^5.8.0", + "babel-loader": "^5.4.0", + "babel-runtime": "^5.8.0", + "casperjs": "^1.1.0-beta5", + "codecov.io": "^0.1.2", + "eslint": "^2.1.0", + "eslint-config-standard": "^5.1.0", + "eslint-plugin-promise": "^1.0.8", + "eslint-plugin-standard": "^1.3.2", + "istanbul-instrumenter-loader": "^0.1.3", + "jasmine-core": "^2.4.1", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-ie-launcher": "^0.2.0", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.3.0", + "karma-sourcemap-loader": "^0.3.7", + "karma-webpack": "^1.7.0", + "notevil": "^1.0.0", + "object-assign": "^4.0.1", + "phantomjs": "^1.9.17", + "rollup": "^0.25.1", + "rollup-plugin-babel": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "uglify-js": "^2.4.24", + "webpack": "^1.12.2", + "webpack-dev-server": "^1.12.1" + }, + "gitHead": "b9601a08a767542024418f92caf5a4f9d0af4387", + "_id": "vue@1.0.18-csp", + "_shasum": "ec1f9781d2d63cd3fa8a037d3c7113e6933c4f4a", + "_from": ".", + "_npmVersion": "3.3.12", + "_nodeVersion": "5.5.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "ec1f9781d2d63cd3fa8a037d3c7113e6933c4f4a", + "tarball": "http://localhost:4872/vue/-/vue-1.0.18-csp.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-13-west.internal.npmjs.com", + "tmp": "tmp/vue-1.0.18-csp.tgz_1458262453954_0.978116855956614" + }, + "directories": {} + }, + "1.0.19": { + "name": "vue", + "version": "1.0.19", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interactive interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "dist/vue.common.js", + "files": [ + "dist/vue.js", + "dist/vue.min.js", + "dist/vue.common.js", + "src" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "npm run lint && npm run cover && npm run build && npm run e2e", + "build": "node build/build.js", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & npm run serve-test", + "serve-test": "webpack-dev-server --config build/webpack.test.config.js --host 0.0.0.0", + "build-test": "webpack --config build/webpack.test.config.js", + "lint": "eslint src/** test/e2e/** test/unit/specs/** build/**.js", + "e2e": "casperjs test --concise ./test/e2e", + "unit": "karma start build/karma.unit.config.js", + "cover": "karma start build/karma.cover.config.js", + "sauce": "karma start build/karma.sauce.config.js", + "sauce-all": "npm run sauce && npm run sauce -- 1 && npm run sauce -- 2", + "release": "bash build/release.sh" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "babel-core": "^5.8.0", + "babel-loader": "^5.4.0", + "babel-runtime": "^5.8.0", + "casperjs": "^1.1.0-beta5", + "codecov.io": "^0.1.2", + "eslint": "^2.1.0", + "eslint-config-standard": "^5.1.0", + "eslint-plugin-promise": "^1.0.8", + "eslint-plugin-standard": "^1.3.2", + "istanbul-instrumenter-loader": "^0.1.3", + "jasmine-core": "^2.4.1", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-ie-launcher": "^0.2.0", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.3.0", + "karma-sourcemap-loader": "^0.3.7", + "karma-webpack": "^1.7.0", + "object-assign": "^4.0.1", + "phantomjs": "^1.9.17", + "rollup": "^0.25.1", + "rollup-plugin-babel": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "uglify-js": "^2.4.24", + "webpack": "^1.12.2", + "webpack-dev-server": "^1.12.1" + }, + "gitHead": "355fbe14dcf539d99c6ce9fc07b1b2999f7dcee3", + "_id": "vue@1.0.19", + "_shasum": "ba4a7f7cbf959d10e91bd4cc771f0ad3e7d05fa6", + "_from": ".", + "_npmVersion": "3.3.12", + "_nodeVersion": "5.5.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "ba4a7f7cbf959d10e91bd4cc771f0ad3e7d05fa6", + "tarball": "http://localhost:4872/vue/-/vue-1.0.19.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/vue-1.0.19.tgz_1458890363030_0.8627496787812561" + }, + "directories": {} + }, + "1.0.19-csp": { + "name": "vue", + "version": "1.0.19-csp", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interactive interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "dist/vue.common.js", + "files": [ + "dist/vue.js", + "dist/vue.min.js", + "dist/vue.common.js", + "src" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "npm run lint && npm run cover && npm run build && npm run e2e", + "build": "node build/build.js", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & npm run serve-test", + "serve-test": "webpack-dev-server --config build/webpack.test.config.js --host 0.0.0.0", + "build-test": "webpack --config build/webpack.test.config.js", + "lint": "eslint src/** test/e2e/** test/unit/specs/** build/**.js", + "e2e": "casperjs test --concise ./test/e2e", + "unit": "karma start build/karma.unit.config.js", + "cover": "karma start build/karma.cover.config.js", + "sauce": "karma start build/karma.sauce.config.js", + "sauce-all": "npm run sauce", + "release": "bash build/release.sh" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "babel-core": "^5.8.0", + "babel-loader": "^5.4.0", + "babel-runtime": "^5.8.0", + "casperjs": "^1.1.0-beta5", + "codecov.io": "^0.1.2", + "eslint": "^2.1.0", + "eslint-config-standard": "^5.1.0", + "eslint-plugin-promise": "^1.0.8", + "eslint-plugin-standard": "^1.3.2", + "istanbul-instrumenter-loader": "^0.1.3", + "jasmine-core": "^2.4.1", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-ie-launcher": "^0.2.0", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.3.0", + "karma-sourcemap-loader": "^0.3.7", + "karma-webpack": "^1.7.0", + "notevil": "^1.0.0", + "object-assign": "^4.0.1", + "phantomjs": "^1.9.17", + "rollup": "^0.25.1", + "rollup-plugin-babel": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "uglify-js": "^2.4.24", + "webpack": "^1.12.2", + "webpack-dev-server": "^1.12.1" + }, + "gitHead": "d76e29999b983b137472743661528d7a800c6ff6", + "_id": "vue@1.0.19-csp", + "_shasum": "c779efaf8d7104436c7dcd6c0ddec659147721b2", + "_from": ".", + "_npmVersion": "3.3.12", + "_nodeVersion": "5.5.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "c779efaf8d7104436c7dcd6c0ddec659147721b2", + "tarball": "http://localhost:4872/vue/-/vue-1.0.19-csp.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-13-west.internal.npmjs.com", + "tmp": "tmp/vue-1.0.19-csp.tgz_1458890648998_0.373419905314222" + }, + "directories": {} + }, + "1.0.20": { + "name": "vue", + "version": "1.0.20", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interactive interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "dist/vue.common.js", + "files": [ + "dist/vue.js", + "dist/vue.min.js", + "dist/vue.common.js", + "src" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "npm run lint && npm run cover && npm run build && npm run e2e", + "build": "node build/build.js", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & npm run serve-test", + "serve-test": "webpack-dev-server --config build/webpack.test.config.js --host 0.0.0.0", + "build-test": "webpack --config build/webpack.test.config.js", + "lint": "eslint src/** test/e2e/** test/unit/specs/** build/**.js", + "e2e": "casperjs test --concise ./test/e2e", + "unit": "karma start build/karma.unit.config.js", + "cover": "karma start build/karma.cover.config.js", + "sauce": "karma start build/karma.sauce.config.js", + "sauce-all": "npm run sauce && npm run sauce -- 1 && npm run sauce -- 2", + "release": "bash build/release.sh" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "babel-core": "^5.8.0", + "babel-loader": "^5.4.0", + "babel-runtime": "^5.8.0", + "casperjs": "^1.1.0-beta5", + "codecov.io": "^0.1.2", + "eslint": "^2.1.0", + "eslint-config-standard": "^5.1.0", + "eslint-plugin-promise": "^1.0.8", + "eslint-plugin-standard": "^1.3.2", + "istanbul-instrumenter-loader": "^0.1.3", + "jasmine-core": "^2.4.1", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-ie-launcher": "^0.2.0", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.3.0", + "karma-sourcemap-loader": "^0.3.7", + "karma-webpack": "^1.7.0", + "object-assign": "^4.0.1", + "phantomjs": "^1.9.17", + "rollup": "^0.25.1", + "rollup-plugin-babel": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "uglify-js": "^2.4.24", + "webpack": "^1.12.2", + "webpack-dev-server": "^1.12.1" + }, + "gitHead": "b12e21cb36522f8defab82de3111502a8b97083f", + "_id": "vue@1.0.20", + "_shasum": "8426deb6a6ba8aed998b816701e45ac4751b8e4d", + "_from": ".", + "_npmVersion": "3.3.12", + "_nodeVersion": "5.5.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "8426deb6a6ba8aed998b816701e45ac4751b8e4d", + "tarball": "http://localhost:4872/vue/-/vue-1.0.20.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-16-east.internal.npmjs.com", + "tmp": "tmp/vue-1.0.20.tgz_1459027211830_0.0051624104380607605" + }, + "directories": {} + }, + "1.0.20-csp": { + "name": "vue", + "version": "1.0.20-csp", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interactive interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "dist/vue.common.js", + "files": [ + "dist/vue.js", + "dist/vue.min.js", + "dist/vue.common.js", + "src" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "npm run lint && npm run cover && npm run build && npm run e2e", + "build": "node build/build.js", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & npm run serve-test", + "serve-test": "webpack-dev-server --config build/webpack.test.config.js --host 0.0.0.0", + "build-test": "webpack --config build/webpack.test.config.js", + "lint": "eslint src/** test/e2e/** test/unit/specs/** build/**.js", + "e2e": "casperjs test --concise ./test/e2e", + "unit": "karma start build/karma.unit.config.js", + "cover": "karma start build/karma.cover.config.js", + "sauce": "karma start build/karma.sauce.config.js", + "sauce-all": "npm run sauce", + "release": "bash build/release.sh" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "babel-core": "^5.8.0", + "babel-loader": "^5.4.0", + "babel-runtime": "^5.8.0", + "casperjs": "^1.1.0-beta5", + "codecov.io": "^0.1.2", + "eslint": "^2.1.0", + "eslint-config-standard": "^5.1.0", + "eslint-plugin-promise": "^1.0.8", + "eslint-plugin-standard": "^1.3.2", + "istanbul-instrumenter-loader": "^0.1.3", + "jasmine-core": "^2.4.1", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-ie-launcher": "^0.2.0", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.3.0", + "karma-sourcemap-loader": "^0.3.7", + "karma-webpack": "^1.7.0", + "notevil": "^1.0.0", + "object-assign": "^4.0.1", + "phantomjs": "^1.9.17", + "rollup": "^0.25.1", + "rollup-plugin-babel": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "uglify-js": "^2.4.24", + "webpack": "^1.12.2", + "webpack-dev-server": "^1.12.1" + }, + "gitHead": "c4194caefa86a2df2abb8ccc8915308fee99d96b", + "_id": "vue@1.0.20-csp", + "_shasum": "bcc7b1bf675f60229df78be0b60db71ae90ce731", + "_from": ".", + "_npmVersion": "3.3.12", + "_nodeVersion": "5.5.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "bcc7b1bf675f60229df78be0b60db71ae90ce731", + "tarball": "http://localhost:4872/vue/-/vue-1.0.20-csp.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/vue-1.0.20-csp.tgz_1459027491780_0.8101142421364784" + }, + "directories": {} + }, + "1.0.21": { + "name": "vue", + "version": "1.0.21", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interactive interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "dist/vue.common.js", + "files": [ + "dist/vue.js", + "dist/vue.min.js", + "dist/vue.common.js", + "src" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "npm run lint && npm run cover && npm run build && npm run e2e", + "build": "node build/build.js", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & npm run serve-test", + "serve-test": "webpack-dev-server --config build/webpack.test.config.js --host 0.0.0.0", + "build-test": "webpack --config build/webpack.test.config.js", + "lint": "eslint src/** test/e2e/** test/unit/specs/** build/**.js", + "e2e": "casperjs test --concise ./test/e2e", + "unit": "karma start build/karma.unit.config.js", + "cover": "karma start build/karma.cover.config.js", + "sauce": "karma start build/karma.sauce.config.js", + "sauce-all": "npm run sauce && npm run sauce -- 1 && npm run sauce -- 2", + "release": "bash build/release.sh", + "release-csp": "bash build/release-csp.sh" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "babel-core": "^5.8.0", + "babel-loader": "^5.4.0", + "babel-runtime": "^5.8.0", + "casperjs": "^1.1.0-beta5", + "codecov.io": "^0.1.2", + "eslint": "^2.1.0", + "eslint-config-standard": "^5.1.0", + "eslint-plugin-promise": "^1.0.8", + "eslint-plugin-standard": "^1.3.2", + "istanbul-instrumenter-loader": "^0.1.3", + "jasmine-core": "^2.4.1", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-ie-launcher": "^0.2.0", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.3.0", + "karma-sourcemap-loader": "^0.3.7", + "karma-webpack": "^1.7.0", + "object-assign": "^4.0.1", + "phantomjs": "^1.9.17", + "rollup": "^0.25.1", + "rollup-plugin-babel": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "uglify-js": "^2.4.24", + "webpack": "^1.12.2", + "webpack-dev-server": "^1.12.1" + }, + "gitHead": "9fa430324325c2b5910c8c5c01abfdc116a41b56", + "_id": "vue@1.0.21", + "_shasum": "81657707db75e7ce744f1e5d9b1c579a93c759cd", + "_from": ".", + "_npmVersion": "3.3.12", + "_nodeVersion": "5.5.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "81657707db75e7ce744f1e5d9b1c579a93c759cd", + "tarball": "http://localhost:4872/vue/-/vue-1.0.21.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/vue-1.0.21.tgz_1460066889574_0.2730389488860965" + }, + "directories": {} + }, + "1.0.21-csp": { + "name": "vue", + "version": "1.0.21-csp", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interactive interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "dist/vue.common.js", + "files": [ + "dist/vue.js", + "dist/vue.min.js", + "dist/vue.common.js", + "src" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "npm run lint && npm run cover && npm run build && npm run e2e", + "build": "node build/build.js", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & npm run serve-test", + "serve-test": "webpack-dev-server --config build/webpack.test.config.js --host 0.0.0.0", + "build-test": "webpack --config build/webpack.test.config.js", + "lint": "eslint src/** test/e2e/** test/unit/specs/** build/**.js", + "e2e": "casperjs test --concise ./test/e2e", + "unit": "karma start build/karma.unit.config.js", + "cover": "karma start build/karma.cover.config.js", + "sauce": "karma start build/karma.sauce.config.js", + "sauce-all": "npm run sauce", + "release": "bash build/release.sh", + "release-csp": "bash build/release-csp.sh" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "babel-core": "^5.8.0", + "babel-loader": "^5.4.0", + "babel-runtime": "^5.8.0", + "casperjs": "^1.1.0-beta5", + "codecov.io": "^0.1.2", + "eslint": "^2.1.0", + "eslint-config-standard": "^5.1.0", + "eslint-plugin-promise": "^1.0.8", + "eslint-plugin-standard": "^1.3.2", + "istanbul-instrumenter-loader": "^0.1.3", + "jasmine-core": "^2.4.1", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-ie-launcher": "^0.2.0", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.3.0", + "karma-sourcemap-loader": "^0.3.7", + "karma-webpack": "^1.7.0", + "notevil": "^1.0.0", + "object-assign": "^4.0.1", + "phantomjs": "^1.9.17", + "rollup": "^0.25.1", + "rollup-plugin-babel": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "uglify-js": "^2.4.24", + "webpack": "^1.12.2", + "webpack-dev-server": "^1.12.1" + }, + "gitHead": "58674341524134c03ef9e451612e9b8007ff7d96", + "_id": "vue@1.0.21-csp", + "_shasum": "66d75d6a865731bb781ce6f8cbd7e9a7e0411fe2", + "_from": ".", + "_npmVersion": "3.3.12", + "_nodeVersion": "5.5.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "66d75d6a865731bb781ce6f8cbd7e9a7e0411fe2", + "tarball": "http://localhost:4872/vue/-/vue-1.0.21-csp.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/vue-1.0.21-csp.tgz_1460067072063_0.4909919537603855" + }, + "directories": {} + }, + "1.0.22": { + "name": "vue", + "version": "1.0.22", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interactive interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "dist/vue.common.js", + "files": [ + "dist/vue.js", + "dist/vue.min.js", + "dist/vue.common.js", + "src" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "npm run lint && npm run cover && npm run build && npm run e2e", + "build": "node build/build.js", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & npm run serve-test", + "serve-test": "webpack-dev-server --config build/webpack.test.config.js --host 0.0.0.0", + "build-test": "webpack --config build/webpack.test.config.js", + "lint": "eslint src/** test/e2e/** test/unit/specs/** build/**.js", + "e2e": "casperjs test --concise ./test/e2e", + "unit": "karma start build/karma.unit.config.js", + "cover": "karma start build/karma.cover.config.js", + "sauce": "karma start build/karma.sauce.config.js", + "sauce-all": "npm run sauce && npm run sauce -- 1 && npm run sauce -- 2", + "release": "bash build/release.sh", + "release-csp": "bash build/release-csp.sh" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "babel-core": "^5.8.0", + "babel-loader": "^5.4.0", + "babel-runtime": "^5.8.0", + "casperjs": "^1.1.0-beta5", + "codecov.io": "^0.1.2", + "eslint": "^2.1.0", + "eslint-config-vue": "^1.0.0", + "istanbul-instrumenter-loader": "^0.1.3", + "jasmine-core": "^2.4.1", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-ie-launcher": "^0.2.0", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.3.0", + "karma-sourcemap-loader": "^0.3.7", + "karma-webpack": "^1.7.0", + "object-assign": "^4.0.1", + "phantomjs": "^1.9.17", + "rollup": "^0.25.1", + "rollup-plugin-babel": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "uglify-js": "^2.4.24", + "webpack": "^1.12.2", + "webpack-dev-server": "^1.12.1" + }, + "gitHead": "9a0a539fb4c034b2d51414875ecc92b8d3e89a4b", + "_id": "vue@1.0.22", + "_shasum": "826c2e224b8902bbaf1dc04d68bbc5001a74ca68", + "_from": ".", + "_npmVersion": "3.8.6", + "_nodeVersion": "6.0.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "826c2e224b8902bbaf1dc04d68bbc5001a74ca68", + "tarball": "http://localhost:4872/vue/-/vue-1.0.22.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/vue-1.0.22.tgz_1462658361341_0.13756674039177597" + }, + "directories": {} + }, + "1.0.22-csp": { + "name": "vue", + "version": "1.0.22-csp", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interactive interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "dist/vue.common.js", + "files": [ + "dist/vue.js", + "dist/vue.min.js", + "dist/vue.common.js", + "src" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "npm run lint && npm run cover && npm run build && npm run e2e", + "build": "node build/build.js", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & npm run serve-test", + "serve-test": "webpack-dev-server --config build/webpack.test.config.js --host 0.0.0.0", + "build-test": "webpack --config build/webpack.test.config.js", + "lint": "eslint src/** test/e2e/** test/unit/specs/** build/**.js", + "e2e": "casperjs test --concise ./test/e2e", + "unit": "karma start build/karma.unit.config.js", + "cover": "karma start build/karma.cover.config.js", + "sauce": "karma start build/karma.sauce.config.js", + "sauce-all": "npm run sauce", + "release": "bash build/release.sh", + "release-csp": "bash build/release-csp.sh" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "babel-core": "^5.8.0", + "babel-loader": "^5.4.0", + "babel-runtime": "^5.8.0", + "casperjs": "^1.1.0-beta5", + "codecov.io": "^0.1.2", + "eslint": "^2.1.0", + "eslint-config-vue": "^1.0.0", + "istanbul-instrumenter-loader": "^0.1.3", + "jasmine-core": "^2.4.1", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-ie-launcher": "^0.2.0", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.3.0", + "karma-sourcemap-loader": "^0.3.7", + "karma-webpack": "^1.7.0", + "notevil": "^1.0.0", + "object-assign": "^4.0.1", + "phantomjs": "^1.9.17", + "rollup": "^0.25.1", + "rollup-plugin-babel": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "uglify-js": "^2.4.24", + "webpack": "^1.12.2", + "webpack-dev-server": "^1.12.1" + }, + "gitHead": "f2bac60c1de7b252152971c2c6c81e80c8a4de78", + "_id": "vue@1.0.22-csp", + "_shasum": "bb1e0d541d5aaa7d5d63a1c10b30c05f4bb1ce9a", + "_from": ".", + "_npmVersion": "3.8.6", + "_nodeVersion": "6.0.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "bb1e0d541d5aaa7d5d63a1c10b30c05f4bb1ce9a", + "tarball": "http://localhost:4872/vue/-/vue-1.0.22-csp.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-16-east.internal.npmjs.com", + "tmp": "tmp/vue-1.0.22-csp.tgz_1462658452773_0.5138986194506288" + }, + "directories": {} + }, + "1.0.23": { + "name": "vue", + "version": "1.0.23", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interactive interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "dist/vue.common.js", + "files": [ + "dist/vue.js", + "dist/vue.min.js", + "dist/vue.common.js", + "src" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "npm run lint && npm run cover && npm run build && npm run e2e", + "build": "node build/build.js", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & npm run serve-test", + "serve-test": "webpack-dev-server --config build/webpack.test.config.js --host 0.0.0.0", + "build-test": "webpack --config build/webpack.test.config.js", + "lint": "eslint src/** test/e2e/** test/unit/specs/** build/**.js", + "e2e": "casperjs test --concise ./test/e2e", + "unit": "karma start build/karma.unit.config.js", + "cover": "karma start build/karma.cover.config.js", + "sauce": "karma start build/karma.sauce.config.js", + "sauce-all": "npm run sauce && npm run sauce -- 1 && npm run sauce -- 2", + "release": "bash build/release.sh", + "release-csp": "bash build/release-csp.sh" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "babel-core": "^5.8.0", + "babel-loader": "^5.4.0", + "babel-runtime": "^5.8.0", + "casperjs": "^1.1.0-beta5", + "codecov.io": "^0.1.2", + "eslint": "^2.9.0", + "eslint-config-vue": "^1.0.0", + "istanbul-instrumenter-loader": "^0.1.3", + "jasmine-core": "^2.4.1", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-ie-launcher": "^0.2.0", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.3.0", + "karma-sourcemap-loader": "^0.3.7", + "karma-webpack": "^1.7.0", + "object-assign": "^4.0.1", + "phantomjs": "^1.9.17", + "rollup": "^0.25.1", + "rollup-plugin-babel": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "uglify-js": "^2.4.24", + "webpack": "^1.12.2", + "webpack-dev-server": "^1.12.1" + }, + "gitHead": "cbcf8eb9e90c4f636ac288e82930bffbcdc69553", + "_id": "vue@1.0.23", + "_shasum": "70bffb41d6740828062ba2144f8e46d20348e127", + "_from": ".", + "_npmVersion": "3.8.6", + "_nodeVersion": "6.0.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "70bffb41d6740828062ba2144f8e46d20348e127", + "tarball": "http://localhost:4872/vue/-/vue-1.0.23.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-16-east.internal.npmjs.com", + "tmp": "tmp/vue-1.0.23.tgz_1462983655509_0.054572020657360554" + }, + "directories": {} + }, + "1.0.23-csp": { + "name": "vue", + "version": "1.0.23-csp", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interactive interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "dist/vue.common.js", + "files": [ + "dist/vue.js", + "dist/vue.min.js", + "dist/vue.common.js", + "src" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "npm run lint && npm run cover && npm run build && npm run e2e", + "build": "node build/build.js", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & npm run serve-test", + "serve-test": "webpack-dev-server --config build/webpack.test.config.js --host 0.0.0.0", + "build-test": "webpack --config build/webpack.test.config.js", + "lint": "eslint src/** test/e2e/** test/unit/specs/** build/**.js", + "e2e": "casperjs test --concise ./test/e2e", + "unit": "karma start build/karma.unit.config.js", + "cover": "karma start build/karma.cover.config.js", + "sauce": "karma start build/karma.sauce.config.js", + "sauce-all": "npm run sauce", + "release": "bash build/release.sh", + "release-csp": "bash build/release-csp.sh" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "babel-core": "^5.8.0", + "babel-loader": "^5.4.0", + "babel-runtime": "^5.8.0", + "casperjs": "^1.1.0-beta5", + "codecov.io": "^0.1.2", + "eslint": "^2.9.0", + "eslint-config-vue": "^1.0.0", + "istanbul-instrumenter-loader": "^0.1.3", + "jasmine-core": "^2.4.1", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-ie-launcher": "^0.2.0", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.3.0", + "karma-sourcemap-loader": "^0.3.7", + "karma-webpack": "^1.7.0", + "notevil": "^1.0.0", + "object-assign": "^4.0.1", + "phantomjs": "^1.9.17", + "rollup": "^0.25.1", + "rollup-plugin-babel": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "uglify-js": "^2.4.24", + "webpack": "^1.12.2", + "webpack-dev-server": "^1.12.1" + }, + "gitHead": "e61005f44e09199bc51c3df3eac7bd7a064d1ede", + "_id": "vue@1.0.23-csp", + "_shasum": "74b566e28f4ba54dc097b8a8dc014ccf04d5b86f", + "_from": ".", + "_npmVersion": "3.8.6", + "_nodeVersion": "6.0.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "74b566e28f4ba54dc097b8a8dc014ccf04d5b86f", + "tarball": "http://localhost:4872/vue/-/vue-1.0.23-csp.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/vue-1.0.23-csp.tgz_1462983747828_0.3989598988555372" + }, + "directories": {} + }, + "1.0.24": { + "name": "vue", + "version": "1.0.24", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interactive interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "dist/vue.common.js", + "files": [ + "dist/vue.js", + "dist/vue.min.js", + "dist/vue.common.js", + "src" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "npm run lint && npm run cover && npm run build && npm run e2e", + "build": "node build/build.js", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & npm run serve-test", + "serve-test": "webpack-dev-server --config build/webpack.test.config.js --host 0.0.0.0", + "build-test": "webpack --config build/webpack.test.config.js", + "lint": "eslint src/** test/e2e/** test/unit/specs/** build/**.js", + "e2e": "casperjs test --concise ./test/e2e", + "unit": "karma start build/karma.unit.config.js", + "cover": "karma start build/karma.cover.config.js", + "sauce": "karma start build/karma.sauce.config.js", + "sauce-all": "npm run sauce && npm run sauce -- 1 && npm run sauce -- 2", + "release": "bash build/release.sh", + "release-csp": "bash build/release-csp.sh" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "babel-core": "^5.8.0", + "babel-loader": "^5.4.0", + "babel-runtime": "^5.8.0", + "casperjs": "^1.1.0-beta5", + "codecov.io": "^0.1.2", + "eslint": "^2.9.0", + "eslint-config-vue": "^1.0.0", + "istanbul-instrumenter-loader": "^0.1.3", + "jasmine-core": "^2.4.1", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-ie-launcher": "^0.2.0", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.3.0", + "karma-sourcemap-loader": "^0.3.7", + "karma-webpack": "^1.7.0", + "object-assign": "^4.0.1", + "phantomjs": "^1.9.17", + "rollup": "^0.25.1", + "rollup-plugin-babel": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "uglify-js": "^2.4.24", + "webpack": "^1.12.2", + "webpack-dev-server": "^1.12.1" + }, + "gitHead": "ea0de41dafed75a7c1d124d281daddc800b61e59", + "_id": "vue@1.0.24", + "_shasum": "c8eecb25542f3bc6f0ae113288a4eef924de6b14", + "_from": ".", + "_npmVersion": "3.8.6", + "_nodeVersion": "6.0.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "c8eecb25542f3bc6f0ae113288a4eef924de6b14", + "tarball": "http://localhost:4872/vue/-/vue-1.0.24.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/vue-1.0.24.tgz_1463003854279_0.24861793918535113" + }, + "directories": {} + }, + "1.0.24-csp": { + "name": "vue", + "version": "1.0.24-csp", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interactive interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "dist/vue.common.js", + "files": [ + "dist/vue.js", + "dist/vue.min.js", + "dist/vue.common.js", + "src" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "npm run lint && npm run cover && npm run build && npm run e2e", + "build": "node build/build.js", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & npm run serve-test", + "serve-test": "webpack-dev-server --config build/webpack.test.config.js --host 0.0.0.0", + "build-test": "webpack --config build/webpack.test.config.js", + "lint": "eslint src/** test/e2e/** test/unit/specs/** build/**.js", + "e2e": "casperjs test --concise ./test/e2e", + "unit": "karma start build/karma.unit.config.js", + "cover": "karma start build/karma.cover.config.js", + "sauce": "karma start build/karma.sauce.config.js", + "sauce-all": "npm run sauce", + "release": "bash build/release.sh", + "release-csp": "bash build/release-csp.sh" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "babel-core": "^5.8.0", + "babel-loader": "^5.4.0", + "babel-runtime": "^5.8.0", + "casperjs": "^1.1.0-beta5", + "codecov.io": "^0.1.2", + "eslint": "^2.9.0", + "eslint-config-vue": "^1.0.0", + "istanbul-instrumenter-loader": "^0.1.3", + "jasmine-core": "^2.4.1", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-ie-launcher": "^0.2.0", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.3.0", + "karma-sourcemap-loader": "^0.3.7", + "karma-webpack": "^1.7.0", + "notevil": "^1.0.0", + "object-assign": "^4.0.1", + "phantomjs": "^1.9.17", + "rollup": "^0.25.1", + "rollup-plugin-babel": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "uglify-js": "^2.4.24", + "webpack": "^1.12.2", + "webpack-dev-server": "^1.12.1" + }, + "gitHead": "ccfb341ffda1279a41239be0b6c54813555cb089", + "_id": "vue@1.0.24-csp", + "_shasum": "2b60f6b63b2849e68951c4266e8e2bd920dfd602", + "_from": ".", + "_npmVersion": "3.8.6", + "_nodeVersion": "6.0.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "2b60f6b63b2849e68951c4266e8e2bd920dfd602", + "tarball": "http://localhost:4872/vue/-/vue-1.0.24-csp.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-16-east.internal.npmjs.com", + "tmp": "tmp/vue-1.0.24-csp.tgz_1463003993293_0.585835512727499" + }, + "directories": {} + }, + "2.0.0-alpha.1": { + "name": "vue", + "version": "2.0.0-alpha.1", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.common.js", + "files": [ + "dist/vue.common.js", + "dist/vue.js", + "dist/vue.min.js", + "src" + ], + "scripts": { + "dev": "webpack --watch --config build/webpack.dist.dev.config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "webpack --watch --config build/webpack.ssr.dev.config.js", + "dev:compiler": "webpack --watch --config build/webpack.compiler.dev.config.js", + "test": "npm run lint && flow check && npm run test:cover && npm run test:unit && npm run test:e2e && npm run test:ssr", + "ci": "npm run lint && flow check && npm run test:cover && npm run test:ssr", + "build": "NODE_ENV=production node build/build.js", + "lint": "eslint src build test", + "flow": "flow check", + "test:unit": "NODE_ENV=development karma start build/karma.unit.config.js", + "test:cover": "NODE_ENV=development karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.js && node test/e2e/runner.js", + "build:ssr": "npm run build -- vue.common.js,vue-template-compiler,vue-server-renderer", + "test:ssr": "npm run build:ssr && NODE_ENV=development VUE_ENV=server jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "bench:ssr": "npm run build:ssr && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^6.0.4", + "babel-loader": "^6.2.4", + "babel-plugin-coverage": "^1.0.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-es2015-rollup-vue": "^1.1.0", + "babel-preset-flow-vue": "^1.0.0", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^4.0.0", + "de-indent": "^1.0.2", + "entities": "^1.1.1", + "eslint": "^2.11.0", + "eslint-config-vue": "^1.0.3", + "eslint-loader": "^1.3.0", + "eslint-plugin-flow-vars": "^0.4.0", + "flow-bin": "^0.26.x", + "http-server": "^0.9.0", + "jasmine": "^2.4.1", + "jasmine-core": "^2.4.1", + "karma": "^0.13.0", + "karma-chrome-launcher": "^1.0.1", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-spec-reporter": "^0.0.26", + "karma-webpack": "^1.7.0", + "lodash": "^4.13.1", + "nightwatch": "^0.9.0", + "phantomjs-prebuilt": "^2.1.1", + "rollup": "^0.26.3", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-replace": "^1.1.0", + "selenium-server": "2.53.0", + "source-map": "^0.5.6", + "uglify-js": "^2.6.2", + "webpack": "^1.13.1" + }, + "gitHead": "32ba31cee3757d2251b7d252585fffe563524a21", + "_id": "vue@2.0.0-alpha.1", + "_shasum": "12effd01451e3ac316931023316c53788c0d76f0", + "_from": ".", + "_npmVersion": "3.8.6", + "_nodeVersion": "6.0.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "12effd01451e3ac316931023316c53788c0d76f0", + "tarball": "http://localhost:4872/vue/-/vue-2.0.0-alpha.1.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-16-east.internal.npmjs.com", + "tmp": "tmp/vue-2.0.0-alpha.1.tgz_1465601667826_0.6901542220730335" + }, + "directories": {} + }, + "2.0.0-alpha.2": { + "name": "vue", + "version": "2.0.0-alpha.2", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.common.js", + "files": [ + "dist/vue.common.js", + "dist/vue.js", + "dist/vue.min.js", + "src" + ], + "scripts": { + "dev": "webpack --watch --config build/webpack.dist.dev.config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "webpack --watch --config build/webpack.ssr.dev.config.js", + "dev:compiler": "webpack --watch --config build/webpack.compiler.dev.config.js", + "build": "NODE_ENV=production node build/build.js", + "build:ssr": "npm run build -- vue.common.js,vue-template-compiler,vue-server-renderer", + "test": "npm run lint && flow check && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr", + "test:unit": "NODE_ENV=development karma start build/karma.unit.config.js", + "test:cover": "NODE_ENV=development karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.js && node test/e2e/runner.js", + "test:ssr": "npm run build:ssr && NODE_ENV=development VUE_ENV=server jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "NODE_ENV=development karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^6.0.4", + "babel-loader": "^6.2.4", + "babel-plugin-coverage": "^1.0.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-es2015-rollup-vue": "^1.1.0", + "babel-preset-flow-vue": "^1.0.0", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^4.0.0", + "de-indent": "^1.0.2", + "entities": "^1.1.1", + "eslint": "^2.11.0", + "eslint-config-vue": "^1.0.3", + "eslint-loader": "^1.3.0", + "eslint-plugin-flow-vars": "^0.4.0", + "flow-bin": "^0.26.x", + "http-server": "^0.9.0", + "jasmine": "^2.4.1", + "jasmine-core": "^2.4.1", + "karma": "^0.13.0", + "karma-chrome-launcher": "^1.0.1", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^1.7.0", + "lodash": "^4.13.1", + "nightwatch": "^0.9.0", + "phantomjs-prebuilt": "^2.1.1", + "rollup": "^0.26.3", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-replace": "^1.1.0", + "selenium-server": "2.53.0", + "source-map": "^0.5.6", + "uglify-js": "^2.6.2", + "webpack": "^1.13.1" + }, + "gitHead": "efa3fc746aa01e5cafc4164dbc005eb476369399", + "_id": "vue@2.0.0-alpha.2", + "_shasum": "26537043b44512e3a11497503be6845bb2c0da0c", + "_from": ".", + "_npmVersion": "3.8.6", + "_nodeVersion": "6.0.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "26537043b44512e3a11497503be6845bb2c0da0c", + "tarball": "http://localhost:4872/vue/-/vue-2.0.0-alpha.2.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-16-east.internal.npmjs.com", + "tmp": "tmp/vue-2.0.0-alpha.2.tgz_1465861012005_0.09093371103517711" + }, + "directories": {} + }, + "2.0.0-alpha.3": { + "name": "vue", + "version": "2.0.0-alpha.3", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.common.js", + "files": [ + "dist/vue.common.js", + "dist/vue.js", + "dist/vue.min.js", + "src" + ], + "scripts": { + "dev": "webpack --watch --config build/webpack.dist.dev.config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "webpack --watch --config build/webpack.ssr.dev.config.js", + "dev:compiler": "webpack --watch --config build/webpack.compiler.dev.config.js", + "build": "NODE_ENV=production node build/build.js", + "build:ssr": "npm run build -- vue.common.js,vue-template-compiler,vue-server-renderer", + "test": "npm run lint && flow check && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr", + "test:unit": "NODE_ENV=development karma start build/karma.unit.config.js", + "test:cover": "NODE_ENV=development karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.js && node test/e2e/runner.js", + "test:ssr": "npm run build:ssr && NODE_ENV=development VUE_ENV=server jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "NODE_ENV=development karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^6.0.4", + "babel-loader": "^6.2.4", + "babel-plugin-coverage": "^1.0.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-es2015-rollup-vue": "^1.1.0", + "babel-preset-flow-vue": "^1.0.0", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^4.0.0", + "de-indent": "^1.0.2", + "entities": "^1.1.1", + "eslint": "^2.11.0", + "eslint-config-vue": "^1.0.3", + "eslint-loader": "^1.3.0", + "eslint-plugin-flow-vars": "^0.4.0", + "flow-bin": "^0.26.x", + "http-server": "^0.9.0", + "jasmine": "^2.4.1", + "jasmine-core": "^2.4.1", + "karma": "^0.13.0", + "karma-chrome-launcher": "^1.0.1", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^1.7.0", + "lodash": "^4.13.1", + "nightwatch": "^0.9.0", + "phantomjs-prebuilt": "^2.1.1", + "rollup": "^0.26.3", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-replace": "^1.1.0", + "selenium-server": "2.53.0", + "source-map": "^0.5.6", + "uglify-js": "^2.6.2", + "webpack": "^1.13.1" + }, + "gitHead": "5c3e208cf8a94a9c7e04e3d33b7ad7db6e7377e5", + "_id": "vue@2.0.0-alpha.3", + "_shasum": "0c2aaf1bf7ed52ab28ab1e0aea4c255eb75acea5", + "_from": ".", + "_npmVersion": "3.8.6", + "_nodeVersion": "6.0.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "0c2aaf1bf7ed52ab28ab1e0aea4c255eb75acea5", + "tarball": "http://localhost:4872/vue/-/vue-2.0.0-alpha.3.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/vue-2.0.0-alpha.3.tgz_1466014962348_0.5024105680640787" + }, + "directories": {} + }, + "2.0.0-alpha.4": { + "name": "vue", + "version": "2.0.0-alpha.4", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.common.js", + "files": [ + "dist/vue.common.js", + "dist/vue.js", + "dist/vue.min.js", + "src" + ], + "scripts": { + "dev": "webpack --watch --config build/webpack.dist.dev.config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "webpack --watch --config build/webpack.ssr.dev.config.js", + "dev:compiler": "webpack --watch --config build/webpack.compiler.dev.config.js", + "build": "NODE_ENV=production node build/build.js", + "build:ssr": "npm run build -- vue.common.js,vue-template-compiler,vue-server-renderer", + "test": "npm run lint && flow check && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr", + "test:unit": "NODE_ENV=development karma start build/karma.unit.config.js", + "test:cover": "NODE_ENV=development karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.js && node test/e2e/runner.js", + "test:ssr": "npm run build:ssr && NODE_ENV=development VUE_ENV=server jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "NODE_ENV=development karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^6.0.4", + "babel-loader": "^6.2.4", + "babel-plugin-coverage": "^1.0.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-es2015-rollup-vue": "^1.1.0", + "babel-preset-flow-vue": "^1.0.0", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^4.0.0", + "de-indent": "^1.0.2", + "entities": "^1.1.1", + "eslint": "^2.11.0", + "eslint-config-vue": "^1.0.3", + "eslint-loader": "^1.3.0", + "eslint-plugin-flow-vars": "^0.4.0", + "flow-bin": "^0.26.x", + "http-server": "^0.9.0", + "jasmine": "^2.4.1", + "jasmine-core": "^2.4.1", + "karma": "^0.13.0", + "karma-chrome-launcher": "^1.0.1", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^1.7.0", + "lodash": "^4.13.1", + "nightwatch": "^0.9.0", + "phantomjs-prebuilt": "^2.1.1", + "rollup": "^0.26.3", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-replace": "^1.1.0", + "selenium-server": "2.53.0", + "source-map": "^0.5.6", + "uglify-js": "^2.6.2", + "webpack": "^1.13.1" + }, + "gitHead": "7c90dc9be32a81b7ec5b6728007a8b8f3f101a76", + "_id": "vue@2.0.0-alpha.4", + "_shasum": "de4a5c15fb86bf907e9837b4dc7c053ef87487b0", + "_from": ".", + "_npmVersion": "3.8.6", + "_nodeVersion": "6.0.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "de4a5c15fb86bf907e9837b4dc7c053ef87487b0", + "tarball": "http://localhost:4872/vue/-/vue-2.0.0-alpha.4.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-16-east.internal.npmjs.com", + "tmp": "tmp/vue-2.0.0-alpha.4.tgz_1466096453127_0.4196715080179274" + }, + "directories": {} + }, + "1.0.25": { + "name": "vue", + "version": "1.0.25", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interactive interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "dist/vue.common.js", + "files": [ + "dist/vue.js", + "dist/vue.min.js", + "dist/vue.min.js.map", + "dist/vue.common.js", + "src" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "npm run lint && npm run cover && npm run build && npm run e2e", + "build": "node build/build.js", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & npm run serve-test", + "serve-test": "webpack-dev-server --config build/webpack.test.config.js --host 0.0.0.0", + "build-test": "webpack --config build/webpack.test.config.js", + "lint": "eslint src test/e2e test/unit/specs build", + "e2e": "casperjs test --concise ./test/e2e", + "unit": "karma start build/karma.unit.config.js", + "cover": "karma start build/karma.cover.config.js", + "sauce": "karma start build/karma.sauce.config.js", + "sauce-all": "npm run sauce && npm run sauce -- 1 && npm run sauce -- 2", + "release": "bash build/release.sh", + "release-csp": "bash build/release-csp.sh" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "babel-core": "^5.8.0", + "babel-loader": "^5.4.0", + "babel-runtime": "^5.8.0", + "casperjs": "^1.1.0-beta5", + "codecov.io": "^0.1.2", + "eslint": "^2.9.0", + "eslint-config-vue": "^1.0.0", + "istanbul-instrumenter-loader": "^0.1.3", + "jasmine-core": "^2.4.1", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-ie-launcher": "^0.2.0", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.3.0", + "karma-sourcemap-loader": "^0.3.7", + "karma-webpack": "^1.7.0", + "object-assign": "^4.0.1", + "phantomjs": "^1.9.17", + "rollup": "^0.25.1", + "rollup-plugin-babel": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "uglify-js": "^2.4.24", + "webpack": "^1.12.2", + "webpack-dev-server": "^1.12.1" + }, + "gitHead": "e9872271fa9b2a8bec1c42e65a2bb5c4df808eb2", + "_id": "vue@1.0.25", + "_shasum": "a0214b916424c1dbe0e3e46b4f9df9824c9e816a", + "_from": ".", + "_npmVersion": "3.8.6", + "_nodeVersion": "6.0.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "a0214b916424c1dbe0e3e46b4f9df9824c9e816a", + "tarball": "http://localhost:4872/vue/-/vue-1.0.25.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/vue-1.0.25.tgz_1466116167824_0.4927524533122778" + }, + "directories": {} + }, + "1.0.25-csp": { + "name": "vue", + "version": "1.0.25-csp", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interactive interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "dist/vue.common.js", + "files": [ + "dist/vue.js", + "dist/vue.min.js", + "dist/vue.min.js.map", + "dist/vue.common.js", + "src" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "npm run lint && npm run cover && npm run build && npm run e2e", + "build": "node build/build.js", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & npm run serve-test", + "serve-test": "webpack-dev-server --config build/webpack.test.config.js --host 0.0.0.0", + "build-test": "webpack --config build/webpack.test.config.js", + "lint": "eslint src test/e2e test/unit/specs build", + "e2e": "casperjs test --concise ./test/e2e", + "unit": "karma start build/karma.unit.config.js", + "cover": "karma start build/karma.cover.config.js", + "sauce": "karma start build/karma.sauce.config.js", + "sauce-all": "npm run sauce", + "release": "bash build/release.sh", + "release-csp": "bash build/release-csp.sh" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "babel-core": "^5.8.0", + "babel-loader": "^5.4.0", + "babel-runtime": "^5.8.0", + "casperjs": "^1.1.0-beta5", + "codecov.io": "^0.1.2", + "eslint": "^2.9.0", + "eslint-config-vue": "^1.0.0", + "istanbul-instrumenter-loader": "^0.1.3", + "jasmine-core": "^2.4.1", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-ie-launcher": "^0.2.0", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.3.0", + "karma-sourcemap-loader": "^0.3.7", + "karma-webpack": "^1.7.0", + "notevil": "^1.0.0", + "object-assign": "^4.0.1", + "phantomjs": "^1.9.17", + "rollup": "^0.25.1", + "rollup-plugin-babel": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "uglify-js": "^2.4.24", + "webpack": "^1.12.2", + "webpack-dev-server": "^1.12.1" + }, + "gitHead": "18062272932752ee325a8f09409a4d6187e710db", + "_id": "vue@1.0.25-csp", + "_shasum": "a77fcd9e87aaa0f507a0c63b928f9fa96d35250c", + "_from": ".", + "_npmVersion": "3.8.6", + "_nodeVersion": "6.0.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "a77fcd9e87aaa0f507a0c63b928f9fa96d35250c", + "tarball": "http://localhost:4872/vue/-/vue-1.0.25-csp.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/vue-1.0.25-csp.tgz_1466116657623_0.751262983540073" + }, + "directories": {} + }, + "2.0.0-alpha.5": { + "name": "vue", + "version": "2.0.0-alpha.5", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.common.js", + "files": [ + "dist/vue.common.js", + "dist/vue.js", + "dist/vue.min.js", + "src" + ], + "scripts": { + "dev": "webpack --watch --config build/webpack.dist.dev.config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "webpack --watch --config build/webpack.ssr.dev.config.js", + "dev:compiler": "webpack --watch --config build/webpack.compiler.dev.config.js", + "build": "NODE_ENV=production node build/build.js", + "build:ssr": "npm run build -- vue.common.js,vue-template-compiler,vue-server-renderer", + "test": "npm run lint && flow check && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr", + "test:unit": "NODE_ENV=development karma start build/karma.unit.config.js", + "test:cover": "NODE_ENV=development karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.js && node test/e2e/runner.js", + "test:ssr": "npm run build:ssr && NODE_ENV=development VUE_ENV=server jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "NODE_ENV=development karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^6.0.4", + "babel-loader": "^6.2.4", + "babel-plugin-coverage": "^1.0.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-es2015-rollup-vue": "^1.1.0", + "babel-preset-flow-vue": "^1.0.0", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^4.0.0", + "de-indent": "^1.0.2", + "entities": "^1.1.1", + "eslint": "^2.11.0", + "eslint-config-vue": "^1.0.3", + "eslint-loader": "^1.3.0", + "eslint-plugin-flow-vars": "^0.4.0", + "flow-bin": "^0.26.x", + "http-server": "^0.9.0", + "jasmine": "^2.4.1", + "jasmine-core": "^2.4.1", + "karma": "^0.13.0", + "karma-chrome-launcher": "^1.0.1", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^1.7.0", + "lodash": "^4.13.1", + "nightwatch": "^0.9.0", + "phantomjs-prebuilt": "^2.1.1", + "rollup": "^0.26.3", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-replace": "^1.1.0", + "selenium-server": "2.53.0", + "source-map": "^0.5.6", + "uglify-js": "^2.6.2", + "webpack": "^1.13.1" + }, + "gitHead": "59230fee0edf3b755ea6989e255c248bda2be75d", + "_id": "vue@2.0.0-alpha.5", + "_shasum": "a773285d166b87501838193c56e0b3b581f5c887", + "_from": ".", + "_npmVersion": "3.8.6", + "_nodeVersion": "6.0.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "a773285d166b87501838193c56e0b3b581f5c887", + "tarball": "http://localhost:4872/vue/-/vue-2.0.0-alpha.5.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-16-east.internal.npmjs.com", + "tmp": "tmp/vue-2.0.0-alpha.5.tgz_1466187763942_0.5654465507250279" + }, + "directories": {} + }, + "2.0.0-alpha.6": { + "name": "vue", + "version": "2.0.0-alpha.6", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.common.js", + "files": [ + "dist/vue.common.js", + "dist/vue.js", + "dist/vue.min.js", + "src" + ], + "scripts": { + "dev": "webpack --watch --config build/webpack.dist.dev.config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "webpack --watch --config build/webpack.ssr.dev.config.js", + "dev:compiler": "webpack --watch --config build/webpack.compiler.dev.config.js", + "build": "NODE_ENV=production node build/build.js", + "build:ssr": "npm run build -- vue.common.js,vue-template-compiler,vue-server-renderer", + "test": "npm run lint && flow check && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr", + "test:unit": "NODE_ENV=development karma start build/karma.unit.config.js", + "test:cover": "NODE_ENV=development karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.js && node test/e2e/runner.js", + "test:ssr": "npm run build:ssr && NODE_ENV=development VUE_ENV=server jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "NODE_ENV=development karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^6.0.4", + "babel-loader": "^6.2.4", + "babel-plugin-coverage": "^1.0.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-es2015-rollup-vue": "^1.1.0", + "babel-preset-flow-vue": "^1.0.0", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^4.0.0", + "entities": "^1.1.1", + "eslint": "^2.11.0", + "eslint-config-vue": "^1.0.3", + "eslint-loader": "^1.3.0", + "eslint-plugin-flow-vars": "^0.4.0", + "flow-bin": "^0.27.0", + "http-server": "^0.9.0", + "jasmine": "^2.4.1", + "jasmine-core": "^2.4.1", + "karma": "^0.13.0", + "karma-chrome-launcher": "^1.0.1", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^1.7.0", + "lodash": "^4.13.1", + "nightwatch": "^0.9.0", + "phantomjs-prebuilt": "^2.1.1", + "rollup": "^0.26.3", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-replace": "^1.1.0", + "selenium-server": "2.53.0", + "uglify-js": "^2.6.2", + "webpack": "^1.13.1" + }, + "gitHead": "dcd82c2429ad5bceddd2e8a8e692a56ff3f12619", + "_id": "vue@2.0.0-alpha.6", + "_shasum": "9b36b80e08e080545121f109f3f744743df08206", + "_from": ".", + "_npmVersion": "3.8.6", + "_nodeVersion": "6.0.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "9b36b80e08e080545121f109f3f744743df08206", + "tarball": "http://localhost:4872/vue/-/vue-2.0.0-alpha.6.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/vue-2.0.0-alpha.6.tgz_1466624005207_0.6892203430179507" + }, + "directories": {} + }, + "2.0.0-alpha.7": { + "name": "vue", + "version": "2.0.0-alpha.7", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.common.js", + "files": [ + "dist/vue.common.js", + "dist/vue.js", + "dist/vue.min.js", + "src" + ], + "scripts": { + "dev": "webpack --watch --config build/webpack.dist.dev.config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "webpack --watch --config build/webpack.ssr.dev.config.js", + "dev:compiler": "webpack --watch --config build/webpack.compiler.dev.config.js", + "build": "NODE_ENV=production node build/build.js", + "build:ssr": "npm run build -- vue.common.js,vue-template-compiler,vue-server-renderer", + "test": "npm run lint && flow check && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr", + "test:unit": "NODE_ENV=development karma start build/karma.unit.config.js", + "test:cover": "NODE_ENV=development karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.js && node test/e2e/runner.js", + "test:ssr": "npm run build:ssr && NODE_ENV=development VUE_ENV=server jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "NODE_ENV=development SAUCE=true karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^6.0.4", + "babel-loader": "^6.2.4", + "babel-plugin-coverage": "^1.0.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-es2015-rollup-vue": "^1.1.0", + "babel-preset-flow-vue": "^1.0.0", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^4.0.0", + "entities": "^1.1.1", + "eslint": "^2.11.0", + "eslint-config-vue": "^1.0.3", + "eslint-loader": "^1.3.0", + "eslint-plugin-flow-vars": "^0.4.0", + "flow-bin": "^0.27.0", + "http-server": "^0.9.0", + "jasmine": "^2.4.1", + "jasmine-core": "^2.4.1", + "karma": "^1.1.0", + "karma-chrome-launcher": "^1.0.1", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^1.7.0", + "lodash": "^4.13.1", + "lru-cache": "^4.0.1", + "nightwatch": "^0.9.0", + "phantomjs-prebuilt": "^2.1.1", + "rollup": "^0.33.0", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-replace": "^1.1.0", + "selenium-server": "2.53.0", + "uglify-js": "^2.6.2", + "webpack": "^1.13.1" + }, + "gitHead": "a3e26ac9417d38a43171e9fe905d3d065664b1fb", + "_id": "vue@2.0.0-alpha.7", + "_shasum": "3a1dc8a126e9b473181d46ffce9f067de5a6ac8c", + "_from": ".", + "_npmVersion": "3.9.5", + "_nodeVersion": "6.2.2", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "3a1dc8a126e9b473181d46ffce9f067de5a6ac8c", + "tarball": "http://localhost:4872/vue/-/vue-2.0.0-alpha.7.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/vue-2.0.0-alpha.7.tgz_1467080658127_0.4492913503199816" + }, + "directories": {} + }, + "2.0.0-alpha.8": { + "name": "vue", + "version": "2.0.0-alpha.8", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.common.js", + "files": [ + "dist/vue.common.js", + "dist/vue.js", + "dist/vue.min.js", + "src" + ], + "scripts": { + "dev": "webpack --watch --config build/webpack.dist.dev.config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "webpack --watch --config build/webpack.ssr.dev.config.js", + "dev:compiler": "webpack --watch --config build/webpack.compiler.dev.config.js", + "build": "NODE_ENV=production node build/build.js", + "build:ssr": "npm run build -- vue.common.js,vue-template-compiler,vue-server-renderer", + "test": "npm run lint && flow check && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr", + "test:unit": "NODE_ENV=development karma start build/karma.unit.config.js", + "test:cover": "NODE_ENV=development karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.js && node test/e2e/runner.js", + "test:ssr": "npm run build:ssr && NODE_ENV=development VUE_ENV=server jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "NODE_ENV=development SAUCE=true karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^6.0.4", + "babel-loader": "^6.2.4", + "babel-plugin-coverage": "^1.0.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-es2015-rollup-vue": "^1.1.0", + "babel-preset-flow-vue": "^1.0.0", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^4.0.0", + "de-indent": "^1.0.2", + "entities": "^1.1.1", + "eslint": "^2.11.0", + "eslint-config-vue": "^1.0.3", + "eslint-loader": "^1.3.0", + "eslint-plugin-flow-vars": "^0.4.0", + "flow-bin": "^0.27.0", + "http-server": "^0.9.0", + "jasmine": "^2.4.1", + "jasmine-core": "^2.4.1", + "karma": "^1.1.0", + "karma-chrome-launcher": "^1.0.1", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^1.7.0", + "lodash": "^4.13.1", + "lru-cache": "^4.0.1", + "nightwatch": "^0.9.0", + "phantomjs-prebuilt": "^2.1.1", + "rollup": "^0.33.0", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-replace": "^1.1.0", + "selenium-server": "2.53.0", + "uglify-js": "^2.6.2", + "webpack": "^1.13.1" + }, + "gitHead": "8592151110f3031df7a06c37281ce4216963b9c8", + "_id": "vue@2.0.0-alpha.8", + "_shasum": "6ad65a2caa8475fe983869ea066b06f17b04bc63", + "_from": ".", + "_npmVersion": "3.9.5", + "_nodeVersion": "6.2.2", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "6ad65a2caa8475fe983869ea066b06f17b04bc63", + "tarball": "http://localhost:4872/vue/-/vue-2.0.0-alpha.8.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-16-east.internal.npmjs.com", + "tmp": "tmp/vue-2.0.0-alpha.8.tgz_1467104537096_0.30240438994951546" + }, + "directories": {} + }, + "1.0.26": { + "name": "vue", + "version": "1.0.26", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interactive interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "dist/vue.common.js", + "files": [ + "dist/vue.js", + "dist/vue.min.js", + "dist/vue.min.js.map", + "dist/vue.common.js", + "src" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "npm run lint && npm run cover && npm run build && npm run e2e", + "build": "node build/build.js", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & npm run serve-test", + "serve-test": "webpack-dev-server --config build/webpack.test.config.js --host 0.0.0.0", + "build-test": "webpack --config build/webpack.test.config.js", + "lint": "eslint src test/e2e test/unit/specs build", + "e2e": "casperjs test --concise ./test/e2e", + "unit": "karma start build/karma.unit.config.js", + "cover": "karma start build/karma.cover.config.js", + "sauce": "karma start build/karma.sauce.config.js", + "sauce-all": "npm run sauce && npm run sauce -- 1 && npm run sauce -- 2", + "release": "bash build/release.sh", + "release-csp": "bash build/release-csp.sh" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "babel-core": "^5.8.0", + "babel-loader": "^5.4.0", + "babel-runtime": "^5.8.0", + "casperjs": "^1.1.0-beta5", + "codecov.io": "^0.1.2", + "eslint": "^2.9.0", + "eslint-config-vue": "^1.0.0", + "istanbul-instrumenter-loader": "^0.1.3", + "jasmine-core": "^2.4.1", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-ie-launcher": "^0.2.0", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.3.0", + "karma-sourcemap-loader": "^0.3.7", + "karma-webpack": "^1.7.0", + "object-assign": "^4.0.1", + "phantomjs": "^1.9.17", + "rollup": "^0.25.1", + "rollup-plugin-babel": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "uglify-js": "^2.4.24", + "webpack": "^1.12.2", + "webpack-dev-server": "^1.12.1" + }, + "gitHead": "e7932f80eeacf6f7d392bf520e98c4790db9d5c1", + "_id": "vue@1.0.26", + "_shasum": "89a3a81a15be8b364820dd601600744db6b1aafc", + "_from": ".", + "_npmVersion": "3.9.5", + "_nodeVersion": "6.2.2", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "89a3a81a15be8b364820dd601600744db6b1aafc", + "tarball": "http://localhost:4872/vue/-/vue-1.0.26.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/vue-1.0.26.tgz_1467147451300_0.9240092227701098" + }, + "directories": {} + }, + "1.0.26-csp": { + "name": "vue", + "version": "1.0.26-csp", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interactive interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "dist/vue.common.js", + "files": [ + "dist/vue.js", + "dist/vue.min.js", + "dist/vue.min.js.map", + "dist/vue.common.js", + "src" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "npm run lint && npm run cover && npm run build && npm run e2e", + "build": "node build/build.js", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & npm run serve-test", + "serve-test": "webpack-dev-server --config build/webpack.test.config.js --host 0.0.0.0", + "build-test": "webpack --config build/webpack.test.config.js", + "lint": "eslint src test/e2e test/unit/specs build", + "e2e": "casperjs test --concise ./test/e2e", + "unit": "karma start build/karma.unit.config.js", + "cover": "karma start build/karma.cover.config.js", + "sauce": "karma start build/karma.sauce.config.js", + "sauce-all": "npm run sauce", + "release": "bash build/release.sh", + "release-csp": "bash build/release-csp.sh" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "babel-core": "^5.8.0", + "babel-loader": "^5.4.0", + "babel-runtime": "^5.8.0", + "casperjs": "^1.1.0-beta5", + "codecov.io": "^0.1.2", + "eslint": "^2.9.0", + "eslint-config-vue": "^1.0.0", + "istanbul-instrumenter-loader": "^0.1.3", + "jasmine-core": "^2.4.1", + "karma": "^0.13.8", + "karma-chrome-launcher": "^0.2.0", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "^0.1.6", + "karma-ie-launcher": "^0.2.0", + "karma-jasmine": "^0.3.6", + "karma-phantomjs-launcher": "^0.2.1", + "karma-safari-launcher": "^0.1.1", + "karma-sauce-launcher": "^0.3.0", + "karma-sourcemap-loader": "^0.3.7", + "karma-webpack": "^1.7.0", + "notevil": "^1.0.0", + "object-assign": "^4.0.1", + "phantomjs": "^1.9.17", + "rollup": "^0.25.1", + "rollup-plugin-babel": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "uglify-js": "^2.4.24", + "webpack": "^1.12.2", + "webpack-dev-server": "^1.12.1" + }, + "gitHead": "fda77a54ece7dcf14633d4e349c975396f37af32", + "_id": "vue@1.0.26-csp", + "_shasum": "98e20abf3becab9793b6c3593edde3b8d694f0ee", + "_from": ".", + "_npmVersion": "3.9.5", + "_nodeVersion": "6.2.2", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "98e20abf3becab9793b6c3593edde3b8d694f0ee", + "tarball": "http://localhost:4872/vue/-/vue-1.0.26-csp.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-16-east.internal.npmjs.com", + "tmp": "tmp/vue-1.0.26-csp.tgz_1467150172558_0.31587393674999475" + }, + "directories": {} + }, + "2.0.0-beta.1": { + "name": "vue", + "version": "2.0.0-beta.1", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.common.js", + "files": [ + "dist/vue.common.js", + "dist/vue.js", + "dist/vue.min.js", + "src" + ], + "scripts": { + "dev": "webpack --watch --config build/webpack.dist.dev.config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "webpack --watch --config build/webpack.ssr.dev.config.js", + "dev:compiler": "webpack --watch --config build/webpack.compiler.dev.config.js", + "build": "NODE_ENV=production node build/build.js", + "build:ssr": "npm run build -- vue.common.js,vue-server-renderer", + "test": "npm run lint && flow check && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr", + "test:unit": "NODE_ENV=development karma start build/karma.unit.config.js", + "test:cover": "NODE_ENV=development karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.js && node test/e2e/runner.js", + "test:ssr": "npm run build:ssr && NODE_ENV=development VUE_ENV=server jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "NODE_ENV=development SAUCE=true karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^6.0.4", + "babel-loader": "^6.2.4", + "babel-plugin-coverage": "^1.0.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-es2015-rollup-vue": "^1.1.0", + "babel-preset-flow-vue": "^1.0.0", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^4.0.0", + "de-indent": "^1.0.2", + "entities": "^1.1.1", + "eslint": "^2.11.0", + "eslint-config-vue": "^1.0.3", + "eslint-loader": "^1.3.0", + "eslint-plugin-flow-vars": "^0.4.0", + "flow-bin": "^0.27.0", + "http-server": "^0.9.0", + "jasmine": "^2.4.1", + "jasmine-core": "^2.4.1", + "karma": "^1.1.0", + "karma-chrome-launcher": "^1.0.1", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^1.7.0", + "lodash": "^4.13.1", + "nightwatch": "^0.9.0", + "phantomjs-prebuilt": "^2.1.1", + "rollup": "^0.33.0", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-replace": "^1.1.0", + "selenium-server": "2.53.0", + "uglify-js": "^2.6.2", + "webpack": "^1.13.1" + }, + "gitHead": "ed3f3958b135ed7a9882042a653419cc14213630", + "_id": "vue@2.0.0-beta.1", + "_shasum": "fae80ffa23945cd311e5b292941280d390f31f9b", + "_from": ".", + "_npmVersion": "3.9.5", + "_nodeVersion": "6.2.2", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "fae80ffa23945cd311e5b292941280d390f31f9b", + "tarball": "http://localhost:4872/vue/-/vue-2.0.0-beta.1.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/vue-2.0.0-beta.1.tgz_1467928305336_0.3286005707923323" + }, + "directories": {} + }, + "2.0.0-beta.2": { + "name": "vue", + "version": "2.0.0-beta.2", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.common.js", + "files": [ + "dist/vue.common.js", + "dist/vue.js", + "dist/vue.min.js", + "src" + ], + "scripts": { + "dev": "webpack --watch --config build/webpack.dist.dev.config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "webpack --watch --config build/webpack.ssr.dev.config.js", + "dev:compiler": "webpack --watch --config build/webpack.compiler.dev.config.js", + "build": "NODE_ENV=production node build/build.js", + "build:ssr": "npm run build -- vue.common.js,vue-server-renderer", + "test": "npm run lint && flow check && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr", + "test:unit": "NODE_ENV=development karma start build/karma.unit.config.js", + "test:cover": "NODE_ENV=development karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.js && node test/e2e/runner.js", + "test:ssr": "npm run build:ssr && NODE_ENV=development VUE_ENV=server jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "NODE_ENV=development SAUCE=true karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^6.0.4", + "babel-loader": "^6.2.4", + "babel-plugin-coverage": "^1.0.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-es2015-rollup-vue": "^1.1.0", + "babel-preset-flow-vue": "^1.0.0", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^4.0.0", + "de-indent": "^1.0.2", + "entities": "^1.1.1", + "eslint": "^2.11.0", + "eslint-config-vue": "^1.0.3", + "eslint-loader": "^1.3.0", + "eslint-plugin-flow-vars": "^0.4.0", + "flow-bin": "^0.27.0", + "http-server": "^0.9.0", + "jasmine": "^2.4.1", + "jasmine-core": "^2.4.1", + "karma": "^1.1.0", + "karma-chrome-launcher": "^1.0.1", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^1.7.0", + "lodash": "^4.13.1", + "nightwatch": "^0.9.0", + "phantomjs-prebuilt": "^2.1.1", + "rollup": "^0.33.0", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-replace": "^1.1.0", + "selenium-server": "2.53.0", + "uglify-js": "^2.6.2", + "webpack": "^1.13.1" + }, + "gitHead": "bd583371ecb753bbf986f450f6a4f3d0f65a3f32", + "_id": "vue@2.0.0-beta.2", + "_shasum": "8d54bd51b0a6acd1d009e79815bf7bde144e3c70", + "_from": ".", + "_npmVersion": "3.9.5", + "_nodeVersion": "6.2.2", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "8d54bd51b0a6acd1d009e79815bf7bde144e3c70", + "tarball": "http://localhost:4872/vue/-/vue-2.0.0-beta.2.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-16-east.internal.npmjs.com", + "tmp": "tmp/vue-2.0.0-beta.2.tgz_1468734686340_0.9078352218493819" + }, + "directories": {} + }, + "2.0.0-beta.3": { + "name": "vue", + "version": "2.0.0-beta.3", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.common.js", + "files": [ + "dist/vue.common.js", + "dist/vue.js", + "dist/vue.min.js", + "src" + ], + "scripts": { + "dev": "webpack --watch --config build/webpack.dist.dev.config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "webpack --watch --config build/webpack.ssr.dev.config.js", + "dev:compiler": "webpack --watch --config build/webpack.compiler.dev.config.js", + "build": "NODE_ENV=production node build/build.js", + "build:ssr": "npm run build -- vue.common.js,vue-server-renderer", + "test": "npm run lint && flow check && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr", + "test:unit": "NODE_ENV=development karma start build/karma.unit.config.js", + "test:cover": "NODE_ENV=development karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.js && node test/e2e/runner.js", + "test:ssr": "npm run build:ssr && NODE_ENV=development VUE_ENV=server jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "NODE_ENV=development SAUCE=true karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^6.0.4", + "babel-loader": "^6.2.4", + "babel-plugin-coverage": "^1.0.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-es2015-rollup-vue": "^1.1.0", + "babel-preset-flow-vue": "^1.0.0", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^4.0.0", + "de-indent": "^1.0.2", + "entities": "^1.1.1", + "eslint": "^2.11.0", + "eslint-config-vue": "^1.0.3", + "eslint-loader": "^1.3.0", + "eslint-plugin-flow-vars": "^0.4.0", + "flow-bin": "^0.27.0", + "http-server": "^0.9.0", + "jasmine": "^2.4.1", + "jasmine-core": "^2.4.1", + "karma": "^1.1.0", + "karma-chrome-launcher": "^1.0.1", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^1.7.0", + "lodash": "^4.13.1", + "nightwatch": "^0.9.0", + "phantomjs-prebuilt": "^2.1.1", + "rollup": "^0.33.0", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-replace": "^1.1.0", + "selenium-server": "2.53.0", + "uglify-js": "^2.6.2", + "webpack": "^1.13.1" + }, + "gitHead": "2288f3eab7af38f8832455c060d99f44f66aab06", + "_id": "vue@2.0.0-beta.3", + "_shasum": "9ea79c05a76120931c628f7a75edf2a5b7e24982", + "_from": ".", + "_npmVersion": "3.9.5", + "_nodeVersion": "6.2.2", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "9ea79c05a76120931c628f7a75edf2a5b7e24982", + "tarball": "http://localhost:4872/vue/-/vue-2.0.0-beta.3.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/vue-2.0.0-beta.3.tgz_1469328319979_0.5627379040233791" + }, + "directories": {} + }, + "2.0.0-beta.4": { + "name": "vue", + "version": "2.0.0-beta.4", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.common.js", + "files": [ + "dist/vue.common.js", + "dist/vue.js", + "dist/vue.min.js", + "src" + ], + "scripts": { + "dev": "webpack --watch --config build/webpack.dist.dev.config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "webpack --watch --config build/webpack.ssr.dev.config.js", + "dev:compiler": "webpack --watch --config build/webpack.compiler.dev.config.js", + "build": "NODE_ENV=production node build/build.js", + "build:ssr": "npm run build -- vue.common.js,vue-server-renderer", + "test": "npm run lint && flow check && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr", + "test:unit": "NODE_ENV=development karma start build/karma.unit.config.js", + "test:cover": "NODE_ENV=development karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.js && node test/e2e/runner.js", + "test:ssr": "npm run build:ssr && NODE_ENV=development VUE_ENV=server jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "NODE_ENV=development SAUCE=true karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^6.0.4", + "babel-loader": "^6.2.4", + "babel-plugin-coverage": "^1.0.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-es2015-rollup-vue": "^1.1.0", + "babel-preset-flow-vue": "^1.0.0", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^4.0.0", + "de-indent": "^1.0.2", + "entities": "^1.1.1", + "eslint": "^2.11.0", + "eslint-config-vue": "^1.0.3", + "eslint-loader": "^1.3.0", + "eslint-plugin-flow-vars": "^0.4.0", + "flow-bin": "^0.27.0", + "http-server": "^0.9.0", + "jasmine": "^2.4.1", + "jasmine-core": "^2.4.1", + "karma": "^1.1.0", + "karma-chrome-launcher": "^1.0.1", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^1.7.0", + "lodash": "^4.13.1", + "nightwatch": "^0.9.0", + "nightwatch-helpers": "^1.0.0", + "phantomjs-prebuilt": "^2.1.1", + "rollup": "^0.33.0", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-replace": "^1.1.0", + "selenium-server": "2.53.0", + "uglify-js": "^2.6.2", + "webpack": "^1.13.1" + }, + "gitHead": "88c3f4b937c0151cbde19cb4187b0834faf4d266", + "_id": "vue@2.0.0-beta.4", + "_shasum": "fda7a3f301bf1f4f6fc665c5457642a8ea419918", + "_from": ".", + "_npmVersion": "3.9.5", + "_nodeVersion": "6.2.2", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "fda7a3f301bf1f4f6fc665c5457642a8ea419918", + "tarball": "http://localhost:4872/vue/-/vue-2.0.0-beta.4.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/vue-2.0.0-beta.4.tgz_1469498669294_0.19265102222561836" + }, + "directories": {} + }, + "2.0.0-beta.5": { + "name": "vue", + "version": "2.0.0-beta.5", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.common.js", + "files": [ + "dist/vue.common.js", + "dist/vue.js", + "dist/vue.min.js", + "src" + ], + "scripts": { + "dev": "webpack --watch --config build/webpack.dist.dev.config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "webpack --watch --config build/webpack.ssr.dev.config.js", + "dev:compiler": "webpack --watch --config build/webpack.compiler.dev.config.js", + "build": "NODE_ENV=production node build/build.js", + "build:ssr": "npm run build -- vue.common.js,vue-server-renderer", + "test": "npm run lint && flow check && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr", + "test:unit": "NODE_ENV=development karma start build/karma.unit.config.js", + "test:cover": "NODE_ENV=development karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.js && node test/e2e/runner.js", + "test:ssr": "npm run build:ssr && NODE_ENV=development VUE_ENV=server jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "NODE_ENV=development SAUCE=true karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^6.0.4", + "babel-loader": "^6.2.4", + "babel-plugin-coverage": "^1.0.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-es2015-rollup-vue": "^1.1.0", + "babel-preset-flow-vue": "^1.0.0", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^4.0.0", + "de-indent": "^1.0.2", + "entities": "^1.1.1", + "eslint": "^2.11.0", + "eslint-config-vue": "^1.0.3", + "eslint-loader": "^1.3.0", + "eslint-plugin-flow-vars": "^0.4.0", + "flow-bin": "^0.27.0", + "http-server": "^0.9.0", + "jasmine": "^2.4.1", + "jasmine-core": "^2.4.1", + "karma": "^1.1.0", + "karma-chrome-launcher": "^1.0.1", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^1.7.0", + "lodash": "^4.13.1", + "nightwatch": "^0.9.0", + "nightwatch-helpers": "^1.0.0", + "phantomjs-prebuilt": "^2.1.1", + "rollup": "^0.33.0", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-replace": "^1.1.0", + "selenium-server": "2.53.0", + "uglify-js": "^2.6.2", + "webpack": "^1.13.1" + }, + "gitHead": "9cbe4a31665c6ef47baad2aed62b0da89e0cc72b", + "_id": "vue@2.0.0-beta.5", + "_shasum": "90d881a7bf5cec208b1ed9d08413107f2c126215", + "_from": ".", + "_npmVersion": "3.10.3", + "_nodeVersion": "6.3.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "90d881a7bf5cec208b1ed9d08413107f2c126215", + "tarball": "http://localhost:4872/vue/-/vue-2.0.0-beta.5.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-16-east.internal.npmjs.com", + "tmp": "tmp/vue-2.0.0-beta.5.tgz_1469593549153_0.2599202685523778" + }, + "directories": {} + }, + "2.0.0-beta.6": { + "name": "vue", + "version": "2.0.0-beta.6", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.common.js", + "files": [ + "dist/vue.common.js", + "dist/vue.js", + "dist/vue.min.js", + "src" + ], + "scripts": { + "dev": "webpack --watch --config build/webpack.dist.dev.config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "webpack --watch --config build/webpack.ssr.dev.config.js", + "dev:compiler": "webpack --watch --config build/webpack.compiler.dev.config.js", + "build": "NODE_ENV=production node build/build.js", + "build:ssr": "npm run build -- vue.common.js,vue-server-renderer", + "test": "npm run lint && flow check && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr", + "test:unit": "NODE_ENV=development karma start build/karma.unit.config.js", + "test:cover": "NODE_ENV=development karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.js && node test/e2e/runner.js", + "test:ssr": "npm run build:ssr && NODE_ENV=development VUE_ENV=server jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "NODE_ENV=development SAUCE=true karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^6.0.4", + "babel-loader": "^6.2.4", + "babel-plugin-coverage": "^1.0.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-es2015-rollup-vue": "^1.1.0", + "babel-preset-flow-vue": "^1.0.0", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^4.0.0", + "de-indent": "^1.0.2", + "entities": "^1.1.1", + "eslint": "^2.11.0", + "eslint-config-vue": "^1.0.3", + "eslint-loader": "^1.3.0", + "eslint-plugin-flow-vars": "^0.4.0", + "flow-bin": "^0.27.0", + "http-server": "^0.9.0", + "jasmine": "^2.4.1", + "jasmine-core": "^2.4.1", + "karma": "^1.1.0", + "karma-chrome-launcher": "^1.0.1", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^1.7.0", + "lodash": "^4.13.1", + "nightwatch": "^0.9.0", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.1", + "rollup": "^0.33.0", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-replace": "^1.1.0", + "selenium-server": "2.53.0", + "uglify-js": "^2.6.2", + "webpack": "^1.13.1" + }, + "gitHead": "fd3377d1a9b962c558bdac2125664888c93aa143", + "_id": "vue@2.0.0-beta.6", + "_shasum": "7d2e6cbded8c0a44e8957a0c6fc65522ab8b558b", + "_from": ".", + "_npmVersion": "3.10.3", + "_nodeVersion": "6.3.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "7d2e6cbded8c0a44e8957a0c6fc65522ab8b558b", + "tarball": "http://localhost:4872/vue/-/vue-2.0.0-beta.6.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-16-east.internal.npmjs.com", + "tmp": "tmp/vue-2.0.0-beta.6.tgz_1470079661237_0.6658249413594604" + }, + "directories": {} + }, + "2.0.0-beta.7": { + "name": "vue", + "version": "2.0.0-beta.7", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.common.js", + "files": [ + "dist/vue.common.js", + "dist/vue.js", + "dist/vue.min.js", + "src" + ], + "scripts": { + "dev": "webpack --watch --config build/webpack.dist.dev.config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "webpack --watch --config build/webpack.ssr.dev.config.js", + "dev:compiler": "webpack --watch --config build/webpack.compiler.dev.config.js", + "build": "NODE_ENV=production node build/build.js", + "build:ssr": "npm run build -- vue.common.js,vue-server-renderer", + "test": "npm run lint && flow check && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr", + "test:unit": "NODE_ENV=development karma start build/karma.unit.config.js", + "test:cover": "NODE_ENV=development karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.js && node test/e2e/runner.js", + "test:ssr": "npm run build:ssr && NODE_ENV=development VUE_ENV=server jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "NODE_ENV=development SAUCE=true karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^6.0.4", + "babel-loader": "^6.2.4", + "babel-plugin-coverage": "^1.0.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-es2015-rollup-vue": "^1.1.0", + "babel-preset-flow-vue": "^1.0.0", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^4.0.0", + "de-indent": "^1.0.2", + "entities": "^1.1.1", + "eslint": "^2.11.0", + "eslint-config-vue": "^1.0.3", + "eslint-loader": "^1.3.0", + "eslint-plugin-flow-vars": "^0.4.0", + "flow-bin": "^0.27.0", + "http-server": "^0.9.0", + "jasmine": "^2.4.1", + "jasmine-core": "^2.4.1", + "karma": "^1.1.0", + "karma-chrome-launcher": "^1.0.1", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^1.7.0", + "lodash": "^4.13.1", + "nightwatch": "^0.9.0", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.1", + "rollup": "^0.33.0", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-replace": "^1.1.0", + "selenium-server": "2.53.0", + "uglify-js": "^2.6.2", + "webpack": "^1.13.1" + }, + "gitHead": "c2c68d6a22de1f633a18c62eab46938eed917f2f", + "_id": "vue@2.0.0-beta.7", + "_shasum": "fef963533c43374ebaf93451a8af1df29e19c3b1", + "_from": ".", + "_npmVersion": "3.10.3", + "_nodeVersion": "6.3.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "fef963533c43374ebaf93451a8af1df29e19c3b1", + "tarball": "http://localhost:4872/vue/-/vue-2.0.0-beta.7.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/vue-2.0.0-beta.7.tgz_1470435033174_0.4668272112030536" + }, + "directories": {} + }, + "2.0.0-beta.8": { + "name": "vue", + "version": "2.0.0-beta.8", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.common.js", + "files": [ + "dist/vue.common.js", + "dist/vue.js", + "dist/vue.min.js", + "src" + ], + "scripts": { + "dev": "webpack --watch --config build/webpack.dist.dev.config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "webpack --watch --config build/webpack.ssr.dev.config.js", + "dev:compiler": "webpack --watch --config build/webpack.compiler.dev.config.js", + "build": "NODE_ENV=production node build/build.js", + "build:ssr": "npm run build -- vue.common.js,vue-server-renderer", + "test": "npm run lint && flow check && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr", + "test:unit": "NODE_ENV=development karma start build/karma.unit.config.js", + "test:cover": "NODE_ENV=development karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.js && node test/e2e/runner.js", + "test:ssr": "npm run build:ssr && NODE_ENV=development VUE_ENV=server jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "NODE_ENV=development SAUCE=true karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^6.0.4", + "babel-loader": "^6.2.4", + "babel-plugin-coverage": "^1.0.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-es2015-rollup-vue": "^1.1.0", + "babel-preset-flow-vue": "^1.0.0", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^4.0.0", + "de-indent": "^1.0.2", + "entities": "^1.1.1", + "eslint": "^2.11.0", + "eslint-config-vue": "^1.0.3", + "eslint-loader": "^1.3.0", + "eslint-plugin-flow-vars": "^0.4.0", + "flow-bin": "^0.27.0", + "http-server": "^0.9.0", + "jasmine": "^2.4.1", + "jasmine-core": "^2.4.1", + "karma": "^1.1.0", + "karma-chrome-launcher": "^1.0.1", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^1.7.0", + "lodash": "^4.13.1", + "nightwatch": "^0.9.0", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.1", + "rollup": "^0.33.0", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-replace": "^1.1.0", + "selenium-server": "2.53.0", + "uglify-js": "^2.6.2", + "webpack": "^1.13.1" + }, + "gitHead": "1cde06b7723a1c5870ae5d2fca536e515e647487", + "_id": "vue@2.0.0-beta.8", + "_shasum": "45f926ada556eb4fc500796c81e86f07e07f9c4a", + "_from": ".", + "_npmVersion": "3.10.3", + "_nodeVersion": "6.3.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "45f926ada556eb4fc500796c81e86f07e07f9c4a", + "tarball": "http://localhost:4872/vue/-/vue-2.0.0-beta.8.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-16-east.internal.npmjs.com", + "tmp": "tmp/vue-2.0.0-beta.8.tgz_1470804938808_0.9325078530237079" + }, + "directories": {} + }, + "2.0.0-rc.1": { + "name": "vue", + "version": "2.0.0-rc.1", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.common.js", + "files": [ + "dist/vue.common.js", + "dist/vue.js", + "dist/vue.min.js", + "src" + ], + "scripts": { + "dev": "webpack --watch --config build/webpack.dist.dev.config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "webpack --watch --config build/webpack.ssr.dev.config.js", + "dev:compiler": "webpack --watch --config build/webpack.compiler.dev.config.js", + "build": "NODE_ENV=production node build/build.js", + "build:ssr": "npm run build -- vue.common.js,vue-server-renderer", + "test": "npm run lint && flow check && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr", + "test:unit": "NODE_ENV=development karma start build/karma.unit.config.js", + "test:cover": "NODE_ENV=development karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.js && node test/e2e/runner.js", + "test:ssr": "npm run build:ssr && NODE_ENV=development VUE_ENV=server jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "NODE_ENV=development SAUCE=true karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^6.0.4", + "babel-loader": "^6.2.4", + "babel-plugin-coverage": "^1.0.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-es2015-rollup-vue": "^1.1.0", + "babel-preset-flow-vue": "^1.0.0", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^4.0.0", + "de-indent": "^1.0.2", + "entities": "^1.1.1", + "eslint": "^2.11.0", + "eslint-config-vue": "^1.0.3", + "eslint-loader": "^1.3.0", + "eslint-plugin-flow-vars": "^0.4.0", + "flow-bin": "^0.27.0", + "http-server": "^0.9.0", + "jasmine": "^2.4.1", + "jasmine-core": "^2.4.1", + "karma": "^1.1.0", + "karma-chrome-launcher": "^1.0.1", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^1.7.0", + "lodash": "^4.13.1", + "nightwatch": "^0.9.0", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.1", + "rollup": "^0.33.0", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-replace": "^1.1.0", + "selenium-server": "2.53.0", + "uglify-js": "^2.6.2", + "webpack": "^1.13.1" + }, + "gitHead": "7b42671f04aa1de342d85178419fac8fa5eb6eaf", + "_id": "vue@2.0.0-rc.1", + "_shasum": "959c855df95323bf29cc3d66ae01dcfe24c88c23", + "_from": ".", + "_npmVersion": "3.10.3", + "_nodeVersion": "6.3.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "959c855df95323bf29cc3d66ae01dcfe24c88c23", + "tarball": "http://localhost:4872/vue/-/vue-2.0.0-rc.1.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-16-east.internal.npmjs.com", + "tmp": "tmp/vue-2.0.0-rc.1.tgz_1470894200563_0.5398926513735205" + }, + "directories": {} + }, + "2.0.0-rc.2": { + "name": "vue", + "version": "2.0.0-rc.2", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.common.js", + "files": [ + "dist/vue.common.js", + "dist/vue.js", + "dist/vue.min.js", + "src" + ], + "scripts": { + "dev": "webpack --watch --config build/webpack.dist.dev.config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "webpack --watch --config build/webpack.ssr.dev.config.js", + "dev:compiler": "webpack --watch --config build/webpack.compiler.dev.config.js", + "build": "NODE_ENV=production node build/build.js", + "build:ssr": "npm run build -- vue.common.js,vue-server-renderer", + "test": "npm run lint && flow check && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr", + "test:unit": "NODE_ENV=development karma start build/karma.unit.config.js", + "test:cover": "NODE_ENV=development karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.js && node test/e2e/runner.js", + "test:ssr": "npm run build:ssr && NODE_ENV=development VUE_ENV=server jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "NODE_ENV=development SAUCE=true karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^6.0.4", + "babel-loader": "^6.2.4", + "babel-plugin-coverage": "^1.0.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-es2015-rollup-vue": "^1.1.0", + "babel-preset-flow-vue": "^1.0.0", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^4.0.0", + "de-indent": "^1.0.2", + "entities": "^1.1.1", + "eslint": "^2.11.0", + "eslint-config-vue": "^1.0.3", + "eslint-loader": "^1.3.0", + "eslint-plugin-flow-vars": "^0.4.0", + "flow-bin": "^0.27.0", + "http-server": "^0.9.0", + "jasmine": "^2.4.1", + "jasmine-core": "^2.4.1", + "karma": "^1.1.0", + "karma-chrome-launcher": "^1.0.1", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^1.7.0", + "lodash": "^4.13.1", + "nightwatch": "^0.9.0", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.1", + "rollup": "^0.33.0", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-replace": "^1.1.0", + "selenium-server": "2.53.0", + "uglify-js": "^2.6.2", + "webpack": "^1.13.1" + }, + "gitHead": "e422a98150806d9dde395b3398be42ae3d3bb85e", + "_id": "vue@2.0.0-rc.2", + "_shasum": "92f935c13127687a38207bb69e2dbb02e7c8141e", + "_from": ".", + "_npmVersion": "3.10.3", + "_nodeVersion": "6.3.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "92f935c13127687a38207bb69e2dbb02e7c8141e", + "tarball": "http://localhost:4872/vue/-/vue-2.0.0-rc.2.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-16-east.internal.npmjs.com", + "tmp": "tmp/vue-2.0.0-rc.2.tgz_1471318752677_0.23703231965191662" + }, + "directories": {} + }, + "2.0.0-rc.3": { + "name": "vue", + "version": "2.0.0-rc.3", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.common.js", + "files": [ + "dist/vue.common.js", + "dist/vue.js", + "dist/vue.min.js", + "src" + ], + "scripts": { + "dev": "webpack --watch --config build/webpack.dist.dev.config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "webpack --watch --config build/webpack.ssr.dev.config.js", + "dev:compiler": "webpack --watch --config build/webpack.compiler.dev.config.js", + "build": "NODE_ENV=production node build/build.js", + "build:ssr": "npm run build -- vue.common.js,vue-server-renderer", + "test": "npm run lint && flow check && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr", + "test:unit": "NODE_ENV=development karma start build/karma.unit.config.js", + "test:cover": "NODE_ENV=development karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.js && node test/e2e/runner.js", + "test:ssr": "npm run build:ssr && NODE_ENV=development VUE_ENV=server jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "NODE_ENV=development SAUCE=true karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^6.0.4", + "babel-loader": "^6.2.4", + "babel-plugin-coverage": "^1.0.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-es2015-rollup-vue": "^1.1.0", + "babel-preset-flow-vue": "^1.0.0", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^4.0.0", + "de-indent": "^1.0.2", + "entities": "^1.1.1", + "eslint": "^2.11.0", + "eslint-config-vue": "^1.0.3", + "eslint-loader": "^1.3.0", + "eslint-plugin-flow-vars": "^0.4.0", + "flow-bin": "^0.27.0", + "http-server": "^0.9.0", + "jasmine": "^2.4.1", + "jasmine-core": "^2.4.1", + "karma": "^1.1.0", + "karma-chrome-launcher": "^1.0.1", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^1.7.0", + "lodash": "^4.13.1", + "nightwatch": "^0.9.0", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.1", + "rollup": "^0.33.0", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-replace": "^1.1.0", + "selenium-server": "2.53.0", + "uglify-js": "^2.6.2", + "webpack": "^1.13.1" + }, + "gitHead": "8d03a452de61634428923a4dabbd22c24b91f3b3", + "_id": "vue@2.0.0-rc.3", + "_shasum": "3aa583897ecada9b823923a67d0b03bac9d14671", + "_from": ".", + "_npmVersion": "3.10.3", + "_nodeVersion": "6.3.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "3aa583897ecada9b823923a67d0b03bac9d14671", + "tarball": "http://localhost:4872/vue/-/vue-2.0.0-rc.3.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-16-east.internal.npmjs.com", + "tmp": "tmp/vue-2.0.0-rc.3.tgz_1471716301183_0.7859994771424681" + }, + "directories": {} + }, + "2.0.0-rc.4": { + "name": "vue", + "version": "2.0.0-rc.4", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.common.js", + "files": [ + "dist/vue.common.js", + "dist/vue.js", + "dist/vue.min.js", + "src" + ], + "scripts": { + "dev": "TARGET=web-standalone-dev rollup -w -c build/config.js", + "dev:runtime": "TARGET=web-runtime-dev rollup -w -c build/config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "TARGET=web-server-renderer rollup -w -c build/config.js", + "dev:compiler": "TARGET=web-compiler rollup -w -c build/config.js", + "build": "node build/build.js", + "build:ssr": "npm run build -- vue.common.js,vue-server-renderer", + "test": "npm run lint && flow check && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr", + "test:unit": "karma start build/karma.unit.config.js", + "test:cover": "karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.js && node test/e2e/runner.js", + "test:ssr": "npm run build:ssr && VUE_ENV=server jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "SAUCE=true karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^6.0.4", + "babel-loader": "^6.2.4", + "babel-plugin-coverage": "^1.0.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.13.1", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^4.0.0", + "de-indent": "^1.0.2", + "entities": "^1.1.1", + "es6-promise": "^3.2.1", + "eslint": "^3.4.0", + "eslint-config-vue": "^1.1.0", + "eslint-plugin-html": "^1.5.2", + "eslint-loader": "^1.3.0", + "eslint-plugin-flow-vars": "^0.5.0", + "flow-bin": "^0.31.1", + "flow-remove-types": "github:yyx990803/flow-remove-types", + "http-server": "^0.9.0", + "jasmine": "^2.4.1", + "jasmine-core": "^2.4.1", + "karma": "^1.1.0", + "karma-chrome-launcher": "^2.0.0", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^1.7.0", + "lodash": "^4.13.1", + "nightwatch": "^0.9.0", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.1", + "rollup": "^0.34.10", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-buble": "^0.13.0", + "rollup-plugin-replace": "^1.1.0", + "rollup-watch": "^2.5.0", + "selenium-server": "2.53.1", + "uglify-js": "^2.6.2", + "webpack": "^1.13.2" + }, + "gitHead": "8c427f7f18d34bca8e2860788d0849bee26d4bb9", + "_id": "vue@2.0.0-rc.4", + "_shasum": "324ab6afbdcf20b5b606d2950ca91040d152e89b", + "_from": ".", + "_npmVersion": "3.10.3", + "_nodeVersion": "6.3.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "324ab6afbdcf20b5b606d2950ca91040d152e89b", + "tarball": "http://localhost:4872/vue/-/vue-2.0.0-rc.4.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/vue-2.0.0-rc.4.tgz_1472500149870_0.7657984518446028" + }, + "directories": {} + }, + "2.0.0-rc.5": { + "name": "vue", + "version": "2.0.0-rc.5", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.common.js", + "typings": "types/index.d.ts", + "files": [ + "dist/vue.common.js", + "dist/vue.js", + "dist/vue.min.js", + "src", + "types/index.d.ts", + "types/options.d.ts", + "types/plugin.d.ts", + "types/vnode.d.ts", + "types/vue.d.ts" + ], + "scripts": { + "dev": "TARGET=web-standalone-dev rollup -w -c build/config.js", + "dev:runtime": "TARGET=web-runtime-dev rollup -w -c build/config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "TARGET=web-server-renderer rollup -w -c build/config.js", + "dev:compiler": "TARGET=web-compiler rollup -w -c build/config.js", + "build": "node build/build.js", + "build:ssr": "npm run build -- vue.common.js,vue-server-renderer", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr", + "test:unit": "karma start build/karma.unit.config.js", + "test:cover": "karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.js && node test/e2e/runner.js", + "test:ssr": "npm run build:ssr && VUE_ENV=server jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "SAUCE=true karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^6.0.4", + "babel-loader": "^6.2.4", + "babel-plugin-coverage": "^1.0.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.13.1", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^4.0.0", + "de-indent": "^1.0.2", + "entities": "^1.1.1", + "es6-promise": "^3.2.1", + "eslint": "^3.4.0", + "eslint-config-vue": "^1.1.0", + "eslint-loader": "^1.3.0", + "eslint-plugin-flow-vars": "^0.5.0", + "eslint-plugin-html": "^1.5.2", + "flow-bin": "^0.31.1", + "flow-remove-types": "github:yyx990803/flow-remove-types", + "http-server": "^0.9.0", + "jasmine": "2.4.x", + "jasmine-core": "2.4.x", + "karma": "^1.1.0", + "karma-chrome-launcher": "^2.0.0", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^1.7.0", + "lodash": "^4.13.1", + "nightwatch": "^0.9.0", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.1", + "rollup": "^0.34.10", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-buble": "^0.13.0", + "rollup-plugin-replace": "^1.1.0", + "rollup-watch": "^2.5.0", + "selenium-server": "2.53.1", + "typescript": "^2.0.2", + "uglify-js": "^2.6.2", + "webpack": "^1.13.2" + }, + "gitHead": "84dfc1d99c2b42f28d238bed8a46d02c47c8aa10", + "_id": "vue@2.0.0-rc.5", + "_shasum": "d743850882326c3203a9612f4e1bff4f045cc0ff", + "_from": ".", + "_npmVersion": "3.10.3", + "_nodeVersion": "6.3.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "d743850882326c3203a9612f4e1bff4f045cc0ff", + "tarball": "http://localhost:4872/vue/-/vue-2.0.0-rc.5.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/vue-2.0.0-rc.5.tgz_1473334198315_0.16794415842741728" + }, + "directories": {} + }, + "2.0.0-rc.6": { + "name": "vue", + "version": "2.0.0-rc.6", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.common.js", + "typings": "types/index.d.ts", + "files": [ + "dist/vue.common.js", + "dist/vue.js", + "dist/vue.min.js", + "src", + "types/index.d.ts", + "types/options.d.ts", + "types/plugin.d.ts", + "types/vnode.d.ts", + "types/vue.d.ts" + ], + "scripts": { + "dev": "TARGET=web-standalone-dev rollup -w -c build/config.js", + "dev:runtime": "TARGET=web-runtime-dev rollup -w -c build/config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "TARGET=web-server-renderer rollup -w -c build/config.js", + "dev:compiler": "TARGET=web-compiler rollup -w -c build/config.js", + "build": "node build/build.js", + "build:ssr": "npm run build -- vue.common.js,vue-server-renderer", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr", + "test:unit": "karma start build/karma.unit.config.js", + "test:cover": "karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.js && node test/e2e/runner.js", + "test:ssr": "npm run build:ssr && VUE_ENV=server jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "SAUCE=true karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^6.0.4", + "babel-loader": "^6.2.4", + "babel-plugin-coverage": "^1.0.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.13.1", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^4.0.0", + "de-indent": "^1.0.2", + "entities": "^1.1.1", + "es6-promise": "^3.2.1", + "eslint": "^3.4.0", + "eslint-config-vue": "^1.1.0", + "eslint-loader": "^1.3.0", + "eslint-plugin-flowtype": "^2.16.0", + "eslint-plugin-html": "^1.5.2", + "flow-bin": "^0.31.1", + "flow-remove-types": "github:yyx990803/flow-remove-types", + "http-server": "^0.9.0", + "jasmine": "2.4.x", + "jasmine-core": "2.4.x", + "karma": "^1.1.0", + "karma-chrome-launcher": "^2.0.0", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^1.7.0", + "lodash": "^4.13.1", + "nightwatch": "^0.9.0", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.1", + "rollup": "^0.34.10", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-buble": "^0.13.0", + "rollup-plugin-replace": "^1.1.0", + "rollup-watch": "^2.5.0", + "selenium-server": "2.53.1", + "typescript": "^2.0.2", + "uglify-js": "^2.6.2", + "webpack": "^1.13.2" + }, + "gitHead": "43211fd519f462af2530556d905b38d942f61294", + "_id": "vue@2.0.0-rc.6", + "_shasum": "4572daa8aac8ef1eb48559f8ac4ab8e408e2869f", + "_from": ".", + "_npmVersion": "3.10.3", + "_nodeVersion": "6.3.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "4572daa8aac8ef1eb48559f8ac4ab8e408e2869f", + "tarball": "http://localhost:4872/vue/-/vue-2.0.0-rc.6.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/vue-2.0.0-rc.6.tgz_1473772872082_0.040285271126776934" + }, + "directories": {} + }, + "1.0.27": { + "name": "vue", + "version": "1.0.27", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interactive interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "dist/vue.common.js", + "files": [ + "dist/vue.js", + "dist/vue.min.js", + "dist/vue.min.js.map", + "dist/vue.common.js", + "src" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "npm run lint && npm run cover && npm run build && npm run e2e", + "build": "node build/build.js", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & npm run serve-test", + "serve-test": "webpack-dev-server --config build/webpack.test.config.js --host 0.0.0.0", + "build-test": "webpack --config build/webpack.test.config.js", + "lint": "eslint src test/e2e test/unit/specs build", + "e2e": "casperjs test --concise ./test/e2e", + "unit": "karma start build/karma.unit.config.js", + "cover": "karma start build/karma.cover.config.js", + "sauce": "karma start build/karma.sauce.config.js", + "sauce-all": "npm run sauce && npm run sauce -- 1 && npm run sauce -- 2", + "release": "bash build/release.sh", + "release-csp": "bash build/release-csp.sh" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "babel-core": "^5.8.0", + "babel-loader": "^5.4.0", + "babel-runtime": "^5.8.0", + "casperjs": "^1.1.3", + "codecov.io": "^0.1.2", + "eslint": "^3.5.0", + "eslint-config-vue": "^1.0.0", + "eslint-plugin-html": "^1.5.2", + "istanbul-instrumenter-loader": "^0.2.0", + "jasmine-core": "^2.4.1", + "karma": "^1.3.0", + "karma-chrome-launcher": "^2.0.0", + "karma-coverage": "^1.1.1", + "karma-firefox-launcher": "^1.0.0", + "karma-ie-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-phantomjs-launcher": "^1.0.2", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.7", + "karma-webpack": "^1.7.0", + "object-assign": "^4.0.1", + "phantomjs": "^1.9.17", + "rollup": "^0.34.13", + "rollup-plugin-babel": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "uglify-js": "^2.4.24", + "webpack": "^1.12.2", + "webpack-dev-server": "^1.12.1" + }, + "gitHead": "baa92ca1b5dd59d5950fc44ed5476c15f01a843e", + "_id": "vue@1.0.27", + "_shasum": "f56229c87d436a661bd3bb63cc7eeb264233116e", + "_from": ".", + "_npmVersion": "3.10.3", + "_nodeVersion": "6.3.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "f56229c87d436a661bd3bb63cc7eeb264233116e", + "tarball": "http://localhost:4872/vue/-/vue-1.0.27.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/vue-1.0.27.tgz_1474660297977_0.7622160818427801" + }, + "directories": {} + }, + "1.0.27-csp": { + "name": "vue", + "version": "1.0.27-csp", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interactive interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "dist/vue.common.js", + "files": [ + "dist/vue.js", + "dist/vue.min.js", + "dist/vue.min.js.map", + "dist/vue.common.js", + "src" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "npm run lint && npm run cover && npm run build && npm run e2e", + "build": "node build/build.js", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & npm run serve-test", + "serve-test": "webpack-dev-server --config build/webpack.test.config.js --host 0.0.0.0", + "build-test": "webpack --config build/webpack.test.config.js", + "lint": "eslint src test/e2e test/unit/specs build", + "e2e": "casperjs test --concise ./test/e2e", + "unit": "karma start build/karma.unit.config.js", + "cover": "karma start build/karma.cover.config.js", + "sauce": "karma start build/karma.sauce.config.js", + "sauce-all": "npm run sauce", + "release": "bash build/release.sh", + "release-csp": "bash build/release-csp.sh" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "babel-core": "^5.8.0", + "babel-loader": "^5.4.0", + "babel-runtime": "^5.8.0", + "casperjs": "^1.1.3", + "codecov.io": "^0.1.2", + "eslint": "^3.5.0", + "eslint-config-vue": "^1.0.0", + "eslint-plugin-html": "^1.5.2", + "istanbul-instrumenter-loader": "^0.2.0", + "jasmine-core": "^2.4.1", + "karma": "^1.3.0", + "karma-chrome-launcher": "^2.0.0", + "karma-coverage": "^1.1.1", + "karma-firefox-launcher": "^1.0.0", + "karma-ie-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-phantomjs-launcher": "^1.0.2", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.7", + "karma-webpack": "^1.7.0", + "notevil": "^1.0.0", + "object-assign": "^4.0.1", + "phantomjs": "^1.9.17", + "rollup": "^0.34.13", + "rollup-plugin-babel": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "uglify-js": "^2.4.24", + "webpack": "^1.12.2", + "webpack-dev-server": "^1.12.1" + }, + "gitHead": "ba7dd90bc5fc84f41a30d774e2b7f58e2a058222", + "_id": "vue@1.0.27-csp", + "_shasum": "7c8058e5644ea4d8702c24576a1edbf03d4823e0", + "_from": ".", + "_npmVersion": "3.10.3", + "_nodeVersion": "6.3.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "7c8058e5644ea4d8702c24576a1edbf03d4823e0", + "tarball": "http://localhost:4872/vue/-/vue-1.0.27-csp.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-16-east.internal.npmjs.com", + "tmp": "tmp/vue-1.0.27-csp.tgz_1474660425377_0.06182463048025966" + }, + "directories": {} + }, + "2.0.0-rc.7": { + "name": "vue", + "version": "2.0.0-rc.7", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.common.js", + "typings": "types/index.d.ts", + "files": [ + "dist/vue.common.js", + "dist/vue.js", + "dist/vue.min.js", + "src", + "types/index.d.ts", + "types/options.d.ts", + "types/plugin.d.ts", + "types/vnode.d.ts", + "types/vue.d.ts" + ], + "scripts": { + "dev": "TARGET=web-standalone-dev rollup -w -c build/config.js", + "dev:runtime": "TARGET=web-runtime-dev rollup -w -c build/config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "TARGET=web-server-renderer rollup -w -c build/config.js", + "dev:compiler": "TARGET=web-compiler rollup -w -c build/config.js", + "build": "node build/build.js", + "build:ssr": "npm run build -- vue.common.js,vue-server-renderer", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr", + "test:unit": "karma start build/karma.unit.config.js", + "test:cover": "karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.js && node test/e2e/runner.js", + "test:ssr": "npm run build:ssr && VUE_ENV=server jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "SAUCE=true karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^6.0.4", + "babel-loader": "^6.2.4", + "babel-plugin-coverage": "^1.0.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.14.0", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^4.0.0", + "de-indent": "^1.0.2", + "entities": "^1.1.1", + "es6-promise": "^3.2.1", + "eslint": "^3.4.0", + "eslint-config-vue": "^1.1.0", + "eslint-loader": "^1.3.0", + "eslint-plugin-flowtype": "^2.16.0", + "eslint-plugin-html": "^1.5.2", + "flow-bin": "^0.32.0", + "http-server": "^0.9.0", + "jasmine": "2.4.x", + "jasmine-core": "2.4.x", + "karma": "^1.1.0", + "karma-chrome-launcher": "^2.0.0", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^1.7.0", + "lodash": "^4.13.1", + "nightwatch": "^0.9.0", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.1", + "rollup": "^0.34.13", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-buble": "^0.14.0", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "rollup-watch": "^2.5.0", + "selenium-server": "2.53.1", + "typescript": "^2.0.2", + "uglify-js": "^2.6.2", + "webpack": "^1.13.2" + }, + "gitHead": "08f2b97083d32b8c3fe035d770dddfc19de49a7e", + "_id": "vue@2.0.0-rc.7", + "_shasum": "d1549bef91986e06e50bf630ea1d3963f7ecd059", + "_from": ".", + "_npmVersion": "3.10.3", + "_nodeVersion": "6.3.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "d1549bef91986e06e50bf630ea1d3963f7ecd059", + "tarball": "http://localhost:4872/vue/-/vue-2.0.0-rc.7.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/vue-2.0.0-rc.7.tgz_1474669496160_0.6856245503295213" + }, + "directories": {} + }, + "1.0.28": { + "name": "vue", + "version": "1.0.28", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interactive interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "dist/vue.common.js", + "files": [ + "dist/vue.js", + "dist/vue.min.js", + "dist/vue.min.js.map", + "dist/vue.common.js", + "src" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "npm run lint && npm run cover && npm run build && npm run e2e", + "build": "node build/build.js", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & npm run serve-test", + "serve-test": "webpack-dev-server --config build/webpack.test.config.js --host 0.0.0.0", + "build-test": "webpack --config build/webpack.test.config.js", + "lint": "eslint src test/e2e test/unit/specs build", + "e2e": "casperjs test --concise ./test/e2e", + "unit": "karma start build/karma.unit.config.js", + "cover": "karma start build/karma.cover.config.js", + "sauce": "karma start build/karma.sauce.config.js", + "sauce-all": "npm run sauce && npm run sauce -- 1 && npm run sauce -- 2", + "release": "bash build/release.sh", + "release-csp": "bash build/release-csp.sh" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "babel-core": "^5.8.0", + "babel-loader": "^5.4.0", + "babel-runtime": "^5.8.0", + "casperjs": "^1.1.3", + "codecov.io": "^0.1.2", + "eslint": "^3.5.0", + "eslint-config-vue": "^1.0.0", + "eslint-plugin-html": "^1.5.2", + "istanbul-instrumenter-loader": "^0.2.0", + "jasmine-core": "^2.4.1", + "karma": "^1.3.0", + "karma-chrome-launcher": "^2.0.0", + "karma-coverage": "^1.1.1", + "karma-firefox-launcher": "^1.0.0", + "karma-ie-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-phantomjs-launcher": "^1.0.2", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.7", + "karma-webpack": "^1.7.0", + "object-assign": "^4.0.1", + "phantomjs": "^1.9.17", + "rollup": "^0.34.13", + "rollup-plugin-babel": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "uglify-js": "^2.4.24", + "webpack": "^1.12.2", + "webpack-dev-server": "^1.12.1" + }, + "gitHead": "a8d6330d7e6b30c252aa753f99c7cb73bfc67a70", + "_id": "vue@1.0.28", + "_shasum": "ed2ff07b200bde15c87a90ef8727ceea7d38567d", + "_from": ".", + "_npmVersion": "3.10.3", + "_nodeVersion": "6.3.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "ed2ff07b200bde15c87a90ef8727ceea7d38567d", + "tarball": "http://localhost:4872/vue/-/vue-1.0.28.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-16-east.internal.npmjs.com", + "tmp": "tmp/vue-1.0.28.tgz_1475009141605_0.8371744034811854" + }, + "directories": {} + }, + "1.0.28-csp": { + "name": "vue", + "version": "1.0.28-csp", + "author": { + "name": "Evan You", + "email": "yyx990803@gmail.com" + }, + "license": "MIT", + "description": "Simple, Fast & Composable MVVM for building interactive interfaces", + "keywords": [ + "mvvm", + "browser", + "framework" + ], + "main": "dist/vue.common.js", + "files": [ + "dist/vue.js", + "dist/vue.min.js", + "dist/vue.min.js.map", + "dist/vue.common.js", + "src" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "http://vuejs.org", + "scripts": { + "test": "npm run lint && npm run cover && npm run build && npm run e2e", + "build": "node build/build.js", + "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", + "dev": "webpack --watch --config build/webpack.dev.config.js & npm run serve-test", + "serve-test": "webpack-dev-server --config build/webpack.test.config.js --host 0.0.0.0", + "build-test": "webpack --config build/webpack.test.config.js", + "lint": "eslint src test/e2e test/unit/specs build", + "e2e": "casperjs test --concise ./test/e2e", + "unit": "karma start build/karma.unit.config.js", + "cover": "karma start build/karma.cover.config.js", + "sauce": "karma start build/karma.sauce.config.js", + "sauce-all": "npm run sauce", + "release": "bash build/release.sh", + "release-csp": "bash build/release-csp.sh" + }, + "dependencies": { + "envify": "^3.4.0" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "devDependencies": { + "babel-core": "^5.8.0", + "babel-loader": "^5.4.0", + "babel-runtime": "^5.8.0", + "casperjs": "^1.1.3", + "codecov.io": "^0.1.2", + "eslint": "^3.5.0", + "eslint-config-vue": "^1.0.0", + "eslint-plugin-html": "^1.5.2", + "istanbul-instrumenter-loader": "^0.2.0", + "jasmine-core": "^2.4.1", + "karma": "^1.3.0", + "karma-chrome-launcher": "^2.0.0", + "karma-coverage": "^1.1.1", + "karma-firefox-launcher": "^1.0.0", + "karma-ie-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-phantomjs-launcher": "^1.0.2", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.7", + "karma-webpack": "^1.7.0", + "notevil": "^1.0.0", + "object-assign": "^4.0.1", + "phantomjs": "^1.9.17", + "rollup": "^0.34.13", + "rollup-plugin-babel": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "uglify-js": "^2.4.24", + "webpack": "^1.12.2", + "webpack-dev-server": "^1.12.1" + }, + "gitHead": "c45cfee24d222b68b8e6a320863cb7e13c15f2bc", + "_id": "vue@1.0.28-csp", + "_shasum": "02814d502eff3e4efb6a12b882fbf3b55f1e2f1e", + "_from": ".", + "_npmVersion": "3.10.3", + "_nodeVersion": "6.3.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "02814d502eff3e4efb6a12b882fbf3b55f1e2f1e", + "tarball": "http://localhost:4872/vue/-/vue-1.0.28-csp.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/vue-1.0.28-csp.tgz_1475009243806_0.7087466502562165" + }, + "directories": {} + }, + "2.0.0-rc.8": { + "name": "vue", + "version": "2.0.0-rc.8", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.common.js", + "typings": "types/index.d.ts", + "files": [ + "dist/vue.common.js", + "dist/vue.js", + "dist/vue.min.js", + "src", + "types/index.d.ts", + "types/options.d.ts", + "types/plugin.d.ts", + "types/vnode.d.ts", + "types/vue.d.ts" + ], + "scripts": { + "dev": "TARGET=web-standalone-dev rollup -w -c build/config.js", + "dev:runtime": "TARGET=web-runtime-dev rollup -w -c build/config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "TARGET=web-server-renderer rollup -w -c build/config.js", + "dev:compiler": "TARGET=web-compiler rollup -w -c build/config.js", + "build": "node build/build.js", + "build:ssr": "npm run build -- vue.common.js,vue-server-renderer", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr", + "test:unit": "karma start build/karma.unit.config.js", + "test:cover": "karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.js && node test/e2e/runner.js", + "test:ssr": "npm run build:ssr && VUE_ENV=server jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "SAUCE=true karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^6.0.4", + "babel-loader": "^6.2.4", + "babel-plugin-coverage": "^1.0.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.14.0", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^4.0.0", + "de-indent": "^1.0.2", + "entities": "^1.1.1", + "es6-promise": "^3.2.1", + "eslint": "^3.4.0", + "eslint-config-vue": "^1.1.0", + "eslint-loader": "^1.3.0", + "eslint-plugin-flowtype": "^2.16.0", + "eslint-plugin-html": "^1.5.2", + "flow-bin": "^0.32.0", + "http-server": "^0.9.0", + "jasmine": "2.4.x", + "jasmine-core": "2.4.x", + "karma": "^1.1.0", + "karma-chrome-launcher": "^2.0.0", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^1.7.0", + "lodash": "^4.13.1", + "nightwatch": "^0.9.0", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.1", + "rollup": "^0.34.13", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-buble": "^0.14.0", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "rollup-watch": "^2.5.0", + "selenium-server": "2.53.1", + "typescript": "^2.0.2", + "uglify-js": "^2.6.2", + "webpack": "^1.13.2" + }, + "gitHead": "e6154316daf62c43c997e4334be7a52b57881709", + "_id": "vue@2.0.0-rc.8", + "_shasum": "6436fe5bb75002ffa57230b413b695d29f7abcba", + "_from": ".", + "_npmVersion": "3.10.3", + "_nodeVersion": "6.3.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "6436fe5bb75002ffa57230b413b695d29f7abcba", + "tarball": "http://localhost:4872/vue/-/vue-2.0.0-rc.8.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-16-east.internal.npmjs.com", + "tmp": "tmp/vue-2.0.0-rc.8.tgz_1475010513582_0.2802108924370259" + }, + "directories": {} + }, + "2.0.0": { + "name": "vue", + "version": "2.0.0", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.js", + "typings": "types/index.d.ts", + "files": [ + "dist/vue.common.js", + "dist/vue.js", + "dist/vue.min.js", + "src", + "types/index.d.ts", + "types/options.d.ts", + "types/plugin.d.ts", + "types/vnode.d.ts", + "types/vue.d.ts" + ], + "scripts": { + "dev": "TARGET=web-standalone-dev rollup -w -c build/config.js", + "dev:runtime": "TARGET=web-runtime-dev rollup -w -c build/config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "TARGET=web-server-renderer rollup -w -c build/config.js", + "dev:compiler": "TARGET=web-compiler rollup -w -c build/config.js", + "build": "node build/build.js", + "build:ssr": "npm run build -- vue.common.js,vue-server-renderer", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr", + "test:unit": "karma start build/karma.unit.config.js", + "test:cover": "karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.js && node test/e2e/runner.js", + "test:ssr": "npm run build:ssr && VUE_ENV=server jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "SAUCE=true karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^6.0.4", + "babel-loader": "^6.2.4", + "babel-plugin-coverage": "^1.0.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.14.0", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^4.0.0", + "de-indent": "^1.0.2", + "entities": "^1.1.1", + "es6-promise": "^3.2.1", + "eslint": "^3.4.0", + "eslint-config-vue": "^1.1.0", + "eslint-loader": "^1.3.0", + "eslint-plugin-flowtype": "^2.16.0", + "eslint-plugin-html": "^1.5.2", + "flow-bin": "^0.32.0", + "http-server": "^0.9.0", + "jasmine": "2.4.x", + "jasmine-core": "2.4.x", + "karma": "^1.1.0", + "karma-chrome-launcher": "^2.0.0", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^1.7.0", + "lodash": "^4.13.1", + "nightwatch": "^0.9.0", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.1", + "rollup": "^0.36.1", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-buble": "^0.14.0", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "rollup-watch": "^2.5.0", + "selenium-server": "2.53.1", + "typescript": "^2.0.2", + "uglify-js": "^2.6.2", + "webpack": "^1.13.2" + }, + "gitHead": "156cfb9892d3359d548e27abf5d8b78b421a5a92", + "_id": "vue@2.0.0", + "_shasum": "2717556195650845a0141d8117ba8024ccedb2ba", + "_from": ".", + "_npmVersion": "3.10.3", + "_nodeVersion": "6.3.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "2717556195650845a0141d8117ba8024ccedb2ba", + "tarball": "http://localhost:4872/vue/-/vue-2.0.0.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-16-east.internal.npmjs.com", + "tmp": "tmp/vue-2.0.0.tgz_1475260331734_0.9920612326823175" + }, + "directories": {} + }, + "2.0.1": { + "name": "vue", + "version": "2.0.1", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.common.js", + "typings": "types/index.d.ts", + "files": [ + "dist/vue.common.js", + "dist/vue.js", + "dist/vue.min.js", + "src", + "types/index.d.ts", + "types/options.d.ts", + "types/plugin.d.ts", + "types/vnode.d.ts", + "types/vue.d.ts" + ], + "scripts": { + "dev": "TARGET=web-standalone-dev rollup -w -c build/config.js", + "dev:runtime": "TARGET=web-runtime-dev rollup -w -c build/config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "TARGET=web-server-renderer rollup -w -c build/config.js", + "dev:compiler": "TARGET=web-compiler rollup -w -c build/config.js", + "build": "node build/build.js", + "build:ssr": "npm run build -- vue.common.js,vue-server-renderer", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr", + "test:unit": "karma start build/karma.unit.config.js", + "test:cover": "karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.js && node test/e2e/runner.js", + "test:ssr": "npm run build:ssr && VUE_ENV=server jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "SAUCE=true karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^6.0.4", + "babel-loader": "^6.2.4", + "babel-plugin-coverage": "^1.0.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.14.0", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^4.0.0", + "de-indent": "^1.0.2", + "entities": "^1.1.1", + "es6-promise": "^3.2.1", + "eslint": "^3.4.0", + "eslint-config-vue": "^1.1.0", + "eslint-loader": "^1.3.0", + "eslint-plugin-flowtype": "^2.16.0", + "eslint-plugin-html": "^1.5.2", + "flow-bin": "^0.32.0", + "http-server": "^0.9.0", + "jasmine": "2.4.x", + "jasmine-core": "2.4.x", + "karma": "^1.1.0", + "karma-chrome-launcher": "^2.0.0", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^1.7.0", + "lodash": "^4.13.1", + "nightwatch": "^0.9.0", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.1", + "rollup": "^0.36.1", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-buble": "^0.14.0", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "rollup-watch": "^2.5.0", + "selenium-server": "2.53.1", + "typescript": "^2.0.2", + "uglify-js": "^2.6.2", + "webpack": "^1.13.2" + }, + "gitHead": "e6d224c3c5ca3ff6a365326ba615d116764b68f2", + "_id": "vue@2.0.1", + "_shasum": "ea20979eb5440ea7da086097befd598fb548dbc1", + "_from": ".", + "_npmVersion": "3.10.3", + "_nodeVersion": "6.3.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "ea20979eb5440ea7da086097befd598fb548dbc1", + "tarball": "http://localhost:4872/vue/-/vue-2.0.1.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/vue-2.0.1.tgz_1475269930880_0.6575976791791618" + }, + "directories": {} + }, + "2.0.2": { + "name": "vue", + "version": "2.0.2", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.common.js", + "typings": "types/index.d.ts", + "files": [ + "dist/vue.common.js", + "dist/vue.js", + "dist/vue.min.js", + "src", + "types/index.d.ts", + "types/options.d.ts", + "types/plugin.d.ts", + "types/vnode.d.ts", + "types/vue.d.ts" + ], + "scripts": { + "dev": "TARGET=web-standalone-dev rollup -w -c build/config.js", + "dev:runtime": "TARGET=web-runtime-dev rollup -w -c build/config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "TARGET=web-server-renderer rollup -w -c build/config.js", + "dev:compiler": "TARGET=web-compiler rollup -w -c build/config.js", + "build": "node build/build.js", + "build:ssr": "npm run build -- vue.common.js,vue-server-renderer", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr", + "test:unit": "karma start build/karma.unit.config.js", + "test:cover": "karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.js && node test/e2e/runner.js", + "test:ssr": "npm run build:ssr && VUE_ENV=server jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "SAUCE=true karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^6.0.4", + "babel-loader": "^6.2.4", + "babel-plugin-coverage": "^1.0.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.14.0", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^4.0.0", + "de-indent": "^1.0.2", + "entities": "^1.1.1", + "es6-promise": "^3.2.1", + "eslint": "^3.4.0", + "eslint-config-vue": "^1.1.0", + "eslint-loader": "^1.3.0", + "eslint-plugin-flowtype": "^2.16.0", + "eslint-plugin-html": "^1.5.2", + "flow-bin": "^0.32.0", + "http-server": "^0.9.0", + "jasmine": "2.4.x", + "jasmine-core": "2.4.x", + "karma": "^1.1.0", + "karma-chrome-launcher": "^2.0.0", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^1.7.0", + "lodash": "^4.13.1", + "nightwatch": "^0.9.0", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.1", + "rollup": "^0.36.1", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-buble": "^0.14.0", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "rollup-watch": "^2.5.0", + "selenium-server": "2.53.1", + "typescript": "^2.0.2", + "uglify-js": "^2.6.2", + "webpack": "^1.13.2" + }, + "gitHead": "70aee1c7f8f6aab359492909d41f1e0449771506", + "_id": "vue@2.0.2", + "_shasum": "ae1c01ce74a5d44d41ece96b82849c11e1d45e6d", + "_from": ".", + "_npmVersion": "3.10.3", + "_nodeVersion": "6.3.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "ae1c01ce74a5d44d41ece96b82849c11e1d45e6d", + "tarball": "http://localhost:4872/vue/-/vue-2.0.2.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-16-east.internal.npmjs.com", + "tmp": "tmp/vue-2.0.2.tgz_1476248052543_0.10046554286964238" + }, + "directories": {} + }, + "2.0.3": { + "name": "vue", + "version": "2.0.3", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.common.js", + "typings": "types/index.d.ts", + "files": [ + "dist/vue.common.js", + "dist/vue.js", + "dist/vue.min.js", + "src", + "types/index.d.ts", + "types/options.d.ts", + "types/plugin.d.ts", + "types/vnode.d.ts", + "types/vue.d.ts" + ], + "scripts": { + "dev": "TARGET=web-standalone-dev rollup -w -c build/config.js", + "dev:runtime": "TARGET=web-runtime-dev rollup -w -c build/config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "TARGET=web-server-renderer rollup -w -c build/config.js", + "dev:compiler": "TARGET=web-compiler rollup -w -c build/config.js", + "build": "node build/build.js", + "build:ssr": "npm run build -- vue.common.js,vue-server-renderer", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr", + "test:unit": "karma start build/karma.unit.config.js", + "test:cover": "karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.js && node test/e2e/runner.js", + "test:ssr": "npm run build:ssr && VUE_ENV=server jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "SAUCE=true karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^6.0.4", + "babel-loader": "^6.2.4", + "babel-plugin-coverage": "^1.0.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.14.0", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^4.0.0", + "de-indent": "^1.0.2", + "es6-promise": "^3.2.1", + "eslint": "^3.4.0", + "eslint-config-vue": "^1.1.0", + "eslint-loader": "^1.3.0", + "eslint-plugin-flowtype": "^2.16.0", + "eslint-plugin-html": "^1.5.2", + "flow-bin": "^0.32.0", + "he": "^1.1.0", + "http-server": "^0.9.0", + "jasmine": "2.4.x", + "jasmine-core": "2.4.x", + "karma": "^1.1.0", + "karma-chrome-launcher": "^2.0.0", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^1.7.0", + "lodash": "^4.13.1", + "nightwatch": "^0.9.0", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.1", + "rollup": "^0.36.1", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-buble": "^0.14.0", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "rollup-watch": "^2.5.0", + "selenium-server": "2.53.1", + "typescript": "^2.0.2", + "uglify-js": "^2.6.2", + "webpack": "^1.13.2" + }, + "gitHead": "3bbac7e9f5beb86dbb023edbb043bdea501c98d3", + "_id": "vue@2.0.3", + "_shasum": "3f7698f83d6ad1f0e35955447901672876c63fde", + "_from": ".", + "_npmVersion": "3.10.3", + "_nodeVersion": "6.3.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "dist": { + "shasum": "3f7698f83d6ad1f0e35955447901672876c63fde", + "tarball": "http://localhost:4872/vue/-/vue-2.0.3.tgz" + }, + "_npmOperationalInternal": { + "host": "packages-16-east.internal.npmjs.com", + "tmp": "tmp/vue-2.0.3.tgz_1476350853659_0.9587009425740689" + }, + "directories": {} + }, + "2.0.4": { + "name": "vue", + "version": "2.0.4", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.common.js", + "typings": "types/index.d.ts", + "files": [ + "dist/vue.common.js", + "dist/vue.runtime.js", + "dist/vue.runtime.min.js", + "dist/vue.js", + "dist/vue.min.js", + "src", + "types/index.d.ts", + "types/options.d.ts", + "types/plugin.d.ts", + "types/vnode.d.ts", + "types/vue.d.ts" + ], + "scripts": { + "dev": "TARGET=web-standalone-dev rollup -w -c build/config.js", + "dev:runtime": "TARGET=web-runtime-dev rollup -w -c build/config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "TARGET=web-server-renderer rollup -w -c build/config.js", + "dev:compiler": "TARGET=web-compiler rollup -w -c build/config.js", + "build": "node build/build.js", + "build:ssr": "npm run build -- vue.common.js,vue-server-renderer", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr", + "test:unit": "karma start build/karma.unit.config.js", + "test:cover": "karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.min.js && node test/e2e/runner.js", + "test:ssr": "npm run build:ssr && VUE_ENV=server jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "SAUCE=true karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^6.0.4", + "babel-loader": "^6.2.4", + "babel-plugin-coverage": "^1.0.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.14.0", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^4.0.0", + "de-indent": "^1.0.2", + "es6-promise": "^3.2.1", + "eslint": "^3.4.0", + "eslint-config-vue": "^2.0.0", + "eslint-loader": "^1.3.0", + "eslint-plugin-flowtype": "^2.16.0", + "eslint-plugin-vue": "^1.0.0", + "flow-bin": "^0.33.0", + "he": "^1.1.0", + "http-server": "^0.9.0", + "jasmine": "2.4.x", + "jasmine-core": "2.4.x", + "karma": "^1.1.0", + "karma-chrome-launcher": "^2.0.0", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^1.7.0", + "lodash": "^4.13.1", + "nightwatch": "^0.9.0", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.1", + "rollup": "^0.36.1", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-buble": "^0.14.0", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "rollup-watch": "^2.5.0", + "selenium-server": "2.53.1", + "typescript": "^2.0.2", + "uglify-js": "^2.6.2", + "webpack": "^1.13.2" + }, + "gitHead": "0973342e5cadaa68c21535cb9e62f27fd5493e2c", + "_id": "vue@2.0.4", + "_shasum": "26f1e3c52c74012de6a6aa58595c6706395f1fb2", + "_from": ".", + "_npmVersion": "3.10.8", + "_nodeVersion": "6.9.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "shasum": "26f1e3c52c74012de6a6aa58595c6706395f1fb2", + "tarball": "http://localhost:4872/vue/-/vue-2.0.4.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/vue-2.0.4.tgz_1478292430438_0.9752126208040863" + }, + "directories": {} + }, + "2.0.5": { + "name": "vue", + "version": "2.0.5", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.common.js", + "typings": "types/index.d.ts", + "files": [ + "dist/vue.common.js", + "dist/vue.runtime.js", + "dist/vue.runtime.min.js", + "dist/vue.js", + "dist/vue.min.js", + "src", + "types/index.d.ts", + "types/options.d.ts", + "types/plugin.d.ts", + "types/vnode.d.ts", + "types/vue.d.ts" + ], + "scripts": { + "dev": "TARGET=web-standalone-dev rollup -w -c build/config.js", + "dev:runtime": "TARGET=web-runtime-dev rollup -w -c build/config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "TARGET=web-server-renderer rollup -w -c build/config.js", + "dev:compiler": "TARGET=web-compiler rollup -w -c build/config.js", + "build": "node build/build.js", + "build:ssr": "npm run build -- vue.common.js,vue-server-renderer", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr", + "test:unit": "karma start build/karma.unit.config.js", + "test:cover": "karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.min.js && node test/e2e/runner.js", + "test:ssr": "npm run build:ssr && VUE_ENV=server jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "SAUCE=true karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^6.0.4", + "babel-loader": "^6.2.4", + "babel-plugin-coverage": "^1.0.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.14.0", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^4.0.0", + "de-indent": "^1.0.2", + "es6-promise": "^3.2.1", + "eslint": "^3.4.0", + "eslint-config-vue": "^2.0.0", + "eslint-loader": "^1.3.0", + "eslint-plugin-flowtype": "^2.16.0", + "eslint-plugin-vue": "^1.0.0", + "flow-bin": "^0.33.0", + "he": "^1.1.0", + "http-server": "^0.9.0", + "jasmine": "2.4.x", + "jasmine-core": "2.4.x", + "karma": "^1.1.0", + "karma-chrome-launcher": "^2.0.0", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^1.7.0", + "lodash": "^4.13.1", + "nightwatch": "^0.9.0", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.1", + "rollup": "^0.36.1", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-buble": "^0.14.0", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "rollup-watch": "^2.5.0", + "selenium-server": "2.53.1", + "typescript": "^2.0.2", + "uglify-js": "^2.6.2", + "webpack": "^1.13.2" + }, + "gitHead": "a2cc6e2b68239460d1c27f9af8b2165594f8ab00", + "_id": "vue@2.0.5", + "_shasum": "b99dc7180a802d1148a508db3d84b52c09b5ca8e", + "_from": ".", + "_npmVersion": "3.10.8", + "_nodeVersion": "6.9.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "shasum": "b99dc7180a802d1148a508db3d84b52c09b5ca8e", + "tarball": "http://localhost:4872/vue/-/vue-2.0.5.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "packages-18-east.internal.npmjs.com", + "tmp": "tmp/vue-2.0.5.tgz_1478317652628_0.46653968561440706" + }, + "directories": {} + }, + "2.0.6": { + "name": "vue", + "version": "2.0.6", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.common.js", + "typings": "types/index.d.ts", + "files": [ + "dist/vue.common.js", + "dist/vue.runtime.js", + "dist/vue.runtime.min.js", + "dist/vue.js", + "dist/vue.min.js", + "src", + "types/index.d.ts", + "types/options.d.ts", + "types/plugin.d.ts", + "types/vnode.d.ts", + "types/vue.d.ts" + ], + "scripts": { + "dev": "TARGET=web-standalone-dev rollup -w -c build/config.js", + "dev:runtime": "TARGET=web-runtime-dev rollup -w -c build/config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "TARGET=web-server-renderer rollup -w -c build/config.js", + "dev:compiler": "TARGET=web-compiler rollup -w -c build/config.js", + "dev:weex": "TARGET=weex-framework rollup -w -c build/config.js", + "dev:weex:compiler": "TARGET=weex-compiler rollup -w -c build/config.js", + "build": "node build/build.js", + "build:ssr": "npm run build -- vue.common.js,vue-server-renderer", + "build:weex": "npm run build -- weex-vue-framework,weex-template-compiler", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr", + "test:unit": "karma start build/karma.unit.config.js", + "test:cover": "karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.min.js && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && VUE_ENV=server jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "SAUCE=true karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh", + "release:weex": "bash build/release-weex.sh" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^7.1.0", + "babel-loader": "^6.2.4", + "babel-plugin-coverage": "^1.0.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.14.0", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^5.0.1", + "de-indent": "^1.0.2", + "es6-promise": "^4.0.5", + "eslint": "^3.10.1", + "eslint-config-vue": "^2.0.1", + "eslint-loader": "^1.3.0", + "eslint-plugin-flowtype": "^2.16.0", + "eslint-plugin-vue": "^1.0.0", + "flow-bin": "^0.33.0", + "he": "^1.1.0", + "http-server": "^0.9.0", + "jasmine": "^2.5.2", + "jasmine-core": "^2.5.2", + "karma": "^1.1.0", + "karma-chrome-launcher": "^2.0.0", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^1.7.0", + "lodash": "^4.17.1", + "nightwatch": "^0.9.9", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.1", + "rollup": "^0.36.1", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-buble": "^0.14.0", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "rollup-watch": "^2.5.0", + "selenium-server": "2.53.1", + "typescript": "^2.0.9", + "uglify-js": "^2.6.2", + "webpack": "^1.13.2", + "weex-js-runtime": "^0.17.0-alpha4", + "weex-vdom-tester": "^0.1.3" + }, + "dependencies": {}, + "gitHead": "fd83358c97d16eba6d53ceb2a8528bbc3376afd0", + "_id": "vue@2.0.6", + "_shasum": "a867c0cc2a8292d0de7dfd42e90e7627cf762ceb", + "_from": ".", + "_npmVersion": "3.10.8", + "_nodeVersion": "6.9.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "shasum": "a867c0cc2a8292d0de7dfd42e90e7627cf762ceb", + "tarball": "http://localhost:4872/vue/-/vue-2.0.6.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "packages-18-east.internal.npmjs.com", + "tmp": "tmp/vue-2.0.6.tgz_1479251111982_0.6678760126233101" + }, + "directories": {} + }, + "2.0.7": { + "name": "vue", + "version": "2.0.7", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.common.js", + "typings": "types/index.d.ts", + "files": [ + "dist/vue.common.js", + "dist/vue.runtime.js", + "dist/vue.runtime.min.js", + "dist/vue.js", + "dist/vue.min.js", + "src", + "types/index.d.ts", + "types/options.d.ts", + "types/plugin.d.ts", + "types/vnode.d.ts", + "types/vue.d.ts" + ], + "scripts": { + "dev": "TARGET=web-standalone-dev rollup -w -c build/config.js", + "dev:runtime": "TARGET=web-runtime-dev rollup -w -c build/config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "TARGET=web-server-renderer rollup -w -c build/config.js", + "dev:compiler": "TARGET=web-compiler rollup -w -c build/config.js", + "dev:weex": "TARGET=weex-framework rollup -w -c build/config.js", + "dev:weex:compiler": "TARGET=weex-compiler rollup -w -c build/config.js", + "build": "node build/build.js", + "build:ssr": "npm run build -- vue.common.js,vue-server-renderer", + "build:weex": "npm run build -- weex-vue-framework,weex-template-compiler", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr", + "test:unit": "karma start build/karma.unit.config.js", + "test:cover": "karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.min.js && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && VUE_ENV=server jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "SAUCE=true karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh", + "release:weex": "bash build/release-weex.sh" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^7.1.0", + "babel-loader": "^6.2.4", + "babel-plugin-coverage": "^1.0.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.14.0", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^5.0.1", + "de-indent": "^1.0.2", + "es6-promise": "^4.0.5", + "eslint": "^3.10.1", + "eslint-config-vue": "^2.0.1", + "eslint-loader": "^1.3.0", + "eslint-plugin-flowtype": "^2.16.0", + "eslint-plugin-vue": "^1.0.0", + "flow-bin": "^0.33.0", + "he": "^1.1.0", + "http-server": "^0.9.0", + "jasmine": "^2.5.2", + "jasmine-core": "^2.5.2", + "karma": "^1.1.0", + "karma-chrome-launcher": "^2.0.0", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^1.7.0", + "lodash": "^4.17.1", + "nightwatch": "^0.9.9", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.1", + "rollup": "^0.36.1", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-buble": "^0.14.0", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "rollup-watch": "^2.5.0", + "selenium-server": "2.53.1", + "typescript": "^2.0.9", + "uglify-js": "^2.6.2", + "webpack": "^1.13.2", + "weex-js-runtime": "^0.17.0-alpha4", + "weex-vdom-tester": "^0.1.3" + }, + "dependencies": {}, + "gitHead": "cd0e37361227b9b6f34e88dda3f4934c3932014d", + "_id": "vue@2.0.7", + "_shasum": "83698ef4f76ce702f425b5576b06ff28e12db143", + "_from": ".", + "_npmVersion": "3.10.8", + "_nodeVersion": "6.9.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "shasum": "83698ef4f76ce702f425b5576b06ff28e12db143", + "tarball": "http://localhost:4872/vue/-/vue-2.0.7.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/vue-2.0.7.tgz_1479333271954_0.264754707692191" + }, + "directories": {} + }, + "2.0.8": { + "name": "vue", + "version": "2.0.8", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.common.js", + "typings": "types/index.d.ts", + "files": [ + "dist/vue.common.js", + "dist/vue.runtime.js", + "dist/vue.runtime.min.js", + "dist/vue.js", + "dist/vue.min.js", + "src", + "types/index.d.ts", + "types/options.d.ts", + "types/plugin.d.ts", + "types/vnode.d.ts", + "types/vue.d.ts" + ], + "scripts": { + "dev": "TARGET=web-standalone-dev rollup -w -c build/config.js", + "dev:runtime": "TARGET=web-runtime-dev rollup -w -c build/config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "TARGET=web-server-renderer rollup -w -c build/config.js", + "dev:compiler": "TARGET=web-compiler rollup -w -c build/config.js", + "dev:weex": "TARGET=weex-framework rollup -w -c build/config.js", + "dev:weex:compiler": "TARGET=weex-compiler rollup -w -c build/config.js", + "build": "node build/build.js", + "build:ssr": "npm run build -- vue.common.js,vue-server-renderer", + "build:weex": "npm run build -- weex-vue-framework,weex-template-compiler", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr", + "test:unit": "karma start build/karma.unit.config.js", + "test:cover": "karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.min.js && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && VUE_ENV=server jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "SAUCE=true karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh", + "release:weex": "bash build/release-weex.sh" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^7.1.0", + "babel-loader": "^6.2.4", + "babel-plugin-coverage": "^1.0.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.14.0", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^5.0.1", + "de-indent": "^1.0.2", + "es6-promise": "^4.0.5", + "eslint": "^3.10.1", + "eslint-config-vue": "^2.0.1", + "eslint-loader": "^1.3.0", + "eslint-plugin-flowtype": "^2.16.0", + "eslint-plugin-vue": "^1.0.0", + "flow-bin": "^0.33.0", + "he": "^1.1.0", + "http-server": "^0.9.0", + "jasmine": "^2.5.2", + "jasmine-core": "^2.5.2", + "karma": "^1.1.0", + "karma-chrome-launcher": "^2.0.0", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^1.7.0", + "lodash": "^4.17.1", + "nightwatch": "^0.9.9", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.1", + "rollup": "^0.36.1", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-buble": "^0.14.0", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "rollup-watch": "^2.5.0", + "selenium-server": "2.53.1", + "typescript": "^2.0.9", + "uglify-js": "^2.6.2", + "webpack": "^1.13.2", + "weex-js-runtime": "^0.17.0-alpha4", + "weex-vdom-tester": "^0.1.3" + }, + "dependencies": {}, + "gitHead": "9fa4bbbc04f17fe278b280a99225077836d692ec", + "_id": "vue@2.0.8", + "_shasum": "bbc191db5e1442f208604f994f03e49ac09e69d2", + "_from": ".", + "_npmVersion": "3.10.8", + "_nodeVersion": "6.9.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "shasum": "bbc191db5e1442f208604f994f03e49ac09e69d2", + "tarball": "http://localhost:4872/vue/-/vue-2.0.8.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "packages-18-east.internal.npmjs.com", + "tmp": "tmp/vue-2.0.8.tgz_1479611705947_0.1140876084100455" + }, + "directories": {} + }, + "2.1.0": { + "name": "vue", + "version": "2.1.0", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "typings": "types/index.d.ts", + "files": [ + "dist/vue.js", + "dist/vue.min.js", + "dist/vue.runtime.js", + "dist/vue.runtime.min.js", + "dist/vue.common.js", + "dist/vue.runtime.common.js", + "src", + "types/index.d.ts", + "types/options.d.ts", + "types/plugin.d.ts", + "types/vnode.d.ts", + "types/vue.d.ts" + ], + "scripts": { + "dev": "TARGET=web-full-dev rollup -w -c build/config.js", + "dev:cjs": "TARGET=web-runtime-cjs rollup -w -c build/config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "TARGET=web-server-renderer rollup -w -c build/config.js", + "dev:compiler": "TARGET=web-compiler rollup -w -c build/config.js", + "dev:weex": "TARGET=weex-framework rollup -w -c build/config.js", + "dev:weex:compiler": "TARGET=weex-compiler rollup -w -c build/config.js", + "build": "node build/build.js", + "build:ssr": "npm run build -- vue.runtime.common.js,vue-server-renderer", + "build:weex": "npm run build -- weex-vue-framework,weex-template-compiler", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr", + "test:unit": "karma start build/karma.unit.config.js", + "test:cover": "karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.min.js && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "SAUCE=true karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh", + "release:weex": "bash build/release-weex.sh" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^7.1.0", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^6.2.4", + "babel-plugin-coverage": "^1.0.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.2.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.14.0", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^5.0.1", + "de-indent": "^1.0.2", + "es6-promise": "^4.0.5", + "eslint": "^3.10.1", + "eslint-config-vue": "^2.0.1", + "eslint-loader": "^1.3.0", + "eslint-plugin-flowtype": "^2.16.0", + "eslint-plugin-vue": "^1.0.0", + "flow-bin": "^0.33.0", + "he": "^1.1.0", + "http-server": "^0.9.0", + "jasmine": "^2.5.2", + "jasmine-core": "^2.5.2", + "karma": "^1.1.0", + "karma-chrome-launcher": "^2.0.0", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^1.7.0", + "lodash": "^4.17.1", + "nightwatch": "^0.9.9", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.1", + "rollup": "^0.36.1", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-buble": "^0.14.0", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "rollup-watch": "^2.5.0", + "selenium-server": "2.53.1", + "typescript": "^2.0.9", + "uglify-js": "^2.6.2", + "webpack": "^1.13.2", + "weex-js-runtime": "^0.17.0-alpha4", + "weex-vdom-tester": "^0.1.3" + }, + "dependencies": {}, + "gitHead": "f4647b01f8340eb0d21d14f4fc1a720855fee3d5", + "_id": "vue@2.1.0", + "_shasum": "293ba3efaaca846aa6bcbfac45cf8524cc597e3d", + "_from": ".", + "_npmVersion": "3.10.8", + "_nodeVersion": "6.9.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "shasum": "293ba3efaaca846aa6bcbfac45cf8524cc597e3d", + "tarball": "http://localhost:4872/vue/-/vue-2.1.0.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "packages-18-east.internal.npmjs.com", + "tmp": "tmp/vue-2.1.0.tgz_1479831313483_0.42749749566428363" + }, + "directories": {} + }, + "2.1.1": { + "name": "vue", + "version": "2.1.1", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "typings": "types/index.d.ts", + "files": [ + "dist/vue.js", + "dist/vue.min.js", + "dist/vue.runtime.js", + "dist/vue.runtime.min.js", + "dist/vue.common.js", + "dist/vue.runtime.common.js", + "src", + "types/index.d.ts", + "types/options.d.ts", + "types/plugin.d.ts", + "types/vnode.d.ts", + "types/vue.d.ts" + ], + "scripts": { + "dev": "TARGET=web-full-dev rollup -w -c build/config.js", + "dev:cjs": "TARGET=web-runtime-cjs rollup -w -c build/config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "TARGET=web-server-renderer rollup -w -c build/config.js", + "dev:compiler": "TARGET=web-compiler rollup -w -c build/config.js", + "dev:weex": "TARGET=weex-framework rollup -w -c build/config.js", + "dev:weex:compiler": "TARGET=weex-compiler rollup -w -c build/config.js", + "build": "node build/build.js", + "build:ssr": "npm run build -- vue.runtime.common.js,vue-server-renderer", + "build:weex": "npm run build -- weex-vue-framework,weex-template-compiler", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr", + "test:unit": "karma start build/karma.unit.config.js", + "test:cover": "karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.min.js && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "SAUCE=true karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh", + "release:weex": "bash build/release-weex.sh" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^7.1.0", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^6.2.4", + "babel-plugin-coverage": "^1.0.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.2.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.14.0", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^5.0.1", + "de-indent": "^1.0.2", + "es6-promise": "^4.0.5", + "eslint": "^3.10.1", + "eslint-config-vue": "^2.0.1", + "eslint-loader": "^1.3.0", + "eslint-plugin-flowtype": "^2.16.0", + "eslint-plugin-vue": "^1.0.0", + "flow-bin": "^0.33.0", + "he": "^1.1.0", + "http-server": "^0.9.0", + "jasmine": "^2.5.2", + "jasmine-core": "^2.5.2", + "karma": "^1.1.0", + "karma-chrome-launcher": "^2.0.0", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^1.7.0", + "lodash": "^4.17.1", + "nightwatch": "^0.9.9", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.1", + "rollup": "^0.36.1", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-buble": "^0.14.0", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "rollup-watch": "^2.5.0", + "selenium-server": "2.53.1", + "typescript": "^2.0.9", + "uglify-js": "^2.6.2", + "webpack": "^1.13.2", + "weex-js-runtime": "^0.17.0-alpha4", + "weex-vdom-tester": "^0.1.3" + }, + "dependencies": {}, + "gitHead": "adf33c18eb1e24676af22d85d072fe6bfa83c99c", + "_id": "vue@2.1.1", + "_shasum": "8a1653e19a3ea4d44778893261a9f3c5a70c083b", + "_from": ".", + "_npmVersion": "3.10.8", + "_nodeVersion": "6.9.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "shasum": "8a1653e19a3ea4d44778893261a9f3c5a70c083b", + "tarball": "http://localhost:4872/vue/-/vue-2.1.1.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "packages-18-east.internal.npmjs.com", + "tmp": "tmp/vue-2.1.1.tgz_1479934847963_0.6884484167676419" + }, + "directories": {} + }, + "2.1.2": { + "name": "vue", + "version": "2.1.2", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "typings": "types/index.d.ts", + "files": [ + "dist/vue.js", + "dist/vue.min.js", + "dist/vue.runtime.js", + "dist/vue.runtime.min.js", + "dist/vue.common.js", + "dist/vue.runtime.common.js", + "src", + "types/index.d.ts", + "types/options.d.ts", + "types/plugin.d.ts", + "types/vnode.d.ts", + "types/vue.d.ts" + ], + "scripts": { + "dev": "TARGET=web-full-dev rollup -w -c build/config.js", + "dev:cjs": "TARGET=web-runtime-cjs rollup -w -c build/config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "TARGET=web-server-renderer rollup -w -c build/config.js", + "dev:compiler": "TARGET=web-compiler rollup -w -c build/config.js", + "dev:weex": "TARGET=weex-framework rollup -w -c build/config.js", + "dev:weex:compiler": "TARGET=weex-compiler rollup -w -c build/config.js", + "build": "node build/build.js", + "build:ssr": "npm run build -- vue.runtime.common.js,vue-server-renderer", + "build:weex": "npm run build -- weex-vue-framework,weex-template-compiler", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr", + "test:unit": "karma start build/karma.unit.config.js", + "test:cover": "karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.min.js && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "SAUCE=true karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh", + "release:weex": "bash build/release-weex.sh" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^7.1.0", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^6.2.4", + "babel-plugin-coverage": "^1.0.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.2.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.14.0", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^5.0.1", + "de-indent": "^1.0.2", + "es6-promise": "^4.0.5", + "eslint": "^3.10.1", + "eslint-config-vue": "^2.0.1", + "eslint-loader": "^1.3.0", + "eslint-plugin-flowtype": "^2.16.0", + "eslint-plugin-vue": "^1.0.0", + "flow-bin": "^0.33.0", + "he": "^1.1.0", + "http-server": "^0.9.0", + "jasmine": "^2.5.2", + "jasmine-core": "^2.5.2", + "karma": "^1.1.0", + "karma-chrome-launcher": "^2.0.0", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^1.7.0", + "lodash": "^4.17.1", + "nightwatch": "^0.9.9", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.1", + "rollup": "^0.36.1", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-buble": "^0.14.0", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "rollup-watch": "^2.5.0", + "selenium-server": "2.53.1", + "typescript": "^2.0.9", + "uglify-js": "^2.6.2", + "webpack": "^1.13.2", + "weex-js-runtime": "^0.17.0-alpha4", + "weex-vdom-tester": "^0.1.3" + }, + "dependencies": {}, + "gitHead": "9e5d882bd2e40e9593f76ae557e6060e0319fd40", + "_id": "vue@2.1.2", + "_shasum": "0f94cf1779a405a460bf945e5bc27cfc3cf64d60", + "_from": ".", + "_npmVersion": "3.10.8", + "_nodeVersion": "6.9.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "shasum": "0f94cf1779a405a460bf945e5bc27cfc3cf64d60", + "tarball": "http://localhost:4872/vue/-/vue-2.1.2.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "packages-18-east.internal.npmjs.com", + "tmp": "tmp/vue-2.1.2.tgz_1479944543760_0.3896191492676735" + }, + "directories": {} + }, + "2.1.3": { + "name": "vue", + "version": "2.1.3", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "typings": "types/index.d.ts", + "files": [ + "dist/vue.js", + "dist/vue.min.js", + "dist/vue.runtime.js", + "dist/vue.runtime.min.js", + "dist/vue.common.js", + "dist/vue.runtime.common.js", + "src", + "types/index.d.ts", + "types/options.d.ts", + "types/plugin.d.ts", + "types/vnode.d.ts", + "types/vue.d.ts" + ], + "scripts": { + "dev": "TARGET=web-full-dev rollup -w -c build/config.js", + "dev:cjs": "TARGET=web-runtime-cjs rollup -w -c build/config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "TARGET=web-server-renderer rollup -w -c build/config.js", + "dev:compiler": "TARGET=web-compiler rollup -w -c build/config.js", + "dev:weex": "TARGET=weex-framework rollup -w -c build/config.js", + "dev:weex:compiler": "TARGET=weex-compiler rollup -w -c build/config.js", + "build": "node build/build.js", + "build:ssr": "npm run build -- vue.runtime.common.js,vue-server-renderer", + "build:weex": "npm run build -- weex-vue-framework,weex-template-compiler", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr", + "test:unit": "karma start build/karma.unit.config.js", + "test:cover": "karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.min.js && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "SAUCE=true karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh", + "release:weex": "bash build/release-weex.sh" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^7.1.0", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^6.2.4", + "babel-plugin-coverage": "^1.0.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.2.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.14.0", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^5.0.1", + "de-indent": "^1.0.2", + "es6-promise": "^4.0.5", + "eslint": "^3.10.1", + "eslint-config-vue": "^2.0.1", + "eslint-loader": "^1.3.0", + "eslint-plugin-flowtype": "^2.16.0", + "eslint-plugin-vue": "^1.0.0", + "flow-bin": "^0.33.0", + "he": "^1.1.0", + "http-server": "^0.9.0", + "jasmine": "^2.5.2", + "jasmine-core": "^2.5.2", + "karma": "^1.1.0", + "karma-chrome-launcher": "^2.0.0", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^1.7.0", + "lodash": "^4.17.1", + "nightwatch": "^0.9.9", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.1", + "rollup": "^0.36.1", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-buble": "^0.14.0", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "rollup-watch": "^2.5.0", + "selenium-server": "2.53.1", + "typescript": "^2.0.9", + "uglify-js": "^2.6.2", + "webpack": "^1.13.2", + "weex-js-runtime": "^0.17.0-alpha4", + "weex-vdom-tester": "^0.1.3" + }, + "dependencies": {}, + "gitHead": "c32ea056a552ac792dcb52bd22cb19dba761c229", + "_id": "vue@2.1.3", + "_shasum": "20161b8684777754fd9823134b38f13c1e197882", + "_from": ".", + "_npmVersion": "3.10.8", + "_nodeVersion": "6.9.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "shasum": "20161b8684777754fd9823134b38f13c1e197882", + "tarball": "http://localhost:4872/vue/-/vue-2.1.3.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/vue-2.1.3.tgz_1479946938686_0.762635137885809" + }, + "directories": {} + }, + "2.1.4": { + "name": "vue", + "version": "2.1.4", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "typings": "types/index.d.ts", + "files": [ + "dist/vue.js", + "dist/vue.min.js", + "dist/vue.runtime.js", + "dist/vue.runtime.min.js", + "dist/vue.common.js", + "dist/vue.runtime.common.js", + "src", + "types/index.d.ts", + "types/options.d.ts", + "types/plugin.d.ts", + "types/vnode.d.ts", + "types/vue.d.ts" + ], + "scripts": { + "dev": "TARGET=web-full-dev rollup -w -c build/config.js", + "dev:cjs": "TARGET=web-runtime-cjs rollup -w -c build/config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "TARGET=web-server-renderer rollup -w -c build/config.js", + "dev:compiler": "TARGET=web-compiler rollup -w -c build/config.js", + "dev:weex": "TARGET=weex-framework rollup -w -c build/config.js", + "dev:weex:compiler": "TARGET=weex-compiler rollup -w -c build/config.js", + "build": "node build/build.js", + "build:ssr": "npm run build -- vue.runtime.common.js,vue-server-renderer", + "build:weex": "npm run build -- weex-vue-framework,weex-template-compiler", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr", + "test:unit": "karma start build/karma.unit.config.js", + "test:cover": "karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.min.js && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "SAUCE=true karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh", + "release:weex": "bash build/release-weex.sh", + "install:hooks": "ln -fs ../../build/git-hooks/pre-commit .git/hooks/pre-commit" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^7.1.0", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^6.2.4", + "babel-plugin-coverage": "^1.0.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.2.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.14.0", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^5.0.1", + "de-indent": "^1.0.2", + "es6-promise": "^4.0.5", + "eslint": "^3.10.1", + "eslint-config-vue": "^2.0.1", + "eslint-loader": "^1.3.0", + "eslint-plugin-flowtype": "^2.16.0", + "eslint-plugin-jasmine": "^2.1.0", + "eslint-plugin-vue": "^1.0.0", + "flow-bin": "^0.33.0", + "he": "^1.1.0", + "http-server": "^0.9.0", + "jasmine": "^2.5.2", + "jasmine-core": "^2.5.2", + "karma": "^1.1.0", + "karma-chrome-launcher": "^2.0.0", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^1.7.0", + "lodash": "^4.17.1", + "nightwatch": "^0.9.9", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.1", + "rollup": "^0.36.1", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-buble": "^0.14.0", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "rollup-watch": "^2.5.0", + "selenium-server": "2.53.1", + "typescript": "^2.0.9", + "uglify-js": "^2.6.2", + "webpack": "^1.13.2", + "weex-js-runtime": "^0.17.0-alpha4", + "weex-vdom-tester": "^0.1.3" + }, + "dependencies": {}, + "gitHead": "a8f41399ef7538176f8207af7b6a1180f3a13505", + "_id": "vue@2.1.4", + "_shasum": "d490f8fcf696847d8cf7f8eb9168e9a5dd806bfc", + "_from": ".", + "_npmVersion": "3.10.8", + "_nodeVersion": "6.9.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "shasum": "d490f8fcf696847d8cf7f8eb9168e9a5dd806bfc", + "tarball": "http://localhost:4872/vue/-/vue-2.1.4.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "packages-18-east.internal.npmjs.com", + "tmp": "tmp/vue-2.1.4.tgz_1480647688112_0.3128880592994392" + }, + "directories": {} + }, + "2.1.5": { + "name": "vue", + "version": "2.1.5", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "typings": "types/index.d.ts", + "files": [ + "dist/vue.js", + "dist/vue.min.js", + "dist/vue.runtime.js", + "dist/vue.runtime.min.js", + "dist/vue.common.js", + "dist/vue.runtime.common.js", + "src", + "types/index.d.ts", + "types/options.d.ts", + "types/plugin.d.ts", + "types/vnode.d.ts", + "types/vue.d.ts" + ], + "scripts": { + "dev": "TARGET=web-full-dev rollup -w -c build/config.js", + "dev:cjs": "TARGET=web-runtime-cjs rollup -w -c build/config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "TARGET=web-server-renderer rollup -w -c build/config.js", + "dev:compiler": "TARGET=web-compiler rollup -w -c build/config.js", + "dev:weex": "TARGET=weex-framework rollup -w -c build/config.js", + "dev:weex:compiler": "TARGET=weex-compiler rollup -w -c build/config.js", + "build": "node build/build.js", + "build:ssr": "npm run build -- vue.runtime.common.js,vue-server-renderer", + "build:weex": "npm run build -- weex-vue-framework,weex-template-compiler", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr", + "test:unit": "karma start build/karma.unit.config.js", + "test:cover": "karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.min.js && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "SAUCE=true karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh", + "release:weex": "bash build/release-weex.sh", + "install:hooks": "ln -fs ../../build/git-hooks/pre-commit .git/hooks/pre-commit" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^7.1.0", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^6.2.4", + "babel-plugin-istanbul": "^3.0.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.2.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.14.0", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^5.0.1", + "de-indent": "^1.0.2", + "es6-promise": "^4.0.5", + "eslint": "^3.10.1", + "eslint-config-vue": "^2.0.1", + "eslint-loader": "^1.3.0", + "eslint-plugin-flowtype": "^2.16.0", + "eslint-plugin-jasmine": "^2.1.0", + "eslint-plugin-vue": "^1.0.0", + "flow-bin": "^0.33.0", + "he": "^1.1.0", + "http-server": "^0.9.0", + "jasmine": "^2.5.2", + "jasmine-core": "^2.5.2", + "karma": "^1.1.0", + "karma-chrome-launcher": "^2.0.0", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^1.7.0", + "lodash": "^4.17.1", + "nightwatch": "^0.9.9", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.1", + "rollup": "^0.36.1", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-buble": "^0.14.0", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "rollup-watch": "^2.5.0", + "selenium-server": "2.53.1", + "typescript": "^2.0.9", + "uglify-js": "^2.6.2", + "webpack": "^1.13.2", + "weex-js-runtime": "^0.17.0-alpha4", + "weex-vdom-tester": "^0.1.3" + }, + "dependencies": {}, + "gitHead": "68abdc3c3c86e01089c32b434e662dc15a3a9eda", + "_id": "vue@2.1.5", + "_shasum": "d2568d3e5093cf1486eef44cf37177e3f51d568d", + "_from": ".", + "_npmVersion": "3.10.8", + "_nodeVersion": "6.9.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "shasum": "d2568d3e5093cf1486eef44cf37177e3f51d568d", + "tarball": "http://localhost:4872/vue/-/vue-2.1.5.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "packages-18-east.internal.npmjs.com", + "tmp": "tmp/vue-2.1.5.tgz_1481598577169_0.39072798006236553" + }, + "directories": {} + }, + "2.1.6": { + "name": "vue", + "version": "2.1.6", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "typings": "types/index.d.ts", + "files": [ + "dist/vue.js", + "dist/vue.min.js", + "dist/vue.runtime.js", + "dist/vue.runtime.min.js", + "dist/vue.common.js", + "dist/vue.runtime.common.js", + "src", + "types/index.d.ts", + "types/options.d.ts", + "types/plugin.d.ts", + "types/vnode.d.ts", + "types/vue.d.ts" + ], + "scripts": { + "dev": "TARGET=web-full-dev rollup -w -c build/config.js", + "dev:cjs": "TARGET=web-runtime-cjs rollup -w -c build/config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "TARGET=web-server-renderer rollup -w -c build/config.js", + "dev:compiler": "TARGET=web-compiler rollup -w -c build/config.js", + "dev:weex": "TARGET=weex-framework rollup -w -c build/config.js", + "dev:weex:compiler": "TARGET=weex-compiler rollup -w -c build/config.js", + "build": "node build/build.js", + "build:ssr": "npm run build -- vue.runtime.common.js,vue-server-renderer", + "build:weex": "npm run build -- weex-vue-framework,weex-template-compiler", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr", + "test:unit": "karma start build/karma.unit.config.js", + "test:cover": "karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.min.js && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "SAUCE=true karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh", + "release:weex": "bash build/release-weex.sh", + "install:hooks": "ln -fs ../../build/git-hooks/pre-commit .git/hooks/pre-commit" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^7.1.0", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^6.2.4", + "babel-plugin-istanbul": "^3.0.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.2.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.14.0", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^5.0.1", + "de-indent": "^1.0.2", + "es6-promise": "^4.0.5", + "eslint": "^3.10.1", + "eslint-config-vue": "^2.0.1", + "eslint-loader": "^1.3.0", + "eslint-plugin-flowtype": "^2.16.0", + "eslint-plugin-jasmine": "^2.1.0", + "eslint-plugin-vue": "^1.0.0", + "flow-bin": "^0.33.0", + "he": "^1.1.0", + "http-server": "^0.9.0", + "jasmine": "^2.5.2", + "jasmine-core": "^2.5.2", + "karma": "^1.1.0", + "karma-chrome-launcher": "^2.0.0", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^1.7.0", + "lodash": "^4.17.1", + "nightwatch": "^0.9.9", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.1", + "rollup": "^0.36.1", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-buble": "^0.14.0", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "rollup-watch": "^2.5.0", + "selenium-server": "2.53.1", + "typescript": "^2.0.9", + "uglify-js": "^2.6.2", + "webpack": "^1.13.2", + "weex-js-runtime": "^0.17.0-alpha4", + "weex-vdom-tester": "^0.1.3" + }, + "dependencies": {}, + "gitHead": "57f425ef1d1d5ddc89e2a9d2bbe4cfd9554fddbc", + "_id": "vue@2.1.6", + "_shasum": "2fc0024c07479ac6bc7d34a2cd5ef9ca5e90b143", + "_from": ".", + "_npmVersion": "3.10.8", + "_nodeVersion": "6.9.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "shasum": "2fc0024c07479ac6bc7d34a2cd5ef9ca5e90b143", + "tarball": "http://localhost:4872/vue/-/vue-2.1.6.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/vue-2.1.6.tgz_1481649755145_0.9005280786659569" + }, + "directories": {} + }, + "2.1.7": { + "name": "vue", + "version": "2.1.7", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "typings": "types/index.d.ts", + "files": [ + "dist/vue.js", + "dist/vue.min.js", + "dist/vue.runtime.js", + "dist/vue.runtime.min.js", + "dist/vue.common.js", + "dist/vue.runtime.common.js", + "src", + "types/index.d.ts", + "types/options.d.ts", + "types/plugin.d.ts", + "types/vnode.d.ts", + "types/vue.d.ts" + ], + "scripts": { + "dev": "TARGET=web-full-dev rollup -w -c build/config.js", + "dev:cjs": "TARGET=web-runtime-cjs rollup -w -c build/config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "TARGET=web-server-renderer rollup -w -c build/config.js", + "dev:compiler": "TARGET=web-compiler rollup -w -c build/config.js", + "dev:weex": "TARGET=weex-framework rollup -w -c build/config.js", + "dev:weex:compiler": "TARGET=weex-compiler rollup -w -c build/config.js", + "build": "node build/build.js", + "build:ssr": "npm run build -- vue.runtime.common.js,vue-server-renderer", + "build:weex": "npm run build -- weex-vue-framework,weex-template-compiler", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr", + "test:unit": "karma start build/karma.unit.config.js", + "test:cover": "karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.min.js && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "SAUCE=true karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh", + "release:weex": "bash build/release-weex.sh", + "install:hooks": "ln -fs ../../build/git-hooks/pre-commit .git/hooks/pre-commit" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^7.1.0", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^6.2.4", + "babel-plugin-istanbul": "^3.0.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.2.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.14.0", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^5.0.1", + "de-indent": "^1.0.2", + "es6-promise": "^4.0.5", + "eslint": "^3.10.1", + "eslint-config-vue": "^2.0.1", + "eslint-loader": "^1.3.0", + "eslint-plugin-flowtype": "^2.16.0", + "eslint-plugin-jasmine": "^2.1.0", + "eslint-plugin-vue": "^1.0.0", + "flow-bin": "^0.33.0", + "he": "^1.1.0", + "http-server": "^0.9.0", + "jasmine": "^2.5.2", + "jasmine-core": "^2.5.2", + "karma": "^1.1.0", + "karma-chrome-launcher": "^2.0.0", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^1.7.0", + "lodash": "^4.17.1", + "nightwatch": "^0.9.9", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.1", + "rollup": "^0.36.1", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-buble": "^0.14.0", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "rollup-watch": "^2.5.0", + "selenium-server": "2.53.1", + "typescript": "^2.0.9", + "uglify-js": "^2.6.2", + "webpack": "^1.13.2", + "weex-js-runtime": "^0.17.0-alpha4", + "weex-vdom-tester": "^0.1.3" + }, + "dependencies": {}, + "unpkg": "dist/vue.js", + "gitHead": "c803fbbca02d9437ab5dc04316ab6f290a6bd16d", + "_id": "vue@2.1.7", + "_shasum": "747880cb70a50c66cb8791aacfee7a6dab7fc842", + "_from": ".", + "_npmVersion": "3.10.8", + "_nodeVersion": "6.9.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "shasum": "747880cb70a50c66cb8791aacfee7a6dab7fc842", + "tarball": "http://localhost:4872/vue/-/vue-2.1.7.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/vue-2.1.7.tgz_1482597383867_0.028434713603928685" + }, + "directories": {} + }, + "2.1.8": { + "name": "vue", + "version": "2.1.8", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "typings": "types/index.d.ts", + "files": [ + "dist/vue.js", + "dist/vue.min.js", + "dist/vue.runtime.js", + "dist/vue.runtime.min.js", + "dist/vue.common.js", + "dist/vue.runtime.common.js", + "src", + "types/index.d.ts", + "types/options.d.ts", + "types/plugin.d.ts", + "types/vnode.d.ts", + "types/vue.d.ts" + ], + "scripts": { + "dev": "TARGET=web-full-dev rollup -w -c build/config.js", + "dev:cjs": "TARGET=web-runtime-cjs rollup -w -c build/config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "TARGET=web-server-renderer rollup -w -c build/config.js", + "dev:compiler": "TARGET=web-compiler rollup -w -c build/config.js", + "dev:weex": "TARGET=weex-framework rollup -w -c build/config.js", + "dev:weex:compiler": "TARGET=weex-compiler rollup -w -c build/config.js", + "build": "node build/build.js", + "build:ssr": "npm run build -- vue.runtime.common.js,vue-server-renderer", + "build:weex": "npm run build -- weex-vue-framework,weex-template-compiler", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr", + "test:unit": "karma start build/karma.unit.config.js", + "test:cover": "karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.min.js && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "SAUCE=true karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh", + "release:weex": "bash build/release-weex.sh", + "install:hooks": "ln -fs ../../build/git-hooks/pre-commit .git/hooks/pre-commit" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^7.1.0", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^6.2.4", + "babel-plugin-istanbul": "^3.0.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.2.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.14.0", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^5.0.1", + "de-indent": "^1.0.2", + "es6-promise": "^4.0.5", + "eslint": "^3.10.1", + "eslint-config-vue": "^2.0.1", + "eslint-loader": "^1.3.0", + "eslint-plugin-flowtype": "^2.16.0", + "eslint-plugin-jasmine": "^2.1.0", + "eslint-plugin-vue": "^1.0.0", + "flow-bin": "^0.33.0", + "he": "^1.1.0", + "http-server": "^0.9.0", + "jasmine": "^2.5.2", + "jasmine-core": "^2.5.2", + "karma": "^1.1.0", + "karma-chrome-launcher": "^2.0.0", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^1.7.0", + "lodash": "^4.17.1", + "nightwatch": "^0.9.9", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.1", + "rollup": "^0.36.1", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-buble": "^0.14.0", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "rollup-watch": "^2.5.0", + "selenium-server": "2.53.1", + "typescript": "^2.0.9", + "uglify-js": "^2.6.2", + "webpack": "^1.13.2", + "weex-js-runtime": "^0.17.0-alpha4", + "weex-vdom-tester": "^0.1.3" + }, + "dependencies": {}, + "unpkg": "dist/vue.js", + "gitHead": "17be581cf033273f3e57cf2b899cf055fcb36ba3", + "_id": "vue@2.1.8", + "_shasum": "ae30aa86024fccf5535292ce414e7b4c221a1756", + "_from": ".", + "_npmVersion": "3.10.8", + "_nodeVersion": "6.9.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "shasum": "ae30aa86024fccf5535292ce414e7b4c221a1756", + "tarball": "http://localhost:4872/vue/-/vue-2.1.8.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/vue-2.1.8.tgz_1482904483951_0.5947873364202678" + }, + "directories": {} + }, + "2.1.9": { + "name": "vue", + "version": "2.1.9", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "typings": "types/index.d.ts", + "files": [ + "dist/vue.js", + "dist/vue.min.js", + "dist/vue.runtime.js", + "dist/vue.runtime.min.js", + "dist/vue.common.js", + "dist/vue.runtime.common.js", + "src", + "types/index.d.ts", + "types/options.d.ts", + "types/plugin.d.ts", + "types/vnode.d.ts", + "types/vue.d.ts" + ], + "scripts": { + "dev": "TARGET=web-full-dev rollup -w -c build/config.js", + "dev:cjs": "TARGET=web-runtime-cjs rollup -w -c build/config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "TARGET=web-server-renderer rollup -w -c build/config.js", + "dev:compiler": "TARGET=web-compiler rollup -w -c build/config.js", + "dev:weex": "TARGET=weex-framework rollup -w -c build/config.js", + "dev:weex:compiler": "TARGET=weex-compiler rollup -w -c build/config.js", + "build": "node build/build.js", + "build:ssr": "npm run build -- vue.runtime.common.js,vue-server-renderer", + "build:weex": "npm run build -- weex-vue-framework,weex-template-compiler", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr", + "test:unit": "karma start build/karma.unit.config.js", + "test:cover": "karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.min.js && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "SAUCE=true karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh", + "release:weex": "bash build/release-weex.sh", + "install:hooks": "ln -fs ../../build/git-hooks/pre-commit .git/hooks/pre-commit" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^7.1.0", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^6.2.4", + "babel-plugin-istanbul": "^3.0.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.2.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.14.0", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^5.0.1", + "de-indent": "^1.0.2", + "es6-promise": "^4.0.5", + "eslint": "^3.10.1", + "eslint-config-vue": "^2.0.1", + "eslint-loader": "^1.3.0", + "eslint-plugin-flowtype": "^2.16.0", + "eslint-plugin-jasmine": "^2.1.0", + "eslint-plugin-vue": "^1.0.0", + "flow-bin": "^0.33.0", + "he": "^1.1.0", + "http-server": "^0.9.0", + "jasmine": "^2.5.2", + "jasmine-core": "^2.5.2", + "karma": "^1.1.0", + "karma-chrome-launcher": "^2.0.0", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^1.7.0", + "lodash": "^4.17.1", + "nightwatch": "^0.9.9", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.1", + "rollup": "^0.36.1", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-buble": "^0.14.0", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "rollup-watch": "^2.5.0", + "selenium-server": "2.53.1", + "typescript": "^2.0.9", + "uglify-js": "^2.6.2", + "webpack": "^1.13.2", + "weex-js-runtime": "^0.17.0-alpha4", + "weex-vdom-tester": "^0.1.3" + }, + "dependencies": {}, + "unpkg": "dist/vue.js", + "gitHead": "80a7ceace62f1d9c5a9b93182aacc0b35cef1115", + "_id": "vue@2.1.9", + "_shasum": "19ad2eae01f7c9eb911e089f65ed579bbf5ab9dd", + "_from": ".", + "_npmVersion": "3.10.8", + "_nodeVersion": "6.9.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "shasum": "19ad2eae01f7c9eb911e089f65ed579bbf5ab9dd", + "tarball": "http://localhost:4872/vue/-/vue-2.1.9.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/vue-2.1.9.tgz_1484610495742_0.46512899617664516" + }, + "directories": {} + }, + "2.1.10": { + "name": "vue", + "version": "2.1.10", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "typings": "types/index.d.ts", + "files": [ + "dist/vue.js", + "dist/vue.min.js", + "dist/vue.runtime.js", + "dist/vue.runtime.min.js", + "dist/vue.common.js", + "dist/vue.runtime.common.js", + "src", + "types/index.d.ts", + "types/options.d.ts", + "types/plugin.d.ts", + "types/vnode.d.ts", + "types/vue.d.ts" + ], + "scripts": { + "dev": "TARGET=web-full-dev rollup -w -c build/config.js", + "dev:cjs": "TARGET=web-runtime-cjs rollup -w -c build/config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "TARGET=web-server-renderer rollup -w -c build/config.js", + "dev:compiler": "TARGET=web-compiler rollup -w -c build/config.js", + "dev:weex": "TARGET=weex-framework rollup -w -c build/config.js", + "dev:weex:compiler": "TARGET=weex-compiler rollup -w -c build/config.js", + "build": "node build/build.js", + "build:ssr": "npm run build -- vue.runtime.common.js,vue-server-renderer", + "build:weex": "npm run build -- weex-vue-framework,weex-template-compiler", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr", + "test:unit": "karma start build/karma.unit.config.js", + "test:cover": "karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.min.js && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "SAUCE=true karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh", + "release:weex": "bash build/release-weex.sh", + "install:hooks": "ln -fs ../../build/git-hooks/pre-commit .git/hooks/pre-commit" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^7.1.0", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^6.2.4", + "babel-plugin-istanbul": "^3.0.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.2.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.14.0", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^5.0.1", + "de-indent": "^1.0.2", + "es6-promise": "^4.0.5", + "eslint": "^3.10.1", + "eslint-config-vue": "^2.0.1", + "eslint-loader": "^1.3.0", + "eslint-plugin-flowtype": "^2.16.0", + "eslint-plugin-jasmine": "^2.1.0", + "eslint-plugin-vue": "^1.0.0", + "flow-bin": "^0.33.0", + "he": "^1.1.0", + "http-server": "^0.9.0", + "jasmine": "^2.5.2", + "jasmine-core": "^2.5.2", + "karma": "^1.1.0", + "karma-chrome-launcher": "^2.0.0", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^1.7.0", + "lodash": "^4.17.1", + "nightwatch": "^0.9.9", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.1", + "rollup": "^0.36.1", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-buble": "^0.14.0", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "rollup-watch": "^2.5.0", + "selenium-server": "2.53.1", + "typescript": "^2.0.9", + "uglify-js": "^2.6.2", + "webpack": "^1.13.2", + "weex-js-runtime": "^0.17.0-alpha4", + "weex-vdom-tester": "^0.1.3" + }, + "dependencies": {}, + "unpkg": "dist/vue.js", + "gitHead": "994aee4f869d68a00c3b9d87daa9c8d84623ac42", + "_id": "vue@2.1.10", + "_shasum": "c9235ca48c7925137be5807832ac4e3ac180427b", + "_from": ".", + "_npmVersion": "3.10.8", + "_nodeVersion": "6.9.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "shasum": "c9235ca48c7925137be5807832ac4e3ac180427b", + "tarball": "http://localhost:4872/vue/-/vue-2.1.10.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/vue-2.1.10.tgz_1484673441093_0.458372725173831" + }, + "directories": {} + }, + "2.2.0-beta.1": { + "name": "vue", + "version": "2.2.0-beta.1", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "typings": "types/index.d.ts", + "files": [ + "dist/vue.js", + "dist/vue.min.js", + "dist/vue.runtime.js", + "dist/vue.runtime.min.js", + "dist/vue.common.js", + "dist/vue.runtime.common.js", + "src", + "types/index.d.ts", + "types/options.d.ts", + "types/plugin.d.ts", + "types/vnode.d.ts", + "types/vue.d.ts" + ], + "scripts": { + "dev": "TARGET=web-full-dev rollup -w -c build/config.js", + "dev:cjs": "TARGET=web-runtime-cjs rollup -w -c build/config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "TARGET=web-server-renderer rollup -w -c build/config.js", + "dev:compiler": "TARGET=web-compiler rollup -w -c build/config.js", + "dev:weex": "TARGET=weex-framework rollup -w -c build/config.js", + "dev:weex:compiler": "TARGET=weex-compiler rollup -w -c build/config.js", + "build": "node build/build.js", + "build:ssr": "npm run build -- vue.runtime.common.js,vue-server-renderer", + "build:weex": "npm run build -- weex-vue-framework,weex-template-compiler", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr", + "test:unit": "karma start build/karma.unit.config.js", + "test:cover": "karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.min.js && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "SAUCE=true karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh", + "release:weex": "bash build/release-weex.sh", + "install:hooks": "ln -fs ../../build/git-hooks/pre-commit .git/hooks/pre-commit" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^7.1.0", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^6.2.4", + "babel-plugin-istanbul": "^4.0.0", + "babel-plugin-syntax-dynamic-import": "^6.18.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.2.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.15.2", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^5.0.1", + "de-indent": "^1.0.2", + "es6-promise": "^4.0.5", + "eslint": "^3.10.1", + "eslint-config-vue": "^2.0.1", + "eslint-loader": "^1.3.0", + "eslint-plugin-flowtype": "^2.16.0", + "eslint-plugin-jasmine": "^2.1.0", + "eslint-plugin-vue": "^2.0.0", + "flow-bin": "^0.39.0", + "he": "^1.1.0", + "http-server": "^0.9.0", + "jasmine": "^2.5.2", + "jasmine-core": "^2.5.2", + "karma": "^1.1.0", + "karma-chrome-launcher": "^2.0.0", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^2.0.1", + "lodash": "^4.17.1", + "nightwatch": "^0.9.9", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.1", + "resolve": "^1.2.0", + "rollup": "^0.41.4", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-buble": "^0.15.0", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "rollup-watch": "^3.2.2", + "selenium-server": "^2.53.1", + "typescript": "^2.1.6", + "uglify-js": "^2.6.2", + "vue-ssr-html-stream": "^2.1.0", + "vue-ssr-webpack-plugin": "^1.0.0", + "webpack": "^2.2.0", + "weex-js-runtime": "^0.17.0-alpha4", + "weex-vdom-tester": "^0.1.4" + }, + "unpkg": "dist/vue.js", + "gitHead": "7775da259dbf594a18c1e3a38383bac3caf1e47b", + "_id": "vue@2.2.0-beta.1", + "_shasum": "e481b0c0af9aed0c1884c16f7cb843e57a3e4d1c", + "_from": ".", + "_npmVersion": "4.0.5", + "_nodeVersion": "7.4.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "shasum": "e481b0c0af9aed0c1884c16f7cb843e57a3e4d1c", + "tarball": "http://localhost:4872/vue/-/vue-2.2.0-beta.1.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "packages-18-east.internal.npmjs.com", + "tmp": "tmp/vue-2.2.0-beta.1.tgz_1487910148538_0.9716962235979736" + }, + "directories": {} + }, + "2.2.0-beta.2": { + "name": "vue", + "version": "2.2.0-beta.2", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "typings": "types/index.d.ts", + "files": [ + "dist/vue.js", + "dist/vue.min.js", + "dist/vue.runtime.js", + "dist/vue.runtime.min.js", + "dist/vue.common.js", + "dist/vue.runtime.common.js", + "src", + "types/index.d.ts", + "types/options.d.ts", + "types/plugin.d.ts", + "types/vnode.d.ts", + "types/vue.d.ts" + ], + "scripts": { + "dev": "TARGET=web-full-dev rollup -w -c build/config.js", + "dev:cjs": "TARGET=web-runtime-cjs rollup -w -c build/config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "TARGET=web-server-renderer rollup -w -c build/config.js", + "dev:compiler": "TARGET=web-compiler rollup -w -c build/config.js", + "dev:weex": "TARGET=weex-framework rollup -w -c build/config.js", + "dev:weex:compiler": "TARGET=weex-compiler rollup -w -c build/config.js", + "build": "node build/build.js", + "build:ssr": "npm run build -- vue.runtime.common.js,vue-server-renderer", + "build:weex": "npm run build -- weex-vue-framework,weex-template-compiler", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr", + "test:unit": "karma start build/karma.unit.config.js", + "test:cover": "karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.min.js && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "SAUCE=true karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh", + "release:weex": "bash build/release-weex.sh", + "install:hooks": "ln -fs ../../build/git-hooks/pre-commit .git/hooks/pre-commit" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^7.1.0", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^6.2.4", + "babel-plugin-istanbul": "^4.0.0", + "babel-plugin-syntax-dynamic-import": "^6.18.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.2.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.15.2", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^5.0.1", + "de-indent": "^1.0.2", + "es6-promise": "^4.0.5", + "eslint": "^3.10.1", + "eslint-config-vue": "^2.0.1", + "eslint-loader": "^1.3.0", + "eslint-plugin-flowtype": "^2.16.0", + "eslint-plugin-jasmine": "^2.1.0", + "eslint-plugin-vue": "^2.0.0", + "flow-bin": "^0.39.0", + "he": "^1.1.0", + "http-server": "^0.9.0", + "jasmine": "^2.5.2", + "jasmine-core": "^2.5.2", + "karma": "^1.1.0", + "karma-chrome-launcher": "^2.0.0", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^2.0.1", + "lodash": "^4.17.1", + "nightwatch": "^0.9.9", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.1", + "resolve": "^1.2.0", + "rollup": "^0.41.4", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-buble": "^0.15.0", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "rollup-watch": "^3.2.2", + "selenium-server": "^2.53.1", + "typescript": "^2.1.6", + "uglify-js": "^2.6.2", + "vue-ssr-html-stream": "^2.1.0", + "vue-ssr-webpack-plugin": "^1.0.0", + "webpack": "^2.2.0", + "weex-js-runtime": "^0.17.0-alpha4", + "weex-vdom-tester": "^0.1.4" + }, + "unpkg": "dist/vue.js", + "gitHead": "36810163386dd4f2690d8d1c4b1016f17e467e2d", + "_id": "vue@2.2.0-beta.2", + "_shasum": "4a03a307e377c58ee4f440d8100ac8b23a0e478f", + "_from": ".", + "_npmVersion": "4.0.5", + "_nodeVersion": "7.4.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "shasum": "4a03a307e377c58ee4f440d8100ac8b23a0e478f", + "tarball": "http://localhost:4872/vue/-/vue-2.2.0-beta.2.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/vue-2.2.0-beta.2.tgz_1487980879749_0.9535783343017101" + }, + "directories": {} + }, + "2.2.0": { + "name": "vue", + "version": "2.2.0", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "module": "dist/vue.runtime.esm.js", + "unpkg": "dist/vue.js", + "typings": "types/index.d.ts", + "files": [ + "dist/vue.js", + "dist/vue.min.js", + "dist/vue.runtime.js", + "dist/vue.runtime.min.js", + "dist/vue.common.js", + "dist/vue.runtime.common.js", + "src", + "types/index.d.ts", + "types/options.d.ts", + "types/plugin.d.ts", + "types/vnode.d.ts", + "types/vue.d.ts" + ], + "scripts": { + "dev": "TARGET=web-full-dev rollup -w -c build/config.js", + "dev:cjs": "TARGET=web-runtime-cjs rollup -w -c build/config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "TARGET=web-server-renderer rollup -w -c build/config.js", + "dev:compiler": "TARGET=web-compiler rollup -w -c build/config.js", + "dev:weex": "TARGET=weex-framework rollup -w -c build/config.js", + "dev:weex:compiler": "TARGET=weex-compiler rollup -w -c build/config.js", + "build": "node build/build.js", + "build:ssr": "npm run build -- vue.runtime.common.js,vue-server-renderer", + "build:weex": "npm run build -- weex-vue-framework,weex-template-compiler", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr", + "test:unit": "karma start build/karma.unit.config.js", + "test:cover": "karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.min.js && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "SAUCE=true karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh", + "release:weex": "bash build/release-weex.sh", + "install:hooks": "ln -fs ../../build/git-hooks/pre-commit .git/hooks/pre-commit" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^7.1.0", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^6.2.4", + "babel-plugin-istanbul": "^4.0.0", + "babel-plugin-syntax-dynamic-import": "^6.18.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.2.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.15.2", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^5.0.1", + "de-indent": "^1.0.2", + "es6-promise": "^4.0.5", + "eslint": "^3.10.1", + "eslint-config-vue": "^2.0.1", + "eslint-loader": "^1.3.0", + "eslint-plugin-flowtype": "^2.16.0", + "eslint-plugin-jasmine": "^2.1.0", + "eslint-plugin-vue": "^2.0.0", + "flow-bin": "^0.39.0", + "he": "^1.1.0", + "http-server": "^0.9.0", + "jasmine": "^2.5.2", + "jasmine-core": "^2.5.2", + "karma": "^1.1.0", + "karma-chrome-launcher": "^2.0.0", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^2.0.1", + "lodash": "^4.17.1", + "nightwatch": "^0.9.9", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.1", + "resolve": "^1.2.0", + "rollup": "^0.41.4", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-buble": "^0.15.0", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "rollup-watch": "^3.2.2", + "selenium-server": "^2.53.1", + "typescript": "^2.1.6", + "uglify-js": "^2.6.2", + "vue-ssr-html-stream": "^2.1.0", + "vue-ssr-webpack-plugin": "^1.0.0", + "webpack": "^2.2.0", + "weex-js-runtime": "^0.17.0-alpha4", + "weex-vdom-tester": "^0.1.4" + }, + "gitHead": "2a19f911dc8631d44b7c7e63c4db57ef28ac5e69", + "_id": "vue@2.2.0", + "_shasum": "f4586920ce36d53944ab27ac5236ed9303a46b47", + "_from": ".", + "_npmVersion": "4.0.5", + "_nodeVersion": "7.4.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "shasum": "f4586920ce36d53944ab27ac5236ed9303a46b47", + "tarball": "http://localhost:4872/vue/-/vue-2.2.0.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "packages-18-east.internal.npmjs.com", + "tmp": "tmp/vue-2.2.0.tgz_1488083531694_0.24482185952365398" + }, + "directories": {} + }, + "2.2.1": { + "name": "vue", + "version": "2.2.1", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "module": "dist/vue.runtime.esm.js", + "unpkg": "dist/vue.js", + "typings": "types/index.d.ts", + "files": [ + "dist/vue.js", + "dist/vue.min.js", + "dist/vue.runtime.js", + "dist/vue.runtime.min.js", + "dist/vue.common.js", + "dist/vue.runtime.common.js", + "dist/vue.esm.js", + "dist/vue.runtime.esm.js", + "src", + "types/index.d.ts", + "types/options.d.ts", + "types/plugin.d.ts", + "types/vnode.d.ts", + "types/vue.d.ts" + ], + "scripts": { + "dev": "TARGET=web-full-dev rollup -w -c build/config.js", + "dev:cjs": "TARGET=web-runtime-cjs rollup -w -c build/config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "TARGET=web-server-renderer rollup -w -c build/config.js", + "dev:compiler": "TARGET=web-compiler rollup -w -c build/config.js", + "dev:weex": "TARGET=weex-framework rollup -w -c build/config.js", + "dev:weex:compiler": "TARGET=weex-compiler rollup -w -c build/config.js", + "build": "node build/build.js", + "build:ssr": "npm run build -- vue.runtime.common.js,vue-server-renderer", + "build:weex": "npm run build -- weex-vue-framework,weex-template-compiler", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr", + "test:unit": "karma start build/karma.unit.config.js", + "test:cover": "karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.min.js && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "SAUCE=true karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh", + "release:weex": "bash build/release-weex.sh", + "install:hooks": "ln -fs ../../build/git-hooks/pre-commit .git/hooks/pre-commit" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^7.1.0", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^6.2.4", + "babel-plugin-istanbul": "^4.0.0", + "babel-plugin-syntax-dynamic-import": "^6.18.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.2.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.15.2", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^5.0.1", + "de-indent": "^1.0.2", + "es6-promise": "^4.0.5", + "eslint": "^3.10.1", + "eslint-config-vue": "^2.0.1", + "eslint-loader": "^1.3.0", + "eslint-plugin-flowtype": "^2.16.0", + "eslint-plugin-jasmine": "^2.1.0", + "eslint-plugin-vue": "^2.0.0", + "flow-bin": "^0.39.0", + "he": "^1.1.0", + "http-server": "^0.9.0", + "jasmine": "^2.5.2", + "jasmine-core": "^2.5.2", + "karma": "^1.1.0", + "karma-chrome-launcher": "^2.0.0", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^2.0.1", + "lodash": "^4.17.1", + "nightwatch": "^0.9.9", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.1", + "resolve": "^1.2.0", + "rollup": "^0.41.4", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-buble": "^0.15.0", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "rollup-watch": "^3.2.2", + "selenium-server": "^2.53.1", + "typescript": "^2.1.6", + "uglify-js": "^2.6.2", + "vue-ssr-html-stream": "^2.1.0", + "vue-ssr-webpack-plugin": "^1.0.0", + "webpack": "^2.2.0", + "weex-js-runtime": "^0.17.0-alpha4", + "weex-vdom-tester": "^0.1.4" + }, + "gitHead": "3b241b0088d8b40b3e551f76fa031910dcbd42a7", + "_id": "vue@2.2.1", + "_shasum": "ddbfd2f0caf38f374f5a36eea2e1edf25225b68e", + "_from": ".", + "_npmVersion": "4.0.5", + "_nodeVersion": "7.4.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "shasum": "ddbfd2f0caf38f374f5a36eea2e1edf25225b68e", + "tarball": "http://localhost:4872/vue/-/vue-2.2.1.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "packages-18-east.internal.npmjs.com", + "tmp": "tmp/vue-2.2.1.tgz_1488114657958_0.2117187965195626" + }, + "directories": {} + }, + "2.2.2": { + "name": "vue", + "version": "2.2.2", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "module": "dist/vue.runtime.esm.js", + "unpkg": "dist/vue.js", + "typings": "types/index.d.ts", + "files": [ + "src", + "dist/*.js", + "types/*.d.ts" + ], + "scripts": { + "dev": "TARGET=web-full-dev rollup -w -c build/config.js", + "dev:cjs": "TARGET=web-runtime-cjs rollup -w -c build/config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "TARGET=web-server-renderer rollup -w -c build/config.js", + "dev:compiler": "TARGET=web-compiler rollup -w -c build/config.js", + "dev:weex": "TARGET=weex-framework rollup -w -c build/config.js", + "dev:weex:compiler": "TARGET=weex-compiler rollup -w -c build/config.js", + "build": "node build/build.js", + "build:ssr": "npm run build -- vue.runtime.common.js,vue-server-renderer", + "build:weex": "npm run build -- weex-vue-framework,weex-template-compiler", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr && npm run test:weex", + "test:unit": "karma start build/karma.unit.config.js", + "test:cover": "karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.min.js && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "SAUCE=true karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh", + "release:weex": "bash build/release-weex.sh", + "install:hooks": "ln -fs ../../build/git-hooks/pre-commit .git/hooks/pre-commit" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^7.1.0", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^6.2.4", + "babel-plugin-istanbul": "^4.0.0", + "babel-plugin-syntax-dynamic-import": "^6.18.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.2.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.15.2", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^5.0.1", + "de-indent": "^1.0.2", + "es6-promise": "^4.0.5", + "eslint": "^3.10.1", + "eslint-config-vue": "^2.0.1", + "eslint-loader": "^1.3.0", + "eslint-plugin-flowtype": "^2.16.0", + "eslint-plugin-jasmine": "^2.1.0", + "eslint-plugin-vue": "^2.0.0", + "flow-bin": "^0.39.0", + "he": "^1.1.0", + "http-server": "^0.9.0", + "jasmine": "^2.5.2", + "jasmine-core": "^2.5.2", + "karma": "^1.1.0", + "karma-chrome-launcher": "^2.0.0", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^2.0.1", + "lodash": "^4.17.1", + "nightwatch": "^0.9.9", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.1", + "resolve": "^1.2.0", + "rollup": "^0.41.4", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-buble": "^0.15.0", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "rollup-watch": "^3.2.2", + "selenium-server": "^2.53.1", + "typescript": "^2.1.6", + "uglify-js": "^2.6.2", + "vue-ssr-html-stream": "^2.1.0", + "vue-ssr-webpack-plugin": "^1.0.0", + "webpack": "^2.2.0", + "weex-js-runtime": "^0.17.0-alpha4", + "weex-vdom-tester": "^0.1.4" + }, + "gitHead": "d0b8dce4a6cbcce1aed1912ab12b20c858edd729", + "_id": "vue@2.2.2", + "_shasum": "17ed34028a6ab4de855738a1d7beabdf409ee23f", + "_from": ".", + "_npmVersion": "4.0.5", + "_nodeVersion": "7.4.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "shasum": "17ed34028a6ab4de855738a1d7beabdf409ee23f", + "tarball": "http://localhost:4872/vue/-/vue-2.2.2.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/vue-2.2.2.tgz_1489033433326_0.6694855242967606" + }, + "directories": {} + }, + "2.2.3": { + "name": "vue", + "version": "2.2.3", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "module": "dist/vue.runtime.esm.js", + "unpkg": "dist/vue.js", + "typings": "types/index.d.ts", + "files": [ + "src", + "dist/*.js", + "types/*.d.ts" + ], + "scripts": { + "dev": "TARGET=web-full-dev rollup -w -c build/config.js", + "dev:cjs": "TARGET=web-runtime-cjs rollup -w -c build/config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "TARGET=web-server-renderer rollup -w -c build/config.js", + "dev:compiler": "TARGET=web-compiler rollup -w -c build/config.js", + "dev:weex": "TARGET=weex-framework rollup -w -c build/config.js", + "dev:weex:compiler": "TARGET=weex-compiler rollup -w -c build/config.js", + "build": "node build/build.js", + "build:ssr": "npm run build -- vue.runtime.common.js,vue-server-renderer", + "build:weex": "npm run build -- weex-vue-framework,weex-template-compiler", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr && npm run test:weex", + "test:unit": "karma start build/karma.unit.config.js", + "test:cover": "karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.min.js && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "SAUCE=true karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh", + "release:weex": "bash build/release-weex.sh", + "install:hooks": "ln -fs ../../build/git-hooks/pre-commit .git/hooks/pre-commit" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^7.1.0", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^6.2.4", + "babel-plugin-istanbul": "^4.0.0", + "babel-plugin-syntax-dynamic-import": "^6.18.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.2.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.15.2", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^5.0.1", + "de-indent": "^1.0.2", + "es6-promise": "^4.0.5", + "eslint": "^3.10.1", + "eslint-config-vue": "^2.0.1", + "eslint-loader": "^1.3.0", + "eslint-plugin-flowtype": "^2.16.0", + "eslint-plugin-jasmine": "^2.1.0", + "eslint-plugin-vue": "^2.0.0", + "flow-bin": "^0.39.0", + "he": "^1.1.0", + "http-server": "^0.9.0", + "jasmine": "^2.5.2", + "jasmine-core": "^2.5.2", + "karma": "^1.1.0", + "karma-chrome-launcher": "^2.0.0", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^2.0.1", + "lodash": "^4.17.1", + "nightwatch": "^0.9.9", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.1", + "resolve": "^1.2.0", + "rollup": "^0.41.4", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-buble": "^0.15.0", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "rollup-watch": "^3.2.2", + "selenium-server": "^2.53.1", + "typescript": "^2.1.6", + "uglify-js": "^2.6.2", + "vue-ssr-html-stream": "^2.1.0", + "vue-ssr-webpack-plugin": "^1.0.0", + "webpack": "^2.2.0", + "weex-js-runtime": "^0.17.0-alpha4", + "weex-vdom-tester": "^0.1.4" + }, + "gitHead": "d185dd294c99fc01fd6521201f3362ba41e75060", + "_id": "vue@2.2.3", + "_shasum": "62174ade45f262efa4dba6f49ec613c6d2fc279c", + "_from": ".", + "_npmVersion": "4.0.5", + "_nodeVersion": "7.4.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "shasum": "62174ade45f262efa4dba6f49ec613c6d2fc279c", + "tarball": "http://localhost:4872/vue/-/vue-2.2.3.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/vue-2.2.3.tgz_1489392491918_0.5810584076680243" + }, + "directories": {} + }, + "2.2.4": { + "name": "vue", + "version": "2.2.4", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "module": "dist/vue.runtime.esm.js", + "unpkg": "dist/vue.js", + "typings": "types/index.d.ts", + "files": [ + "src", + "dist/*.js", + "types/*.d.ts" + ], + "scripts": { + "dev": "TARGET=web-full-dev rollup -w -c build/config.js", + "dev:cjs": "TARGET=web-runtime-cjs rollup -w -c build/config.js", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "TARGET=web-server-renderer rollup -w -c build/config.js", + "dev:compiler": "TARGET=web-compiler rollup -w -c build/config.js", + "dev:weex": "TARGET=weex-framework rollup -w -c build/config.js", + "dev:weex:compiler": "TARGET=weex-compiler rollup -w -c build/config.js", + "build": "node build/build.js", + "build:ssr": "npm run build -- vue.runtime.common.js,vue-server-renderer", + "build:weex": "npm run build -- weex-vue-framework,weex-template-compiler", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr && npm run test:weex", + "test:unit": "karma start build/karma.unit.config.js", + "test:cover": "karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.min.js && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "SAUCE=true karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && NODE_ENV=production node benchmarks/ssr/renderToString.js && NODE_ENV=production VUE_ENV=server node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh", + "release:weex": "bash build/release-weex.sh", + "install:hooks": "ln -fs ../../build/git-hooks/pre-commit .git/hooks/pre-commit" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^7.1.0", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^6.2.4", + "babel-plugin-istanbul": "^4.0.0", + "babel-plugin-syntax-dynamic-import": "^6.18.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.2.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.15.2", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^5.0.1", + "de-indent": "^1.0.2", + "es6-promise": "^4.0.5", + "eslint": "^3.10.1", + "eslint-config-vue": "^2.0.1", + "eslint-loader": "^1.3.0", + "eslint-plugin-flowtype": "^2.16.0", + "eslint-plugin-jasmine": "^2.1.0", + "eslint-plugin-vue": "^2.0.0", + "flow-bin": "^0.39.0", + "he": "^1.1.0", + "http-server": "^0.9.0", + "jasmine": "^2.5.2", + "jasmine-core": "^2.5.2", + "karma": "^1.1.0", + "karma-chrome-launcher": "^2.0.0", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^2.0.1", + "lodash": "^4.17.1", + "nightwatch": "^0.9.9", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.1", + "resolve": "^1.2.0", + "rollup": "^0.41.4", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-buble": "^0.15.0", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "rollup-watch": "^3.2.2", + "selenium-server": "^2.53.1", + "typescript": "^2.1.6", + "uglify-js": "^2.6.2", + "vue-ssr-html-stream": "^2.1.0", + "vue-ssr-webpack-plugin": "^1.0.0", + "webpack": "^2.2.0", + "weex-js-runtime": "^0.17.0-alpha4", + "weex-vdom-tester": "^0.1.4" + }, + "gitHead": "2343b908c2f8d0b3d9ea762af6f5b85a540eddd7", + "_id": "vue@2.2.4", + "_shasum": "d0a3a050a80a12356d7950ae5a7b3131048209cc", + "_from": ".", + "_npmVersion": "4.0.5", + "_nodeVersion": "7.4.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "shasum": "d0a3a050a80a12356d7950ae5a7b3131048209cc", + "tarball": "http://localhost:4872/vue/-/vue-2.2.4.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/vue-2.2.4.tgz_1489417703415_0.14407102018594742" + }, + "directories": {} + }, + "2.2.5": { + "name": "vue", + "version": "2.2.5", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "module": "dist/vue.runtime.esm.js", + "unpkg": "dist/vue.js", + "typings": "types/index.d.ts", + "files": [ + "src", + "dist/*.js", + "types/*.d.ts" + ], + "scripts": { + "dev": "rollup -w -c build/config.js --environment TARGET:web-full-dev", + "dev:cjs": "rollup -w -c build/config.js --environment TARGET:web-runtime-cjs", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "rollup -w -c build/config.js --environment TARGET:web-server-renderer", + "dev:compiler": "rollup -w -c build/config.js --environment TARGET:web-compiler ", + "dev:weex": "rollup -w -c build/config.js --environment TARGET:weex-framework ", + "dev:weex:compiler": "rollup -w -c build/config.js --environment TARGET:weex-compiler ", + "build": "node build/build.js", + "build:ssr": "npm run build -- vue.runtime.common.js,vue-server-renderer", + "build:weex": "npm run build -- weex-vue-framework,weex-template-compiler", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr && npm run test:weex", + "test:unit": "karma start build/karma.unit.config.js", + "test:cover": "karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.min.js && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && node benchmarks/ssr/renderToString.js && node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh", + "release:weex": "bash build/release-weex.sh", + "install:hooks": "ln -fs ../../build/git-hooks/pre-commit .git/hooks/pre-commit" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^7.1.0", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^6.2.4", + "babel-plugin-istanbul": "^4.0.0", + "babel-plugin-syntax-dynamic-import": "^6.18.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.2.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.15.2", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^5.0.1", + "de-indent": "^1.0.2", + "es6-promise": "^4.0.5", + "eslint": "^3.10.1", + "eslint-config-vue": "^2.0.1", + "eslint-loader": "^1.3.0", + "eslint-plugin-flowtype": "^2.16.0", + "eslint-plugin-jasmine": "^2.1.0", + "eslint-plugin-vue": "^2.0.0", + "flow-bin": "^0.39.0", + "he": "^1.1.0", + "http-server": "^0.9.0", + "jasmine": "^2.5.2", + "jasmine-core": "^2.5.2", + "karma": "^1.1.0", + "karma-chrome-launcher": "^2.0.0", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^2.0.1", + "lodash": "^4.17.1", + "nightwatch": "^0.9.9", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.1", + "resolve": "^1.2.0", + "rollup": "^0.41.4", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-buble": "^0.15.0", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "rollup-watch": "^3.2.2", + "selenium-server": "^2.53.1", + "typescript": "^2.1.6", + "uglify-js": "^2.6.2", + "vue-ssr-html-stream": "^2.1.0", + "vue-ssr-webpack-plugin": "^1.0.0", + "webpack": "^2.2.0", + "weex-js-runtime": "^0.17.0-alpha4", + "weex-vdom-tester": "^0.1.4" + }, + "gitHead": "c0ad75beeb5bf5e7679221b679fbdd13e0d945bb", + "_id": "vue@2.2.5", + "_shasum": "528eba68447d7eff99f86767b31176aa656c6963", + "_from": ".", + "_npmVersion": "4.0.5", + "_nodeVersion": "7.4.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "shasum": "528eba68447d7eff99f86767b31176aa656c6963", + "tarball": "http://localhost:4872/vue/-/vue-2.2.5.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "packages-18-east.internal.npmjs.com", + "tmp": "tmp/vue-2.2.5.tgz_1490331224066_0.039384644478559494" + }, + "directories": {} + }, + "2.2.6": { + "name": "vue", + "version": "2.2.6", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "module": "dist/vue.runtime.esm.js", + "unpkg": "dist/vue.js", + "typings": "types/index.d.ts", + "files": [ + "src", + "dist/*.js", + "types/*.d.ts" + ], + "scripts": { + "dev": "rollup -w -c build/config.js --environment TARGET:web-full-dev", + "dev:cjs": "rollup -w -c build/config.js --environment TARGET:web-runtime-cjs", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "rollup -w -c build/config.js --environment TARGET:web-server-renderer", + "dev:compiler": "rollup -w -c build/config.js --environment TARGET:web-compiler ", + "dev:weex": "rollup -w -c build/config.js --environment TARGET:weex-framework ", + "dev:weex:compiler": "rollup -w -c build/config.js --environment TARGET:weex-compiler ", + "build": "node build/build.js", + "build:ssr": "npm run build -- vue.runtime.common.js,vue-server-renderer", + "build:weex": "npm run build -- weex-vue-framework,weex-template-compiler", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr && npm run test:weex", + "test:unit": "karma start build/karma.unit.config.js", + "test:cover": "karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.min.js && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && node benchmarks/ssr/renderToString.js && node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh", + "release:weex": "bash build/release-weex.sh", + "install:hooks": "ln -fs ../../build/git-hooks/pre-commit .git/hooks/pre-commit" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^7.1.0", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^6.2.4", + "babel-plugin-istanbul": "^4.0.0", + "babel-plugin-syntax-dynamic-import": "^6.18.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.2.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.15.2", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^5.0.1", + "de-indent": "^1.0.2", + "es6-promise": "^4.0.5", + "eslint": "^3.10.1", + "eslint-config-vue": "^2.0.1", + "eslint-loader": "^1.3.0", + "eslint-plugin-flowtype": "^2.16.0", + "eslint-plugin-jasmine": "^2.1.0", + "eslint-plugin-vue": "^2.0.0", + "flow-bin": "^0.39.0", + "he": "^1.1.0", + "http-server": "^0.9.0", + "jasmine": "^2.5.2", + "jasmine-core": "^2.5.2", + "karma": "^1.1.0", + "karma-chrome-launcher": "^2.0.0", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^2.0.1", + "lodash": "^4.17.1", + "nightwatch": "^0.9.9", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.1", + "resolve": "^1.2.0", + "rollup": "^0.41.4", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-buble": "^0.15.0", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "rollup-watch": "^3.2.2", + "selenium-server": "^2.53.1", + "typescript": "^2.1.6", + "uglify-js": "^2.6.2", + "vue-ssr-html-stream": "^2.1.0", + "vue-ssr-webpack-plugin": "^1.0.0", + "webpack": "^2.2.0", + "weex-js-runtime": "^0.17.0-alpha4", + "weex-vdom-tester": "^0.1.4" + }, + "gitHead": "0cebdf55ab645001a7c8c80381ab27e03ced5c7c", + "_id": "vue@2.2.6", + "_shasum": "451714b394dd6d4eae7b773c40c2034a59621aed", + "_from": ".", + "_npmVersion": "4.0.5", + "_nodeVersion": "7.4.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "shasum": "451714b394dd6d4eae7b773c40c2034a59621aed", + "tarball": "http://localhost:4872/vue/-/vue-2.2.6.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/vue-2.2.6.tgz_1490582786729_0.13118436955846846" + }, + "directories": {} + }, + "2.3.0-beta.1": { + "name": "vue", + "version": "2.3.0-beta.1", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "module": "dist/vue.runtime.esm.js", + "unpkg": "dist/vue.js", + "typings": "types/index.d.ts", + "files": [ + "src", + "dist/*.js", + "types/*.d.ts" + ], + "scripts": { + "dev": "rollup -w -c build/config.js --environment TARGET:web-full-dev", + "dev:cjs": "rollup -w -c build/config.js --environment TARGET:web-runtime-cjs", + "dev:esm": "rollup -w -c build/config.js --environment TARGET:web-runtime-esm", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "rollup -w -c build/config.js --environment TARGET:web-server-renderer", + "dev:compiler": "rollup -w -c build/config.js --environment TARGET:web-compiler ", + "dev:weex": "rollup -w -c build/config.js --environment TARGET:weex-framework ", + "dev:weex:compiler": "rollup -w -c build/config.js --environment TARGET:weex-compiler ", + "build": "node build/build.js", + "build:ssr": "npm run build -- vue.runtime.common.js,vue-server-renderer", + "build:weex": "npm run build -- weex-vue-framework,weex-template-compiler", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr && npm run test:weex", + "test:unit": "karma start build/karma.unit.config.js", + "test:cover": "karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.min.js && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && node benchmarks/ssr/renderToString.js && node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh", + "release:weex": "bash build/release-weex.sh", + "install:hooks": "ln -fs ../../build/git-hooks/pre-commit .git/hooks/pre-commit" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^7.1.0", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^6.2.4", + "babel-plugin-istanbul": "^4.0.0", + "babel-plugin-syntax-dynamic-import": "^6.18.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.2.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.15.2", + "chalk": "^1.1.3", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^5.0.1", + "de-indent": "^1.0.2", + "es6-promise": "^4.0.5", + "eslint": "^3.10.1", + "eslint-config-vue": "^2.0.1", + "eslint-loader": "^1.3.0", + "eslint-plugin-flowtype": "^2.16.0", + "eslint-plugin-jasmine": "^2.1.0", + "eslint-plugin-vue": "^2.0.0", + "file-loader": "^0.10.1", + "flow-bin": "^0.39.0", + "hash-sum": "^1.0.2", + "he": "^1.1.0", + "http-server": "^0.9.0", + "jasmine": "^2.5.2", + "jasmine-core": "^2.5.2", + "karma": "^1.1.0", + "karma-chrome-launcher": "^2.0.0", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^2.0.1", + "lodash": "^4.17.1", + "lodash.template": "^4.4.0", + "lru-cache": "^4.0.2", + "nightwatch": "^0.9.9", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.1", + "resolve": "^1.2.0", + "rollup": "^0.41.4", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-buble": "^0.15.0", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "rollup-watch": "^3.2.2", + "selenium-server": "^2.53.1", + "serialize-javascript": "^1.3.0", + "typescript": "^2.1.6", + "uglify-js": "^2.6.2", + "webpack": "^2.2.0", + "weex-js-runtime": "^0.17.0-alpha4", + "weex-vdom-tester": "^0.1.4" + }, + "gitHead": "3a6fd13bc5c1c900774f759f200e064d60861b96", + "_id": "vue@2.3.0-beta.1", + "_shasum": "cea07a499c561f535ee320d623fd17a775c1591b", + "_from": ".", + "_npmVersion": "4.2.0", + "_nodeVersion": "7.8.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "shasum": "cea07a499c561f535ee320d623fd17a775c1591b", + "tarball": "http://localhost:4872/vue/-/vue-2.3.0-beta.1.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/vue-2.3.0-beta.1.tgz_1493202765108_0.0036185618955641985" + }, + "directories": {} + }, + "2.3.0": { + "name": "vue", + "version": "2.3.0", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "module": "dist/vue.runtime.esm.js", + "unpkg": "dist/vue.js", + "typings": "types/index.d.ts", + "files": [ + "src", + "dist/*.js", + "types/*.d.ts" + ], + "scripts": { + "dev": "rollup -w -c build/config.js --environment TARGET:web-full-dev", + "dev:cjs": "rollup -w -c build/config.js --environment TARGET:web-runtime-cjs", + "dev:esm": "rollup -w -c build/config.js --environment TARGET:web-runtime-esm", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "rollup -w -c build/config.js --environment TARGET:web-server-renderer", + "dev:compiler": "rollup -w -c build/config.js --environment TARGET:web-compiler ", + "dev:weex": "rollup -w -c build/config.js --environment TARGET:weex-framework ", + "dev:weex:compiler": "rollup -w -c build/config.js --environment TARGET:weex-compiler ", + "build": "node build/build.js", + "build:ssr": "npm run build -- vue.runtime.common.js,vue-server-renderer", + "build:weex": "npm run build -- weex-vue-framework,weex-template-compiler", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr && npm run test:weex", + "test:unit": "karma start build/karma.unit.config.js", + "test:cover": "karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.min.js && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && node benchmarks/ssr/renderToString.js && node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh", + "release:weex": "bash build/release-weex.sh", + "install:hooks": "ln -fs ../../build/git-hooks/pre-commit .git/hooks/pre-commit" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^7.1.0", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^6.2.4", + "babel-plugin-istanbul": "^4.0.0", + "babel-plugin-syntax-dynamic-import": "^6.18.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.2.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.15.2", + "chalk": "^1.1.3", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^5.0.1", + "de-indent": "^1.0.2", + "es6-promise": "^4.0.5", + "eslint": "^3.10.1", + "eslint-config-vue": "^2.0.1", + "eslint-loader": "^1.3.0", + "eslint-plugin-flowtype": "^2.16.0", + "eslint-plugin-jasmine": "^2.1.0", + "eslint-plugin-vue": "^2.0.0", + "file-loader": "^0.10.1", + "flow-bin": "^0.39.0", + "hash-sum": "^1.0.2", + "he": "^1.1.0", + "http-server": "^0.9.0", + "jasmine": "^2.5.2", + "jasmine-core": "^2.5.2", + "karma": "^1.1.0", + "karma-chrome-launcher": "^2.0.0", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^2.0.1", + "lodash": "^4.17.1", + "lodash.template": "^4.4.0", + "lru-cache": "^4.0.2", + "nightwatch": "^0.9.9", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.1", + "resolve": "^1.2.0", + "rollup": "^0.41.4", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-buble": "^0.15.0", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "rollup-watch": "^3.2.2", + "selenium-server": "^2.53.1", + "serialize-javascript": "^1.3.0", + "typescript": "^2.1.6", + "uglify-js": "^2.6.2", + "webpack": "^2.2.0", + "weex-js-runtime": "^0.17.0-alpha4", + "weex-vdom-tester": "^0.1.4" + }, + "gitHead": "a27c464692c83c3c953e76baaa0e51dc88e4a14a", + "_id": "vue@2.3.0", + "_shasum": "bc44db0488c5245c788304c7683efe7b4c862d82", + "_from": ".", + "_npmVersion": "4.2.0", + "_nodeVersion": "7.8.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "shasum": "bc44db0488c5245c788304c7683efe7b4c862d82", + "tarball": "http://localhost:4872/vue/-/vue-2.3.0.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "packages-18-east.internal.npmjs.com", + "tmp": "tmp/vue-2.3.0.tgz_1493274146495_0.15474186395294964" + }, + "directories": {} + }, + "2.3.1": { + "name": "vue", + "version": "2.3.1", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "module": "dist/vue.runtime.esm.js", + "unpkg": "dist/vue.js", + "typings": "types/index.d.ts", + "files": [ + "src", + "dist/*.js", + "types/*.d.ts" + ], + "scripts": { + "dev": "rollup -w -c build/config.js --environment TARGET:web-full-dev", + "dev:cjs": "rollup -w -c build/config.js --environment TARGET:web-runtime-cjs", + "dev:esm": "rollup -w -c build/config.js --environment TARGET:web-runtime-esm", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "rollup -w -c build/config.js --environment TARGET:web-server-renderer", + "dev:compiler": "rollup -w -c build/config.js --environment TARGET:web-compiler ", + "dev:weex": "rollup -w -c build/config.js --environment TARGET:weex-framework ", + "dev:weex:compiler": "rollup -w -c build/config.js --environment TARGET:weex-compiler ", + "build": "node build/build.js", + "build:ssr": "npm run build -- vue.runtime.common.js,vue-server-renderer", + "build:weex": "npm run build -- weex-vue-framework,weex-template-compiler", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr && npm run test:weex", + "test:unit": "karma start build/karma.unit.config.js", + "test:cover": "karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.min.js && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && node benchmarks/ssr/renderToString.js && node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh", + "release:weex": "bash build/release-weex.sh", + "install:hooks": "ln -fs ../../build/git-hooks/pre-commit .git/hooks/pre-commit" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^7.1.0", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^6.2.4", + "babel-plugin-istanbul": "^4.0.0", + "babel-plugin-syntax-dynamic-import": "^6.18.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.2.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.15.2", + "chalk": "^1.1.3", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^5.0.1", + "de-indent": "^1.0.2", + "es6-promise": "^4.0.5", + "eslint": "^3.10.1", + "eslint-config-vue": "^2.0.1", + "eslint-loader": "^1.3.0", + "eslint-plugin-flowtype": "^2.16.0", + "eslint-plugin-jasmine": "^2.1.0", + "eslint-plugin-vue": "^2.0.0", + "file-loader": "^0.10.1", + "flow-bin": "^0.45.0", + "hash-sum": "^1.0.2", + "he": "^1.1.0", + "http-server": "^0.9.0", + "jasmine": "^2.5.2", + "jasmine-core": "^2.5.2", + "karma": "^1.1.0", + "karma-chrome-launcher": "^2.0.0", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^2.0.1", + "lodash": "^4.17.1", + "lodash.template": "^4.4.0", + "lodash.uniq": "^4.5.0", + "lru-cache": "^4.0.2", + "nightwatch": "^0.9.9", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.1", + "resolve": "^1.2.0", + "rollup": "^0.41.4", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-buble": "^0.15.0", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "rollup-watch": "^3.2.2", + "selenium-server": "^2.53.1", + "serialize-javascript": "^1.3.0", + "typescript": "^2.1.6", + "uglify-js": "^2.6.2", + "webpack": "^2.2.0", + "weex-js-runtime": "^0.17.0-alpha4", + "weex-vdom-tester": "^0.1.4" + }, + "gitHead": "6b4f3da51dbac0c7f06411907c8d8435b630d5b2", + "_id": "vue@2.3.1", + "_shasum": "cecc3a229160747f3fb01eb2f03dd04e82420462", + "_from": ".", + "_npmVersion": "4.2.0", + "_nodeVersion": "7.8.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "shasum": "cecc3a229160747f3fb01eb2f03dd04e82420462", + "tarball": "http://localhost:4872/vue/-/vue-2.3.1.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/vue-2.3.1.tgz_1493711973474_0.7331771603785455" + }, + "directories": {} + }, + "2.3.2": { + "name": "vue", + "version": "2.3.2", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "module": "dist/vue.runtime.esm.js", + "unpkg": "dist/vue.js", + "typings": "types/index.d.ts", + "files": [ + "src", + "dist/*.js", + "types/*.d.ts" + ], + "scripts": { + "dev": "rollup -w -c build/config.js --environment TARGET:web-full-dev", + "dev:cjs": "rollup -w -c build/config.js --environment TARGET:web-runtime-cjs", + "dev:esm": "rollup -w -c build/config.js --environment TARGET:web-runtime-esm", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "rollup -w -c build/config.js --environment TARGET:web-server-renderer", + "dev:compiler": "rollup -w -c build/config.js --environment TARGET:web-compiler ", + "dev:weex": "rollup -w -c build/config.js --environment TARGET:weex-framework ", + "dev:weex:compiler": "rollup -w -c build/config.js --environment TARGET:weex-compiler ", + "build": "node build/build.js", + "build:ssr": "npm run build -- vue.runtime.common.js,vue-server-renderer", + "build:weex": "npm run build -- weex-vue-framework,weex-template-compiler", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr && npm run test:weex", + "test:unit": "karma start build/karma.unit.config.js", + "test:cover": "karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.min.js && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && node benchmarks/ssr/renderToString.js && node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh", + "release:weex": "bash build/release-weex.sh", + "install:hooks": "ln -fs ../../build/git-hooks/pre-commit .git/hooks/pre-commit" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^7.1.0", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^6.2.4", + "babel-plugin-istanbul": "^4.0.0", + "babel-plugin-syntax-dynamic-import": "^6.18.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.2.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.15.2", + "chalk": "^1.1.3", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^5.0.1", + "de-indent": "^1.0.2", + "es6-promise": "^4.0.5", + "eslint": "^3.10.1", + "eslint-config-vue": "^2.0.1", + "eslint-loader": "^1.3.0", + "eslint-plugin-flowtype": "^2.16.0", + "eslint-plugin-jasmine": "^2.1.0", + "eslint-plugin-vue": "^2.0.0", + "file-loader": "^0.10.1", + "flow-bin": "^0.45.0", + "hash-sum": "^1.0.2", + "he": "^1.1.0", + "http-server": "^0.9.0", + "jasmine": "^2.5.2", + "jasmine-core": "^2.5.2", + "karma": "^1.1.0", + "karma-chrome-launcher": "^2.0.0", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^2.0.1", + "lodash": "^4.17.1", + "lodash.template": "^4.4.0", + "lodash.uniq": "^4.5.0", + "lru-cache": "^4.0.2", + "nightwatch": "^0.9.9", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.1", + "resolve": "^1.2.0", + "rollup": "^0.41.4", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-buble": "^0.15.0", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "rollup-watch": "^3.2.2", + "selenium-server": "^2.53.1", + "serialize-javascript": "^1.3.0", + "typescript": "^2.1.6", + "uglify-js": "^2.6.2", + "webpack": "^2.2.0", + "weex-js-runtime": "^0.17.0-alpha4", + "weex-vdom-tester": "^0.1.4" + }, + "gitHead": "b977c77d344cb1fc63a3daa50a4b96ef70e77ec5", + "_id": "vue@2.3.2", + "_shasum": "9e52aae3593480be235ff227557837e69f98203a", + "_from": ".", + "_npmVersion": "4.2.0", + "_nodeVersion": "7.8.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "shasum": "9e52aae3593480be235ff227557837e69f98203a", + "tarball": "http://localhost:4872/vue/-/vue-2.3.2.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "packages-18-east.internal.npmjs.com", + "tmp": "tmp/vue-2.3.2.tgz_1493721022817_0.636890372261405" + }, + "directories": {} + }, + "2.3.3": { + "name": "vue", + "version": "2.3.3", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "module": "dist/vue.runtime.esm.js", + "unpkg": "dist/vue.js", + "typings": "types/index.d.ts", + "files": [ + "src", + "dist/*.js", + "types/*.d.ts" + ], + "scripts": { + "dev": "rollup -w -c build/config.js --environment TARGET:web-full-dev", + "dev:cjs": "rollup -w -c build/config.js --environment TARGET:web-runtime-cjs", + "dev:esm": "rollup -w -c build/config.js --environment TARGET:web-runtime-esm", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "rollup -w -c build/config.js --environment TARGET:web-server-renderer", + "dev:compiler": "rollup -w -c build/config.js --environment TARGET:web-compiler ", + "dev:weex": "rollup -w -c build/config.js --environment TARGET:weex-framework ", + "dev:weex:compiler": "rollup -w -c build/config.js --environment TARGET:weex-compiler ", + "build": "node build/build.js", + "build:ssr": "npm run build -- vue.runtime.common.js,vue-server-renderer", + "build:weex": "npm run build -- weex-vue-framework,weex-template-compiler", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr && npm run test:weex", + "test:unit": "karma start build/karma.unit.config.js", + "test:cover": "karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.min.js && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && node benchmarks/ssr/renderToString.js && node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh", + "release:weex": "bash build/release-weex.sh", + "install:hooks": "ln -fs ../../build/git-hooks/pre-commit .git/hooks/pre-commit" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^7.1.0", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^6.2.4", + "babel-plugin-istanbul": "^4.0.0", + "babel-plugin-syntax-dynamic-import": "^6.18.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.2.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.15.2", + "chalk": "^1.1.3", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^5.0.1", + "de-indent": "^1.0.2", + "es6-promise": "^4.0.5", + "eslint": "^3.10.1", + "eslint-config-vue": "^2.0.1", + "eslint-loader": "^1.3.0", + "eslint-plugin-flowtype": "^2.16.0", + "eslint-plugin-jasmine": "^2.1.0", + "eslint-plugin-vue": "^2.0.0", + "file-loader": "^0.10.1", + "flow-bin": "^0.45.0", + "hash-sum": "^1.0.2", + "he": "^1.1.0", + "http-server": "^0.9.0", + "jasmine": "^2.5.2", + "jasmine-core": "^2.5.2", + "karma": "^1.1.0", + "karma-chrome-launcher": "^2.0.0", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^2.0.1", + "lodash": "^4.17.1", + "lodash.template": "^4.4.0", + "lodash.uniq": "^4.5.0", + "lru-cache": "^4.0.2", + "nightwatch": "^0.9.9", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.1", + "resolve": "^1.2.0", + "rollup": "^0.41.4", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-buble": "^0.15.0", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "rollup-watch": "^3.2.2", + "selenium-server": "^2.53.1", + "serialize-javascript": "^1.3.0", + "typescript": "^2.1.6", + "uglify-js": "^2.6.2", + "webpack": "^2.2.0", + "weex-js-runtime": "^0.17.0-alpha4", + "weex-vdom-tester": "^0.1.4" + }, + "gitHead": "8d56a498f3d95660e2cafff4ed3c1e1da23494d1", + "_id": "vue@2.3.3", + "_shasum": "d1eaa8fde5240735a4563e74f2c7fead9cbb064c", + "_from": ".", + "_npmVersion": "4.2.0", + "_nodeVersion": "7.8.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "shasum": "d1eaa8fde5240735a4563e74f2c7fead9cbb064c", + "tarball": "http://localhost:4872/vue/-/vue-2.3.3.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/vue-2.3.3.tgz_1494349078810_0.31803403492085636" + }, + "directories": {} + }, + "2.3.4": { + "name": "vue", + "version": "2.3.4", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "module": "dist/vue.runtime.esm.js", + "unpkg": "dist/vue.js", + "typings": "types/index.d.ts", + "files": [ + "src", + "dist/*.js", + "types/*.d.ts" + ], + "scripts": { + "dev": "rollup -w -c build/config.js --environment TARGET:web-full-dev", + "dev:cjs": "rollup -w -c build/config.js --environment TARGET:web-runtime-cjs", + "dev:esm": "rollup -w -c build/config.js --environment TARGET:web-runtime-esm", + "dev:test": "karma start build/karma.dev.config.js", + "dev:ssr": "rollup -w -c build/config.js --environment TARGET:web-server-renderer", + "dev:compiler": "rollup -w -c build/config.js --environment TARGET:web-compiler ", + "dev:weex": "rollup -w -c build/config.js --environment TARGET:weex-framework ", + "dev:weex:compiler": "rollup -w -c build/config.js --environment TARGET:weex-compiler ", + "build": "node build/build.js", + "build:ssr": "npm run build -- vue.runtime.common.js,vue-server-renderer", + "build:weex": "npm run build -- weex-vue-framework,weex-template-compiler", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr && npm run test:weex", + "test:unit": "karma start build/karma.unit.config.js", + "test:cover": "karma start build/karma.cover.config.js", + "test:e2e": "npm run build -- vue.min.js && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "karma start build/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && node benchmarks/ssr/renderToString.js && node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh", + "release:weex": "bash build/release-weex.sh", + "install:hooks": "ln -fs ../../build/git-hooks/pre-commit .git/hooks/pre-commit" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.9.0", + "babel-eslint": "^7.1.0", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^6.2.4", + "babel-plugin-istanbul": "^4.0.0", + "babel-plugin-syntax-dynamic-import": "^6.18.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.2.0", + "babel-preset-es2015": "^6.9.0", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.15.2", + "chalk": "^1.1.3", + "chromedriver": "^2.21.2", + "codecov.io": "^0.1.6", + "cross-spawn": "^5.0.1", + "de-indent": "^1.0.2", + "es6-promise": "^4.0.5", + "eslint": "^3.10.1", + "eslint-config-vue": "^2.0.1", + "eslint-loader": "^1.3.0", + "eslint-plugin-flowtype": "^2.16.0", + "eslint-plugin-jasmine": "^2.1.0", + "eslint-plugin-vue": "^2.0.0", + "file-loader": "^0.10.1", + "flow-bin": "^0.45.0", + "hash-sum": "^1.0.2", + "he": "^1.1.0", + "http-server": "^0.9.0", + "jasmine": "^2.5.2", + "jasmine-core": "^2.5.2", + "karma": "^1.1.0", + "karma-chrome-launcher": "^2.0.0", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-mocha-reporter": "^2.0.4", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.0.0", + "karma-sourcemap-loader": "^0.3.0", + "karma-webpack": "^2.0.1", + "lodash": "^4.17.1", + "lodash.template": "^4.4.0", + "lodash.uniq": "^4.5.0", + "lru-cache": "^4.0.2", + "nightwatch": "^0.9.9", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.1", + "resolve": "^1.2.0", + "rollup": "^0.41.4", + "rollup-plugin-alias": "^1.2.0", + "rollup-plugin-babel": "^2.4.0", + "rollup-plugin-buble": "^0.15.0", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-replace": "^1.1.0", + "rollup-watch": "^3.2.2", + "selenium-server": "^2.53.1", + "serialize-javascript": "^1.3.0", + "typescript": "^2.1.6", + "uglify-js": "^2.6.2", + "webpack": "^2.2.0", + "weex-js-runtime": "^0.17.0-alpha4", + "weex-vdom-tester": "^0.1.4" + }, + "gitHead": "1f9416d514d80a99eb45184459fdf390405967ec", + "_id": "vue@2.3.4", + "_npmVersion": "5.0.0", + "_nodeVersion": "8.0.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "integrity": "sha512-oLCxuVcVQ2inwSbS7B+zfjB6CSjgQ0yyCOzPcg7S5CXeOCbtkaiN5frR6MtwvrveqbG86OsGd9jWf6JsGyQkLw==", + "shasum": "5ec3b87a191da8090bbef56b7cfabd4158038171", + "tarball": "http://localhost:4872/vue/-/vue-2.3.4.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "s3://npm-registry-packages", + "tmp": "tmp/vue-2.3.4.tgz_1496897690369_0.5197095186449587" + }, + "directories": {} + }, + "2.4.0": { + "name": "vue", + "version": "2.4.0", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "module": "dist/vue.runtime.esm.js", + "unpkg": "dist/vue.js", + "typings": "types/index.d.ts", + "files": [ + "dist/*.js", + "types/*.d.ts" + ], + "scripts": { + "dev": "rollup -w -c build/config.js --environment TARGET:web-full-dev", + "dev:cjs": "rollup -w -c build/config.js --environment TARGET:web-runtime-cjs", + "dev:esm": "rollup -w -c build/config.js --environment TARGET:web-runtime-esm", + "dev:test": "karma start test/unit/karma.dev.config.js", + "dev:ssr": "rollup -w -c build/config.js --environment TARGET:web-server-renderer", + "dev:compiler": "rollup -w -c build/config.js --environment TARGET:web-compiler ", + "dev:weex": "rollup -w -c build/config.js --environment TARGET:weex-framework ", + "dev:weex:compiler": "rollup -w -c build/config.js --environment TARGET:weex-compiler ", + "build": "node build/build.js", + "build:ssr": "npm run build -- vue.runtime.common.js,vue-server-renderer", + "build:weex": "npm run build -- weex-vue-framework,weex-template-compiler", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr && npm run test:weex", + "test:unit": "karma start test/unit/karma.unit.config.js", + "test:cover": "karma start test/unit/karma.cover.config.js", + "test:e2e": "npm run build -- vue.min.js && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "karma start test/unit/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && node benchmarks/ssr/renderToString.js && node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh", + "release:weex": "bash build/release-weex.sh", + "release:note": "node build/gen-release-note.js", + "postinstall": "node build/install-hooks.js", + "commit": "git-cz" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.25.0", + "babel-eslint": "^7.2.3", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^7.0.0", + "babel-plugin-istanbul": "^4.1.4", + "babel-plugin-syntax-dynamic-import": "^6.18.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.4.3", + "babel-preset-es2015": "^6.24.1", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.15.2", + "chalk": "^1.1.3", + "chromedriver": "^2.30.1", + "codecov.io": "^0.1.6", + "commitizen": "^2.9.6", + "conventional-changelog": "^1.1.3", + "cross-spawn": "^5.1.0", + "cz-conventional-changelog": "^2.0.0", + "de-indent": "^1.0.2", + "es6-promise": "^4.1.0", + "eslint": "^3.0.0", + "eslint-loader": "^1.7.1", + "eslint-plugin-flowtype": "^2.34.0", + "eslint-plugin-jasmine": "^2.2.0", + "eslint-plugin-vue-libs": "^1.2.0", + "file-loader": "^0.11.2", + "flow-bin": "^0.48.0", + "hash-sum": "^1.0.2", + "he": "^1.1.1", + "http-server": "^0.10.0", + "jasmine": "^2.6.0", + "jasmine-core": "^2.6.3", + "karma": "^1.7.0", + "karma-chrome-launcher": "^2.1.1", + "karma-coverage": "^1.1.1", + "karma-firefox-launcher": "^1.0.1", + "karma-jasmine": "^1.1.0", + "karma-mocha-reporter": "^2.2.3", + "karma-phantomjs-launcher": "^1.0.4", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.1.0", + "karma-sourcemap-loader": "^0.3.7", + "karma-webpack": "^2.0.3", + "lodash": "^4.17.4", + "lodash.template": "^4.4.0", + "lodash.uniq": "^4.5.0", + "lru-cache": "^4.1.1", + "nightwatch": "^0.9.16", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.14", + "resolve": "^1.3.3", + "rollup": "^0.45.1", + "rollup-plugin-alias": "^1.3.1", + "rollup-plugin-babel": "^2.7.1", + "rollup-plugin-buble": "^0.15.0", + "rollup-plugin-commonjs": "^8.0.2", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-node-resolve": "^3.0.0", + "rollup-plugin-replace": "^1.1.1", + "rollup-watch": "^4.0.0", + "selenium-server": "^2.53.1", + "serialize-javascript": "^1.3.0", + "shelljs": "^0.7.8", + "typescript": "^2.3.4", + "uglify-js": "^3.0.15", + "webpack": "^2.6.1", + "weex-js-runtime": "^0.20.5", + "weex-vdom-tester": "^0.2.0" + }, + "config": { + "commitizen": { + "path": "./node_modules/cz-conventional-changelog" + } + }, + "gitHead": "ac3d1eaea34ee23978d395a84f68154e7e86caa1", + "_id": "vue@2.4.0", + "_npmVersion": "5.0.0", + "_nodeVersion": "8.0.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "integrity": "sha512-BFqCvQQJ3LA2fANeqY/aLnkMBzZo1ef6ymjRweYYnUkAjoid7MyD/J2Nhkp7YminXVZBQv7M+P7Wli7rZRNafQ==", + "shasum": "f462d15f12f73bb40d795365cf3c45431296d6f7", + "tarball": "http://localhost:4872/vue/-/vue-2.4.0.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "s3://npm-registry-packages", + "tmp": "tmp/vue-2.4.0.tgz_1499925597967_0.5970287129748613" + }, + "directories": {} + }, + "2.4.1": { + "name": "vue", + "version": "2.4.1", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "module": "dist/vue.runtime.esm.js", + "unpkg": "dist/vue.js", + "typings": "types/index.d.ts", + "files": [ + "dist/*.js", + "types/*.d.ts" + ], + "scripts": { + "dev": "rollup -w -c build/config.js --environment TARGET:web-full-dev", + "dev:cjs": "rollup -w -c build/config.js --environment TARGET:web-runtime-cjs", + "dev:esm": "rollup -w -c build/config.js --environment TARGET:web-runtime-esm", + "dev:test": "karma start test/unit/karma.dev.config.js", + "dev:ssr": "rollup -w -c build/config.js --environment TARGET:web-server-renderer", + "dev:compiler": "rollup -w -c build/config.js --environment TARGET:web-compiler ", + "dev:weex": "rollup -w -c build/config.js --environment TARGET:weex-framework ", + "dev:weex:compiler": "rollup -w -c build/config.js --environment TARGET:weex-compiler ", + "build": "node build/build.js", + "build:ssr": "npm run build -- vue.runtime.common.js,vue-server-renderer", + "build:weex": "npm run build -- weex-vue-framework,weex-template-compiler", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr && npm run test:weex", + "test:unit": "karma start test/unit/karma.unit.config.js", + "test:cover": "karma start test/unit/karma.cover.config.js", + "test:e2e": "npm run build -- vue.min.js && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "karma start test/unit/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && node benchmarks/ssr/renderToString.js && node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh", + "release:weex": "bash build/release-weex.sh", + "release:note": "node build/gen-release-note.js", + "setup": "node build/install-hooks.js", + "commit": "git-cz" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.25.0", + "babel-eslint": "^7.2.3", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^7.0.0", + "babel-plugin-istanbul": "^4.1.4", + "babel-plugin-syntax-dynamic-import": "^6.18.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.4.3", + "babel-preset-es2015": "^6.24.1", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.15.2", + "chalk": "^1.1.3", + "chromedriver": "^2.30.1", + "codecov.io": "^0.1.6", + "commitizen": "^2.9.6", + "conventional-changelog": "^1.1.3", + "cross-spawn": "^5.1.0", + "cz-conventional-changelog": "^2.0.0", + "de-indent": "^1.0.2", + "es6-promise": "^4.1.0", + "eslint": "^3.0.0", + "eslint-loader": "^1.7.1", + "eslint-plugin-flowtype": "^2.34.0", + "eslint-plugin-jasmine": "^2.2.0", + "eslint-plugin-vue-libs": "^1.2.0", + "file-loader": "^0.11.2", + "flow-bin": "^0.48.0", + "hash-sum": "^1.0.2", + "he": "^1.1.1", + "http-server": "^0.10.0", + "jasmine": "^2.6.0", + "jasmine-core": "^2.6.3", + "karma": "^1.7.0", + "karma-chrome-launcher": "^2.1.1", + "karma-coverage": "^1.1.1", + "karma-firefox-launcher": "^1.0.1", + "karma-jasmine": "^1.1.0", + "karma-mocha-reporter": "^2.2.3", + "karma-phantomjs-launcher": "^1.0.4", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.1.0", + "karma-sourcemap-loader": "^0.3.7", + "karma-webpack": "^2.0.3", + "lodash": "^4.17.4", + "lodash.template": "^4.4.0", + "lodash.uniq": "^4.5.0", + "lru-cache": "^4.1.1", + "nightwatch": "^0.9.16", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.14", + "resolve": "^1.3.3", + "rollup": "^0.45.1", + "rollup-plugin-alias": "^1.3.1", + "rollup-plugin-babel": "^2.7.1", + "rollup-plugin-buble": "^0.15.0", + "rollup-plugin-commonjs": "^8.0.2", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-node-resolve": "^3.0.0", + "rollup-plugin-replace": "^1.1.1", + "rollup-watch": "^4.0.0", + "selenium-server": "^2.53.1", + "serialize-javascript": "^1.3.0", + "shelljs": "^0.7.8", + "typescript": "^2.3.4", + "uglify-js": "^3.0.15", + "webpack": "^2.6.1", + "weex-js-runtime": "^0.20.5", + "weex-vdom-tester": "^0.2.0" + }, + "config": { + "commitizen": { + "path": "./node_modules/cz-conventional-changelog" + } + }, + "gitHead": "381b48503aae796c5c21c318cae8b0a8322dde35", + "_id": "vue@2.4.1", + "_npmVersion": "5.0.0", + "_nodeVersion": "8.0.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "integrity": "sha512-V/3mbqPeXJf+AEdm2Qdrho8ADjN2/Th+q7abrDqQrGaERgtlGPLe8SRLDzJ2eNEV4Gh+L8T/vfbxb2sLUfwYbA==", + "shasum": "76e0b8eee614613532216b7bfe784e0b5695b160", + "tarball": "http://localhost:4872/vue/-/vue-2.4.1.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "s3://npm-registry-packages", + "tmp": "tmp/vue-2.4.1.tgz_1499928052215_0.3017186624929309" + }, + "directories": {} + }, + "2.4.2": { + "name": "vue", + "version": "2.4.2", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "module": "dist/vue.runtime.esm.js", + "unpkg": "dist/vue.js", + "typings": "types/index.d.ts", + "files": [ + "src", + "dist/*.js", + "types/*.d.ts" + ], + "scripts": { + "dev": "rollup -w -c build/config.js --environment TARGET:web-full-dev", + "dev:cjs": "rollup -w -c build/config.js --environment TARGET:web-runtime-cjs", + "dev:esm": "rollup -w -c build/config.js --environment TARGET:web-runtime-esm", + "dev:test": "karma start test/unit/karma.dev.config.js", + "dev:ssr": "rollup -w -c build/config.js --environment TARGET:web-server-renderer", + "dev:compiler": "rollup -w -c build/config.js --environment TARGET:web-compiler ", + "dev:weex": "rollup -w -c build/config.js --environment TARGET:weex-framework ", + "dev:weex:compiler": "rollup -w -c build/config.js --environment TARGET:weex-compiler ", + "build": "node build/build.js", + "build:ssr": "npm run build -- vue.runtime.common.js,vue-server-renderer", + "build:weex": "npm run build -- weex-vue-framework,weex-template-compiler", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr && npm run test:weex", + "test:unit": "karma start test/unit/karma.unit.config.js", + "test:cover": "karma start test/unit/karma.cover.config.js", + "test:e2e": "npm run build -- vue.min.js && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "karma start test/unit/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && node benchmarks/ssr/renderToString.js && node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh", + "release:weex": "bash build/release-weex.sh", + "release:note": "node build/gen-release-note.js", + "setup": "node build/install-hooks.js", + "commit": "git-cz" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.25.0", + "babel-eslint": "^7.2.3", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^7.0.0", + "babel-plugin-istanbul": "^4.1.4", + "babel-plugin-syntax-dynamic-import": "^6.18.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.4.3", + "babel-preset-es2015": "^6.24.1", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.15.2", + "chalk": "^1.1.3", + "chromedriver": "^2.30.1", + "codecov.io": "^0.1.6", + "commitizen": "^2.9.6", + "conventional-changelog": "^1.1.3", + "cross-spawn": "^5.1.0", + "cz-conventional-changelog": "^2.0.0", + "de-indent": "^1.0.2", + "es6-promise": "^4.1.0", + "eslint": "^3.0.0", + "eslint-loader": "^1.7.1", + "eslint-plugin-flowtype": "^2.34.0", + "eslint-plugin-jasmine": "^2.2.0", + "eslint-plugin-vue-libs": "^1.2.0", + "file-loader": "^0.11.2", + "flow-bin": "^0.48.0", + "hash-sum": "^1.0.2", + "he": "^1.1.1", + "http-server": "^0.10.0", + "jasmine": "^2.6.0", + "jasmine-core": "^2.6.3", + "karma": "^1.7.0", + "karma-chrome-launcher": "^2.1.1", + "karma-coverage": "^1.1.1", + "karma-firefox-launcher": "^1.0.1", + "karma-jasmine": "^1.1.0", + "karma-mocha-reporter": "^2.2.3", + "karma-phantomjs-launcher": "^1.0.4", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.1.0", + "karma-sourcemap-loader": "^0.3.7", + "karma-webpack": "^2.0.3", + "lodash": "^4.17.4", + "lodash.template": "^4.4.0", + "lodash.uniq": "^4.5.0", + "lru-cache": "^4.1.1", + "nightwatch": "^0.9.16", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.14", + "resolve": "^1.3.3", + "rollup": "^0.45.1", + "rollup-plugin-alias": "^1.3.1", + "rollup-plugin-babel": "^2.7.1", + "rollup-plugin-buble": "^0.15.0", + "rollup-plugin-commonjs": "^8.0.2", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-node-resolve": "^3.0.0", + "rollup-plugin-replace": "^1.1.1", + "rollup-watch": "^4.0.0", + "selenium-server": "^2.53.1", + "serialize-javascript": "^1.3.0", + "shelljs": "^0.7.8", + "typescript": "^2.3.4", + "uglify-js": "^3.0.15", + "webpack": "^2.6.1", + "weex-js-runtime": "^0.20.5", + "weex-vdom-tester": "^0.2.0" + }, + "config": { + "commitizen": { + "path": "./node_modules/cz-conventional-changelog" + } + }, + "gitHead": "b8f1bcd96c73251f46726cfc5393bb9999ae259d", + "_id": "vue@2.4.2", + "_npmVersion": "5.0.3", + "_nodeVersion": "8.1.4", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "integrity": "sha512-GB5r+CsrCHIB1PoXt4wgBienjF3WGYOIaTK27tDk96sZxpL5RwRrsi9I3ECwFt8x8qAmxT2xk1vsY2Vpcn9nIw==", + "shasum": "a9855261f191c978cc0dc1150531b8d08149b58c", + "tarball": "http://localhost:4872/vue/-/vue-2.4.2.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "s3://npm-registry-packages", + "tmp": "tmp/vue-2.4.2.tgz_1500611321854_0.16039316589012742" + }, + "directories": {} + }, + "2.4.3": { + "name": "vue", + "version": "2.4.3", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "module": "dist/vue.runtime.esm.js", + "unpkg": "dist/vue.js", + "typings": "types/index.d.ts", + "files": [ + "src", + "dist/*.js", + "types/*.d.ts" + ], + "scripts": { + "dev": "rollup -w -c build/config.js --environment TARGET:web-full-dev", + "dev:cjs": "rollup -w -c build/config.js --environment TARGET:web-runtime-cjs", + "dev:esm": "rollup -w -c build/config.js --environment TARGET:web-runtime-esm", + "dev:test": "karma start test/unit/karma.dev.config.js", + "dev:ssr": "rollup -w -c build/config.js --environment TARGET:web-server-renderer", + "dev:compiler": "rollup -w -c build/config.js --environment TARGET:web-compiler ", + "dev:weex": "rollup -w -c build/config.js --environment TARGET:weex-framework ", + "dev:weex:compiler": "rollup -w -c build/config.js --environment TARGET:weex-compiler ", + "build": "node build/build.js", + "build:ssr": "npm run build -- vue.runtime.common.js,vue-server-renderer", + "build:weex": "npm run build -- weex-vue-framework,weex-template-compiler", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr && npm run test:weex", + "test:unit": "karma start test/unit/karma.unit.config.js", + "test:cover": "karma start test/unit/karma.cover.config.js", + "test:e2e": "npm run build -- vue.min.js && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "karma start test/unit/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && node benchmarks/ssr/renderToString.js && node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh", + "release:weex": "bash build/release-weex.sh", + "release:note": "node build/gen-release-note.js", + "setup": "node build/install-hooks.js", + "commit": "git-cz" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.25.0", + "babel-eslint": "^7.2.3", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^7.0.0", + "babel-plugin-istanbul": "^4.1.4", + "babel-plugin-syntax-dynamic-import": "^6.18.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.4.3", + "babel-preset-es2015": "^6.24.1", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.15.2", + "chalk": "^1.1.3", + "chromedriver": "^2.30.1", + "codecov.io": "^0.1.6", + "commitizen": "^2.9.6", + "conventional-changelog": "^1.1.3", + "cross-spawn": "^5.1.0", + "cz-conventional-changelog": "^2.0.0", + "de-indent": "^1.0.2", + "es6-promise": "^4.1.0", + "eslint": "^3.0.0", + "eslint-loader": "^1.7.1", + "eslint-plugin-flowtype": "^2.34.0", + "eslint-plugin-jasmine": "^2.2.0", + "eslint-plugin-vue-libs": "^1.2.0", + "file-loader": "^0.11.2", + "flow-bin": "^0.48.0", + "hash-sum": "^1.0.2", + "he": "^1.1.1", + "http-server": "^0.10.0", + "jasmine": "^2.6.0", + "jasmine-core": "^2.6.3", + "karma": "^1.7.0", + "karma-chrome-launcher": "^2.1.1", + "karma-coverage": "^1.1.1", + "karma-firefox-launcher": "^1.0.1", + "karma-jasmine": "^1.1.0", + "karma-mocha-reporter": "^2.2.3", + "karma-phantomjs-launcher": "^1.0.4", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.1.0", + "karma-sourcemap-loader": "^0.3.7", + "karma-webpack": "^2.0.3", + "lodash": "^4.17.4", + "lodash.template": "^4.4.0", + "lodash.uniq": "^4.5.0", + "lru-cache": "^4.1.1", + "nightwatch": "^0.9.16", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.14", + "resolve": "^1.3.3", + "rollup": "^0.45.1", + "rollup-plugin-alias": "^1.3.1", + "rollup-plugin-babel": "^2.7.1", + "rollup-plugin-buble": "^0.15.0", + "rollup-plugin-commonjs": "^8.0.2", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-node-resolve": "^3.0.0", + "rollup-plugin-replace": "^1.1.1", + "rollup-watch": "^4.0.0", + "selenium-server": "^2.53.1", + "serialize-javascript": "^1.3.0", + "shelljs": "^0.7.8", + "typescript": "^2.3.4", + "uglify-js": "^3.0.15", + "webpack": "^2.6.1", + "weex-js-runtime": "^0.20.5", + "weex-vdom-tester": "^0.2.0" + }, + "config": { + "commitizen": { + "path": "./node_modules/cz-conventional-changelog" + } + }, + "gitHead": "0a7ffb148c38848cb9f59a38b101abdec863f490", + "_id": "vue@2.4.3", + "_npmVersion": "5.4.1", + "_nodeVersion": "8.4.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "integrity": "sha512-k6zkIBR0KsE0DLUDGdRLooX/4iRUbc3T2FyrJs4YhVySbjGwS3k5c2HRCHyXo6lg1aeAF9rg3uiJDRz0J7nbDA==", + "shasum": "55fee0ec509cf2e10aa73b34b15219e92a9ab9ea", + "tarball": "http://localhost:4872/vue/-/vue-2.4.3.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "s3://npm-registry-packages", + "tmp": "tmp/vue-2.4.3.tgz_1505289458451_0.009235817706212401" + }, + "directories": {} + }, + "2.4.4": { + "name": "vue", + "version": "2.4.4", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "module": "dist/vue.runtime.esm.js", + "unpkg": "dist/vue.js", + "typings": "types/index.d.ts", + "files": [ + "src", + "dist/*.js", + "types/*.d.ts" + ], + "scripts": { + "dev": "rollup -w -c build/config.js --environment TARGET:web-full-dev", + "dev:cjs": "rollup -w -c build/config.js --environment TARGET:web-runtime-cjs", + "dev:esm": "rollup -w -c build/config.js --environment TARGET:web-runtime-esm", + "dev:test": "karma start test/unit/karma.dev.config.js", + "dev:ssr": "rollup -w -c build/config.js --environment TARGET:web-server-renderer", + "dev:compiler": "rollup -w -c build/config.js --environment TARGET:web-compiler ", + "dev:weex": "rollup -w -c build/config.js --environment TARGET:weex-framework ", + "dev:weex:compiler": "rollup -w -c build/config.js --environment TARGET:weex-compiler ", + "build": "node build/build.js", + "build:ssr": "npm run build -- vue.runtime.common.js,vue-server-renderer", + "build:weex": "npm run build -- weex-vue-framework,weex-template-compiler", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr && npm run test:weex", + "test:unit": "karma start test/unit/karma.unit.config.js", + "test:cover": "karma start test/unit/karma.cover.config.js", + "test:e2e": "npm run build -- vue.min.js && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "karma start test/unit/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && node benchmarks/ssr/renderToString.js && node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh", + "release:weex": "bash build/release-weex.sh", + "release:note": "node build/gen-release-note.js", + "setup": "node build/install-hooks.js", + "commit": "git-cz" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "babel-core": "^6.25.0", + "babel-eslint": "^7.2.3", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^7.0.0", + "babel-plugin-istanbul": "^4.1.4", + "babel-plugin-syntax-dynamic-import": "^6.18.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.4.3", + "babel-preset-es2015": "^6.24.1", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.15.2", + "chalk": "^1.1.3", + "chromedriver": "^2.30.1", + "codecov.io": "^0.1.6", + "commitizen": "^2.9.6", + "conventional-changelog": "^1.1.3", + "cross-spawn": "^5.1.0", + "cz-conventional-changelog": "^2.0.0", + "de-indent": "^1.0.2", + "es6-promise": "^4.1.0", + "eslint": "^3.0.0", + "eslint-loader": "^1.7.1", + "eslint-plugin-flowtype": "^2.34.0", + "eslint-plugin-jasmine": "^2.2.0", + "eslint-plugin-vue-libs": "^1.2.0", + "file-loader": "^0.11.2", + "flow-bin": "^0.48.0", + "hash-sum": "^1.0.2", + "he": "^1.1.1", + "http-server": "^0.10.0", + "jasmine": "^2.6.0", + "jasmine-core": "^2.6.3", + "karma": "^1.7.0", + "karma-chrome-launcher": "^2.1.1", + "karma-coverage": "^1.1.1", + "karma-firefox-launcher": "^1.0.1", + "karma-jasmine": "^1.1.0", + "karma-mocha-reporter": "^2.2.3", + "karma-phantomjs-launcher": "^1.0.4", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.1.0", + "karma-sourcemap-loader": "^0.3.7", + "karma-webpack": "^2.0.3", + "lodash": "^4.17.4", + "lodash.template": "^4.4.0", + "lodash.uniq": "^4.5.0", + "lru-cache": "^4.1.1", + "nightwatch": "^0.9.16", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.14", + "resolve": "^1.3.3", + "rollup": "^0.45.1", + "rollup-plugin-alias": "^1.3.1", + "rollup-plugin-babel": "^2.7.1", + "rollup-plugin-buble": "^0.15.0", + "rollup-plugin-commonjs": "^8.0.2", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-node-resolve": "^3.0.0", + "rollup-plugin-replace": "^1.1.1", + "rollup-watch": "^4.0.0", + "selenium-server": "^2.53.1", + "serialize-javascript": "^1.3.0", + "shelljs": "^0.7.8", + "typescript": "^2.3.4", + "uglify-js": "^3.0.15", + "webpack": "^2.6.1", + "weex-js-runtime": "^0.20.5", + "weex-vdom-tester": "^0.2.0" + }, + "config": { + "commitizen": { + "path": "./node_modules/cz-conventional-changelog" + } + }, + "gitHead": "94512f3e8cee4030a1096121700ed49afab48073", + "_id": "vue@2.4.4", + "_npmVersion": "5.4.1", + "_nodeVersion": "8.4.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "integrity": "sha512-PCiRmc8ZT1DD5+BN8QUAmnkBefcCLfZVSuhc1u7iu5JoPrSHyyk/+4nehm7k2xVMi8+RFLk5WIHAN14UKF0txw==", + "shasum": "ea9550b96a71465fd2b8b17b61673b3561861789", + "tarball": "http://localhost:4872/vue/-/vue-2.4.4.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "s3://npm-registry-packages", + "tmp": "tmp/vue-2.4.4.tgz_1505403170766_0.00395546481013298" + }, + "directories": {} + }, + "2.5.0": { + "name": "vue", + "version": "2.5.0", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "module": "dist/vue.runtime.esm.js", + "unpkg": "dist/vue.js", + "jsdelivr": "dist/vue.js", + "typings": "types/index.d.ts", + "files": [ + "src", + "dist/*.js", + "types/*.d.ts" + ], + "scripts": { + "dev": "rollup -w -c build/config.js --environment TARGET:web-full-dev", + "dev:cjs": "rollup -w -c build/config.js --environment TARGET:web-runtime-cjs", + "dev:esm": "rollup -w -c build/config.js --environment TARGET:web-runtime-esm", + "dev:test": "karma start test/unit/karma.dev.config.js", + "dev:ssr": "rollup -w -c build/config.js --environment TARGET:web-server-renderer", + "dev:compiler": "rollup -w -c build/config.js --environment TARGET:web-compiler ", + "dev:weex": "rollup -w -c build/config.js --environment TARGET:weex-framework", + "dev:weex:factory": "rollup -w -c build/config.js --environment TARGET:weex-factory", + "dev:weex:compiler": "rollup -w -c build/config.js --environment TARGET:weex-compiler ", + "build": "node build/build.js", + "build:ssr": "npm run build -- web-runtime-cjs,web-server-renderer", + "build:weex": "npm run build -- weex", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr && npm run test:weex", + "test:unit": "karma start test/unit/karma.unit.config.js", + "test:cover": "karma start test/unit/karma.cover.config.js", + "test:e2e": "npm run build -- web-full-prod,web-server-basic-renderer && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "karma start test/unit/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && node benchmarks/ssr/renderToString.js && node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh", + "release:weex": "bash build/release-weex.sh", + "release:note": "node build/gen-release-note.js", + "setup": "node build/install-hooks.js", + "commit": "git-cz" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "@types/node": "^8.0.33", + "@types/webpack": "^3.0.13", + "babel-core": "^6.25.0", + "babel-eslint": "^7.2.3", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^7.0.0", + "babel-plugin-istanbul": "^4.1.4", + "babel-plugin-syntax-dynamic-import": "^6.18.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.4.3", + "babel-preset-es2015": "^6.24.1", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.16.0", + "chalk": "^1.1.3", + "chromedriver": "^2.30.1", + "codecov.io": "^0.1.6", + "commitizen": "^2.9.6", + "conventional-changelog": "^1.1.3", + "cross-spawn": "^5.1.0", + "cz-conventional-changelog": "^2.0.0", + "de-indent": "^1.0.2", + "es6-promise": "^4.1.0", + "eslint": "^3.0.0", + "eslint-loader": "^1.7.1", + "eslint-plugin-flowtype": "^2.34.0", + "eslint-plugin-jasmine": "^2.8.4", + "eslint-plugin-vue-libs": "^1.2.0", + "file-loader": "^0.11.2", + "flow-bin": "^0.54.0", + "hash-sum": "^1.0.2", + "he": "^1.1.1", + "http-server": "^0.10.0", + "jasmine": "^2.6.0", + "jasmine-core": "^2.6.3", + "karma": "^1.7.0", + "karma-chrome-launcher": "^2.1.1", + "karma-coverage": "^1.1.1", + "karma-firefox-launcher": "^1.0.1", + "karma-jasmine": "^1.1.0", + "karma-mocha-reporter": "^2.2.3", + "karma-phantomjs-launcher": "^1.0.4", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.1.0", + "karma-sourcemap-loader": "^0.3.7", + "karma-webpack": "^2.0.3", + "lodash": "^4.17.4", + "lodash.template": "^4.4.0", + "lodash.uniq": "^4.5.0", + "lru-cache": "^4.1.1", + "nightwatch": "^0.9.16", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.14", + "resolve": "^1.3.3", + "rollup": "^0.50.0", + "rollup-plugin-alias": "^1.3.1", + "rollup-plugin-babel": "^3.0.2", + "rollup-plugin-buble": "^0.16.0", + "rollup-plugin-commonjs": "^8.0.2", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-node-resolve": "^3.0.0", + "rollup-plugin-replace": "^2.0.0", + "rollup-watch": "^4.0.0", + "selenium-server": "^2.53.1", + "serialize-javascript": "^1.3.0", + "shelljs": "^0.7.8", + "typescript": "^2.5.2", + "uglify-js": "^3.0.15", + "webpack": "^2.6.1", + "weex-js-runtime": "^0.22.0" + }, + "config": { + "commitizen": { + "path": "./node_modules/cz-conventional-changelog" + } + }, + "gitHead": "0948d999f2fddf9f90991956493f976273c5da1f", + "_id": "vue@2.5.0", + "_npmVersion": "5.4.2", + "_nodeVersion": "8.4.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "integrity": "sha512-KngZQLLe/N2Bvl3qu0xgqQHemm9MNz9y73D7yJ5tVavOKyhSgCLARYzrXJzYtoeadUSrItzV36VrHywLGVUx7w==", + "shasum": "7f0706c0804257e8d42e5970e1a36e648483988d", + "tarball": "http://localhost:4872/vue/-/vue-2.5.0.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "s3://npm-registry-packages", + "tmp": "tmp/vue-2.5.0.tgz_1507864062173_0.6368219419382513" + }, + "directories": {} + }, + "2.5.1": { + "name": "vue", + "version": "2.5.1", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "module": "dist/vue.runtime.esm.js", + "unpkg": "dist/vue.js", + "jsdelivr": "dist/vue.js", + "typings": "types/index.d.ts", + "files": [ + "src", + "dist/*.js", + "types/*.d.ts" + ], + "scripts": { + "dev": "rollup -w -c build/config.js --environment TARGET:web-full-dev", + "dev:cjs": "rollup -w -c build/config.js --environment TARGET:web-runtime-cjs", + "dev:esm": "rollup -w -c build/config.js --environment TARGET:web-runtime-esm", + "dev:test": "karma start test/unit/karma.dev.config.js", + "dev:ssr": "rollup -w -c build/config.js --environment TARGET:web-server-renderer", + "dev:compiler": "rollup -w -c build/config.js --environment TARGET:web-compiler ", + "dev:weex": "rollup -w -c build/config.js --environment TARGET:weex-framework", + "dev:weex:factory": "rollup -w -c build/config.js --environment TARGET:weex-factory", + "dev:weex:compiler": "rollup -w -c build/config.js --environment TARGET:weex-compiler ", + "build": "node build/build.js", + "build:ssr": "npm run build -- web-runtime-cjs,web-server-renderer", + "build:weex": "npm run build -- weex", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr && npm run test:weex", + "test:unit": "karma start test/unit/karma.unit.config.js", + "test:cover": "karma start test/unit/karma.cover.config.js", + "test:e2e": "npm run build -- web-full-prod,web-server-basic-renderer && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "karma start test/unit/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && node benchmarks/ssr/renderToString.js && node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh", + "release:weex": "bash build/release-weex.sh", + "release:note": "node build/gen-release-note.js", + "setup": "node build/install-hooks.js", + "commit": "git-cz" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "@types/node": "^8.0.33", + "@types/webpack": "^3.0.13", + "babel-core": "^6.25.0", + "babel-eslint": "^7.2.3", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^7.0.0", + "babel-plugin-istanbul": "^4.1.4", + "babel-plugin-syntax-dynamic-import": "^6.18.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.4.3", + "babel-preset-es2015": "^6.24.1", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.16.0", + "chalk": "^1.1.3", + "chromedriver": "^2.30.1", + "codecov.io": "^0.1.6", + "commitizen": "^2.9.6", + "conventional-changelog": "^1.1.3", + "cross-spawn": "^5.1.0", + "cz-conventional-changelog": "^2.0.0", + "de-indent": "^1.0.2", + "es6-promise": "^4.1.0", + "eslint": "^3.0.0", + "eslint-loader": "^1.7.1", + "eslint-plugin-flowtype": "^2.34.0", + "eslint-plugin-jasmine": "^2.8.4", + "eslint-plugin-vue-libs": "^1.2.0", + "file-loader": "^0.11.2", + "flow-bin": "^0.54.0", + "hash-sum": "^1.0.2", + "he": "^1.1.1", + "http-server": "^0.10.0", + "jasmine": "^2.6.0", + "jasmine-core": "^2.6.3", + "karma": "^1.7.0", + "karma-chrome-launcher": "^2.1.1", + "karma-coverage": "^1.1.1", + "karma-firefox-launcher": "^1.0.1", + "karma-jasmine": "^1.1.0", + "karma-mocha-reporter": "^2.2.3", + "karma-phantomjs-launcher": "^1.0.4", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.1.0", + "karma-sourcemap-loader": "^0.3.7", + "karma-webpack": "^2.0.3", + "lodash": "^4.17.4", + "lodash.template": "^4.4.0", + "lodash.uniq": "^4.5.0", + "lru-cache": "^4.1.1", + "nightwatch": "^0.9.16", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.14", + "resolve": "^1.3.3", + "rollup": "^0.50.0", + "rollup-plugin-alias": "^1.3.1", + "rollup-plugin-babel": "^3.0.2", + "rollup-plugin-buble": "^0.16.0", + "rollup-plugin-commonjs": "^8.0.2", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-node-resolve": "^3.0.0", + "rollup-plugin-replace": "^2.0.0", + "rollup-watch": "^4.0.0", + "selenium-server": "^2.53.1", + "serialize-javascript": "^1.3.0", + "shelljs": "^0.7.8", + "typescript": "^2.5.2", + "uglify-js": "^3.0.15", + "webpack": "^2.6.1", + "weex-js-runtime": "^0.23.0" + }, + "config": { + "commitizen": { + "path": "./node_modules/cz-conventional-changelog" + } + }, + "gitHead": "f865b0d7678beb70765ec8fd560008bebb51b923", + "_id": "vue@2.5.1", + "_npmVersion": "5.4.2", + "_nodeVersion": "8.4.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "integrity": "sha512-gOTOjZZWXxXmYkchkdJ3mKi9AbkwWIc0O9yOQYbEdgigy8YI7eh7h2YS3qnDr4UIjvnrbNPbbS+OjO3Qipl4EQ==", + "shasum": "1d904b18a2bcbbfc68879f105e29d9a4dd715ff8", + "tarball": "http://localhost:4872/vue/-/vue-2.5.1.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "s3://npm-registry-packages", + "tmp": "tmp/vue-2.5.1.tgz_1507904083226_0.8859054057393223" + }, + "directories": {} + }, + "2.5.2": { + "name": "vue", + "version": "2.5.2", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "module": "dist/vue.runtime.esm.js", + "unpkg": "dist/vue.js", + "jsdelivr": "dist/vue.js", + "typings": "types/index.d.ts", + "files": [ + "src", + "dist/*.js", + "types/*.d.ts" + ], + "scripts": { + "dev": "rollup -w -c build/config.js --environment TARGET:web-full-dev", + "dev:cjs": "rollup -w -c build/config.js --environment TARGET:web-runtime-cjs", + "dev:esm": "rollup -w -c build/config.js --environment TARGET:web-runtime-esm", + "dev:test": "karma start test/unit/karma.dev.config.js", + "dev:ssr": "rollup -w -c build/config.js --environment TARGET:web-server-renderer", + "dev:compiler": "rollup -w -c build/config.js --environment TARGET:web-compiler ", + "dev:weex": "rollup -w -c build/config.js --environment TARGET:weex-framework", + "dev:weex:factory": "rollup -w -c build/config.js --environment TARGET:weex-factory", + "dev:weex:compiler": "rollup -w -c build/config.js --environment TARGET:weex-compiler ", + "build": "node build/build.js", + "build:ssr": "npm run build -- web-runtime-cjs,web-server-renderer", + "build:weex": "npm run build -- weex", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr && npm run test:weex", + "test:unit": "karma start test/unit/karma.unit.config.js", + "test:cover": "karma start test/unit/karma.cover.config.js", + "test:e2e": "npm run build -- web-full-prod,web-server-basic-renderer && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "karma start test/unit/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && node benchmarks/ssr/renderToString.js && node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh", + "release:weex": "bash build/release-weex.sh", + "release:note": "node build/gen-release-note.js", + "setup": "node build/install-hooks.js", + "commit": "git-cz" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "@types/node": "^8.0.33", + "@types/webpack": "^3.0.13", + "babel-core": "^6.25.0", + "babel-eslint": "^7.2.3", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^7.0.0", + "babel-plugin-istanbul": "^4.1.4", + "babel-plugin-syntax-dynamic-import": "^6.18.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.4.3", + "babel-preset-es2015": "^6.24.1", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.16.0", + "chalk": "^1.1.3", + "chromedriver": "^2.30.1", + "codecov.io": "^0.1.6", + "commitizen": "^2.9.6", + "conventional-changelog": "^1.1.3", + "cross-spawn": "^5.1.0", + "cz-conventional-changelog": "^2.0.0", + "de-indent": "^1.0.2", + "es6-promise": "^4.1.0", + "eslint": "^3.0.0", + "eslint-loader": "^1.7.1", + "eslint-plugin-flowtype": "^2.34.0", + "eslint-plugin-jasmine": "^2.8.4", + "eslint-plugin-vue-libs": "^1.2.0", + "file-loader": "^0.11.2", + "flow-bin": "^0.54.0", + "hash-sum": "^1.0.2", + "he": "^1.1.1", + "http-server": "^0.10.0", + "jasmine": "^2.6.0", + "jasmine-core": "^2.6.3", + "karma": "^1.7.0", + "karma-chrome-launcher": "^2.1.1", + "karma-coverage": "^1.1.1", + "karma-firefox-launcher": "^1.0.1", + "karma-jasmine": "^1.1.0", + "karma-mocha-reporter": "^2.2.3", + "karma-phantomjs-launcher": "^1.0.4", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.1.0", + "karma-sourcemap-loader": "^0.3.7", + "karma-webpack": "^2.0.3", + "lodash": "^4.17.4", + "lodash.template": "^4.4.0", + "lodash.uniq": "^4.5.0", + "lru-cache": "^4.1.1", + "nightwatch": "^0.9.16", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.14", + "resolve": "^1.3.3", + "rollup": "^0.50.0", + "rollup-plugin-alias": "^1.3.1", + "rollup-plugin-babel": "^3.0.2", + "rollup-plugin-buble": "^0.16.0", + "rollup-plugin-commonjs": "^8.0.2", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-node-resolve": "^3.0.0", + "rollup-plugin-replace": "^2.0.0", + "rollup-watch": "^4.0.0", + "selenium-server": "^2.53.1", + "serialize-javascript": "^1.3.0", + "shelljs": "^0.7.8", + "typescript": "^2.5.2", + "uglify-js": "^3.0.15", + "webpack": "^2.6.1", + "weex-js-runtime": "^0.23.0" + }, + "config": { + "commitizen": { + "path": "./node_modules/cz-conventional-changelog" + } + }, + "gitHead": "471de4a31d229e681cc9dce18632b5bcab944c77", + "_id": "vue@2.5.2", + "_npmVersion": "5.4.2", + "_nodeVersion": "8.4.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "integrity": "sha512-Au9rf8fPkBulFHfZ406UaQDd1jH9fqGRIM+0IHilrXnJ/0TeeMH4SBkNxWf2dGevl2S3aVeu0E/WklEv0/msag==", + "shasum": "fd367a87bae7535e47f9dc5c9ec3b496e5feb5a4", + "tarball": "http://localhost:4872/vue/-/vue-2.5.2.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "s3://npm-registry-packages", + "tmp": "tmp/vue-2.5.2.tgz_1507926072940_0.44964701822027564" + }, + "directories": {} + }, + "2.5.3": { + "name": "vue", + "version": "2.5.3", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "module": "dist/vue.runtime.esm.js", + "unpkg": "dist/vue.js", + "jsdelivr": "dist/vue.js", + "typings": "types/index.d.ts", + "files": [ + "src", + "dist/*.js", + "types/*.d.ts" + ], + "scripts": { + "dev": "rollup -w -c build/config.js --environment TARGET:web-full-dev", + "dev:cjs": "rollup -w -c build/config.js --environment TARGET:web-runtime-cjs", + "dev:esm": "rollup -w -c build/config.js --environment TARGET:web-runtime-esm", + "dev:test": "karma start test/unit/karma.dev.config.js", + "dev:ssr": "rollup -w -c build/config.js --environment TARGET:web-server-renderer", + "dev:compiler": "rollup -w -c build/config.js --environment TARGET:web-compiler ", + "dev:weex": "rollup -w -c build/config.js --environment TARGET:weex-framework", + "dev:weex:factory": "rollup -w -c build/config.js --environment TARGET:weex-factory", + "dev:weex:compiler": "rollup -w -c build/config.js --environment TARGET:weex-compiler ", + "build": "node build/build.js", + "build:ssr": "npm run build -- web-runtime-cjs,web-server-renderer", + "build:weex": "npm run build -- weex", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr && npm run test:weex", + "test:unit": "karma start test/unit/karma.unit.config.js", + "test:cover": "karma start test/unit/karma.cover.config.js", + "test:e2e": "npm run build -- web-full-prod,web-server-basic-renderer && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "karma start test/unit/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && node benchmarks/ssr/renderToString.js && node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh", + "release:weex": "bash build/release-weex.sh", + "release:note": "node build/gen-release-note.js", + "setup": "node build/setup.js", + "commit": "git-cz" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "@types/node": "^8.0.33", + "@types/webpack": "^3.0.13", + "babel-core": "^6.25.0", + "babel-eslint": "^7.2.3", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^7.0.0", + "babel-plugin-istanbul": "^4.1.4", + "babel-plugin-syntax-dynamic-import": "^6.18.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.4.3", + "babel-preset-es2015": "^6.24.1", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.16.0", + "chalk": "^1.1.3", + "chromedriver": "^2.30.1", + "codecov.io": "^0.1.6", + "commitizen": "^2.9.6", + "conventional-changelog": "^1.1.3", + "cross-spawn": "^5.1.0", + "cz-conventional-changelog": "^2.0.0", + "de-indent": "^1.0.2", + "es6-promise": "^4.1.0", + "eslint": "^3.0.0", + "eslint-loader": "^1.7.1", + "eslint-plugin-flowtype": "^2.34.0", + "eslint-plugin-jasmine": "^2.8.4", + "eslint-plugin-vue-libs": "^1.2.0", + "file-loader": "^0.11.2", + "flow-bin": "^0.54.0", + "hash-sum": "^1.0.2", + "he": "^1.1.1", + "http-server": "^0.10.0", + "jasmine": "^2.6.0", + "jasmine-core": "^2.6.3", + "karma": "^1.7.0", + "karma-chrome-launcher": "^2.1.1", + "karma-coverage": "^1.1.1", + "karma-firefox-launcher": "^1.0.1", + "karma-jasmine": "^1.1.0", + "karma-mocha-reporter": "^2.2.3", + "karma-phantomjs-launcher": "^1.0.4", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.1.0", + "karma-sourcemap-loader": "^0.3.7", + "karma-webpack": "^2.0.3", + "lodash": "^4.17.4", + "lodash.template": "^4.4.0", + "lodash.uniq": "^4.5.0", + "lru-cache": "^4.1.1", + "nightwatch": "^0.9.16", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.14", + "resolve": "^1.3.3", + "rollup": "^0.50.0", + "rollup-plugin-alias": "^1.3.1", + "rollup-plugin-babel": "^3.0.2", + "rollup-plugin-buble": "^0.16.0", + "rollup-plugin-commonjs": "^8.0.2", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-node-resolve": "^3.0.0", + "rollup-plugin-replace": "^2.0.0", + "rollup-watch": "^4.0.0", + "selenium-server": "^2.53.1", + "serialize-javascript": "^1.3.0", + "shelljs": "^0.7.8", + "typescript": "^2.5.2", + "uglify-js": "^3.0.15", + "webpack": "^2.6.1", + "weex-js-runtime": "^0.23.0", + "weex-styler": "^0.3.0" + }, + "config": { + "commitizen": { + "path": "./node_modules/cz-conventional-changelog" + } + }, + "gitHead": "2acc12c9edb03329c4d9cddcca26e46c672a77bc", + "_id": "vue@2.5.3", + "_npmVersion": "5.4.2", + "_nodeVersion": "8.4.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "integrity": "sha512-C8O5ZtR9jpwm6sCre3k42/WvuAcil5hH1+c3mJks8kNCYKh57sQh6I5U7m9L0fD89OKkIofmebUORngZkLedNA==", + "shasum": "e1a3b1f49b6e93e574ce040b95cbc873912fecc1", + "tarball": "http://localhost:4872/vue/-/vue-2.5.3.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "s3://npm-registry-packages", + "tmp": "tmp/vue-2.5.3.tgz_1509743497178_0.5528412547428161" + }, + "directories": {} + }, + "2.5.4": { + "name": "vue", + "version": "2.5.4", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "module": "dist/vue.runtime.esm.js", + "unpkg": "dist/vue.js", + "jsdelivr": "dist/vue.js", + "typings": "types/index.d.ts", + "files": [ + "src", + "dist/*.js", + "types/*.d.ts" + ], + "scripts": { + "dev": "rollup -w -c build/config.js --environment TARGET:web-full-dev", + "dev:cjs": "rollup -w -c build/config.js --environment TARGET:web-runtime-cjs", + "dev:esm": "rollup -w -c build/config.js --environment TARGET:web-runtime-esm", + "dev:test": "karma start test/unit/karma.dev.config.js", + "dev:ssr": "rollup -w -c build/config.js --environment TARGET:web-server-renderer", + "dev:compiler": "rollup -w -c build/config.js --environment TARGET:web-compiler ", + "dev:weex": "rollup -w -c build/config.js --environment TARGET:weex-framework", + "dev:weex:factory": "rollup -w -c build/config.js --environment TARGET:weex-factory", + "dev:weex:compiler": "rollup -w -c build/config.js --environment TARGET:weex-compiler ", + "build": "node build/build.js", + "build:ssr": "npm run build -- web-runtime-cjs,web-server-renderer", + "build:weex": "npm run build -- weex", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr && npm run test:weex", + "test:unit": "karma start test/unit/karma.unit.config.js", + "test:cover": "karma start test/unit/karma.cover.config.js", + "test:e2e": "npm run build -- web-full-prod,web-server-basic-renderer && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "karma start test/unit/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && node benchmarks/ssr/renderToString.js && node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh", + "release:weex": "bash build/release-weex.sh", + "release:note": "node build/gen-release-note.js", + "setup": "node build/setup.js", + "commit": "git-cz" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "@types/node": "^8.0.33", + "@types/webpack": "^3.0.13", + "babel-core": "^6.25.0", + "babel-eslint": "^7.2.3", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^7.0.0", + "babel-plugin-istanbul": "^4.1.4", + "babel-plugin-syntax-dynamic-import": "^6.18.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.4.3", + "babel-preset-es2015": "^6.24.1", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.16.0", + "chalk": "^1.1.3", + "chromedriver": "^2.30.1", + "codecov.io": "^0.1.6", + "commitizen": "^2.9.6", + "conventional-changelog": "^1.1.3", + "cross-spawn": "^5.1.0", + "cz-conventional-changelog": "^2.0.0", + "de-indent": "^1.0.2", + "es6-promise": "^4.1.0", + "eslint": "^3.0.0", + "eslint-loader": "^1.7.1", + "eslint-plugin-flowtype": "^2.34.0", + "eslint-plugin-jasmine": "^2.8.4", + "eslint-plugin-vue-libs": "^1.2.0", + "file-loader": "^0.11.2", + "flow-bin": "^0.54.0", + "hash-sum": "^1.0.2", + "he": "^1.1.1", + "http-server": "^0.10.0", + "jasmine": "^2.6.0", + "jasmine-core": "^2.6.3", + "karma": "^1.7.0", + "karma-chrome-launcher": "^2.1.1", + "karma-coverage": "^1.1.1", + "karma-firefox-launcher": "^1.0.1", + "karma-jasmine": "^1.1.0", + "karma-mocha-reporter": "^2.2.3", + "karma-phantomjs-launcher": "^1.0.4", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.1.0", + "karma-sourcemap-loader": "^0.3.7", + "karma-webpack": "^2.0.3", + "lodash": "^4.17.4", + "lodash.template": "^4.4.0", + "lodash.uniq": "^4.5.0", + "lru-cache": "^4.1.1", + "nightwatch": "^0.9.16", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.14", + "resolve": "^1.3.3", + "rollup": "^0.50.0", + "rollup-plugin-alias": "^1.3.1", + "rollup-plugin-babel": "^3.0.2", + "rollup-plugin-buble": "^0.16.0", + "rollup-plugin-commonjs": "^8.0.2", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-node-resolve": "^3.0.0", + "rollup-plugin-replace": "^2.0.0", + "rollup-watch": "^4.0.0", + "selenium-server": "^2.53.1", + "serialize-javascript": "^1.3.0", + "shelljs": "^0.7.8", + "typescript": "^2.5.2", + "uglify-js": "^3.0.15", + "webpack": "^2.6.1", + "weex-js-runtime": "^0.23.0", + "weex-styler": "^0.3.0" + }, + "config": { + "commitizen": { + "path": "./node_modules/cz-conventional-changelog" + } + }, + "gitHead": "a2cd14c765cfb1f881f34911d4fd0540feb09cce", + "_id": "vue@2.5.4", + "_npmVersion": "5.4.2", + "_nodeVersion": "8.4.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "integrity": "sha512-AHCPCJdPe/hP0lEd1j4KKyM5J5Qmihr5eL94AJMbfgSofxXF8izd3dcvLLBSRm1EhCqYf1RhUAKua0uOsp6xGA==", + "shasum": "4405e30b856875553e8fadb0ebf50f51ffc443f5", + "tarball": "http://localhost:4872/vue/-/vue-2.5.4.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "s3://npm-registry-packages", + "tmp": "tmp/vue-2.5.4.tgz_1510862118158_0.23470679740421474" + }, + "directories": {} + }, + "2.5.5": { + "name": "vue", + "version": "2.5.5", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "module": "dist/vue.runtime.esm.js", + "unpkg": "dist/vue.js", + "jsdelivr": "dist/vue.js", + "typings": "types/index.d.ts", + "files": [ + "src", + "dist/*.js", + "types/*.d.ts" + ], + "scripts": { + "dev": "rollup -w -c build/config.js --environment TARGET:web-full-dev", + "dev:cjs": "rollup -w -c build/config.js --environment TARGET:web-runtime-cjs", + "dev:esm": "rollup -w -c build/config.js --environment TARGET:web-runtime-esm", + "dev:test": "karma start test/unit/karma.dev.config.js", + "dev:ssr": "rollup -w -c build/config.js --environment TARGET:web-server-renderer", + "dev:compiler": "rollup -w -c build/config.js --environment TARGET:web-compiler ", + "dev:weex": "rollup -w -c build/config.js --environment TARGET:weex-framework", + "dev:weex:factory": "rollup -w -c build/config.js --environment TARGET:weex-factory", + "dev:weex:compiler": "rollup -w -c build/config.js --environment TARGET:weex-compiler ", + "build": "node build/build.js", + "build:ssr": "npm run build -- web-runtime-cjs,web-server-renderer", + "build:weex": "npm run build -- weex", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr && npm run test:weex", + "test:unit": "karma start test/unit/karma.unit.config.js", + "test:cover": "karma start test/unit/karma.cover.config.js", + "test:e2e": "npm run build -- web-full-prod,web-server-basic-renderer && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "karma start test/unit/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && node benchmarks/ssr/renderToString.js && node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh", + "release:weex": "bash build/release-weex.sh", + "release:note": "node build/gen-release-note.js", + "setup": "node build/setup.js", + "commit": "git-cz" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "@types/node": "^8.0.33", + "@types/webpack": "^3.0.13", + "babel-core": "^6.25.0", + "babel-eslint": "^7.2.3", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^7.0.0", + "babel-plugin-istanbul": "^4.1.4", + "babel-plugin-syntax-dynamic-import": "^6.18.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.4.3", + "babel-preset-es2015": "^6.24.1", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.16.0", + "chalk": "^1.1.3", + "chromedriver": "^2.30.1", + "codecov.io": "^0.1.6", + "commitizen": "^2.9.6", + "conventional-changelog": "^1.1.3", + "cross-spawn": "^5.1.0", + "cz-conventional-changelog": "^2.0.0", + "de-indent": "^1.0.2", + "es6-promise": "^4.1.0", + "eslint": "^3.0.0", + "eslint-loader": "^1.7.1", + "eslint-plugin-flowtype": "^2.34.0", + "eslint-plugin-jasmine": "^2.8.4", + "eslint-plugin-vue-libs": "^1.2.0", + "file-loader": "^0.11.2", + "flow-bin": "^0.54.0", + "hash-sum": "^1.0.2", + "he": "^1.1.1", + "http-server": "^0.10.0", + "jasmine": "^2.6.0", + "jasmine-core": "^2.6.3", + "karma": "^1.7.0", + "karma-chrome-launcher": "^2.1.1", + "karma-coverage": "^1.1.1", + "karma-firefox-launcher": "^1.0.1", + "karma-jasmine": "^1.1.0", + "karma-mocha-reporter": "^2.2.3", + "karma-phantomjs-launcher": "^1.0.4", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.1.0", + "karma-sourcemap-loader": "^0.3.7", + "karma-webpack": "^2.0.3", + "lodash": "^4.17.4", + "lodash.template": "^4.4.0", + "lodash.uniq": "^4.5.0", + "lru-cache": "^4.1.1", + "nightwatch": "^0.9.16", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.14", + "resolve": "^1.3.3", + "rollup": "^0.50.0", + "rollup-plugin-alias": "^1.3.1", + "rollup-plugin-babel": "^3.0.2", + "rollup-plugin-buble": "^0.16.0", + "rollup-plugin-commonjs": "^8.0.2", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-node-resolve": "^3.0.0", + "rollup-plugin-replace": "^2.0.0", + "rollup-watch": "^4.0.0", + "selenium-server": "^2.53.1", + "serialize-javascript": "^1.3.0", + "shelljs": "^0.7.8", + "typescript": "^2.5.2", + "uglify-js": "^3.0.15", + "webpack": "^2.6.1", + "weex-js-runtime": "^0.23.0", + "weex-styler": "^0.3.0" + }, + "config": { + "commitizen": { + "path": "./node_modules/cz-conventional-changelog" + } + }, + "gitHead": "06f121b4735e8c70306c744419287592af295eac", + "_id": "vue@2.5.5", + "_npmVersion": "5.4.2", + "_nodeVersion": "8.4.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "integrity": "sha512-GmuENNfh+QxILBWJbBuclYIIDPoCBbYpspndkBZjyhzc6Pol6I+arHiwqXBD6ml5Kwo7uEIUdDnOcuhdLlAMrw==", + "shasum": "cc3cd9b2a4f1d7356861ae0f71da0e6beb091910", + "tarball": "http://localhost:4872/vue/-/vue-2.5.5.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "s3://npm-registry-packages", + "tmp": "tmp/vue-2.5.5.tgz_1510936623854_0.6424111265223473" + }, + "directories": {} + }, + "2.5.6": { + "name": "vue", + "version": "2.5.6", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "module": "dist/vue.runtime.esm.js", + "unpkg": "dist/vue.js", + "jsdelivr": "dist/vue.js", + "typings": "types/index.d.ts", + "files": [ + "src", + "dist/*.js", + "types/*.d.ts" + ], + "scripts": { + "dev": "rollup -w -c build/config.js --environment TARGET:web-full-dev", + "dev:cjs": "rollup -w -c build/config.js --environment TARGET:web-runtime-cjs", + "dev:esm": "rollup -w -c build/config.js --environment TARGET:web-runtime-esm", + "dev:test": "karma start test/unit/karma.dev.config.js", + "dev:ssr": "rollup -w -c build/config.js --environment TARGET:web-server-renderer", + "dev:compiler": "rollup -w -c build/config.js --environment TARGET:web-compiler ", + "dev:weex": "rollup -w -c build/config.js --environment TARGET:weex-framework", + "dev:weex:factory": "rollup -w -c build/config.js --environment TARGET:weex-factory", + "dev:weex:compiler": "rollup -w -c build/config.js --environment TARGET:weex-compiler ", + "build": "node build/build.js", + "build:ssr": "npm run build -- web-runtime-cjs,web-server-renderer", + "build:weex": "npm run build -- weex", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr && npm run test:weex", + "test:unit": "karma start test/unit/karma.unit.config.js", + "test:cover": "karma start test/unit/karma.cover.config.js", + "test:e2e": "npm run build -- web-full-prod,web-server-basic-renderer && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "karma start test/unit/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && node benchmarks/ssr/renderToString.js && node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh", + "release:weex": "bash build/release-weex.sh", + "release:note": "node build/gen-release-note.js", + "setup": "node build/setup.js", + "commit": "git-cz" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "@types/node": "^8.0.33", + "@types/webpack": "^3.0.13", + "babel-core": "^6.25.0", + "babel-eslint": "^7.2.3", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^7.0.0", + "babel-plugin-istanbul": "^4.1.4", + "babel-plugin-syntax-dynamic-import": "^6.18.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.4.3", + "babel-preset-es2015": "^6.24.1", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.16.0", + "chalk": "^1.1.3", + "chromedriver": "^2.30.1", + "codecov.io": "^0.1.6", + "commitizen": "^2.9.6", + "conventional-changelog": "^1.1.3", + "cross-spawn": "^5.1.0", + "cz-conventional-changelog": "^2.0.0", + "de-indent": "^1.0.2", + "es6-promise": "^4.1.0", + "eslint": "^3.0.0", + "eslint-loader": "^1.7.1", + "eslint-plugin-flowtype": "^2.34.0", + "eslint-plugin-jasmine": "^2.8.4", + "eslint-plugin-vue-libs": "^1.2.0", + "file-loader": "^0.11.2", + "flow-bin": "^0.54.0", + "hash-sum": "^1.0.2", + "he": "^1.1.1", + "http-server": "^0.10.0", + "jasmine": "^2.6.0", + "jasmine-core": "^2.6.3", + "karma": "^1.7.0", + "karma-chrome-launcher": "^2.1.1", + "karma-coverage": "^1.1.1", + "karma-firefox-launcher": "^1.0.1", + "karma-jasmine": "^1.1.0", + "karma-mocha-reporter": "^2.2.3", + "karma-phantomjs-launcher": "^1.0.4", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.1.0", + "karma-sourcemap-loader": "^0.3.7", + "karma-webpack": "^2.0.3", + "lodash": "^4.17.4", + "lodash.template": "^4.4.0", + "lodash.uniq": "^4.5.0", + "lru-cache": "^4.1.1", + "nightwatch": "^0.9.16", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.14", + "resolve": "^1.3.3", + "rollup": "^0.50.0", + "rollup-plugin-alias": "^1.3.1", + "rollup-plugin-babel": "^3.0.2", + "rollup-plugin-buble": "^0.16.0", + "rollup-plugin-commonjs": "^8.0.2", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-node-resolve": "^3.0.0", + "rollup-plugin-replace": "^2.0.0", + "rollup-watch": "^4.0.0", + "selenium-server": "^2.53.1", + "serialize-javascript": "^1.3.0", + "shelljs": "^0.7.8", + "typescript": "^2.5.2", + "uglify-js": "^3.0.15", + "webpack": "^2.6.1", + "weex-js-runtime": "^0.23.0", + "weex-styler": "^0.3.0" + }, + "config": { + "commitizen": { + "path": "./node_modules/cz-conventional-changelog" + } + }, + "gitHead": "b2781205b0271a9b59afe0c816b41c6dbe85f0a3", + "_id": "vue@2.5.6", + "_npmVersion": "5.4.2", + "_nodeVersion": "8.4.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "integrity": "sha512-EnTiSZKkaQmsbpgsWN01VrGYisBXvjU1iqoK2xpUOLdri8vxQyYi5CjRtT33K3JI49WaiG8XnsIGEhNnROj2fQ==", + "shasum": "73654fefa4b37f25dfc657b8b834b44c90822cd7", + "tarball": "http://localhost:4872/vue/-/vue-2.5.6.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "s3://npm-registry-packages", + "tmp": "tmp/vue-2.5.6.tgz_1511034258455_0.17820211220532656" + }, + "directories": {} + }, + "2.5.7": { + "name": "vue", + "version": "2.5.7", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "module": "dist/vue.runtime.esm.js", + "unpkg": "dist/vue.js", + "jsdelivr": "dist/vue.js", + "typings": "types/index.d.ts", + "files": [ + "src", + "dist/*.js", + "types/*.d.ts" + ], + "scripts": { + "dev": "rollup -w -c build/config.js --environment TARGET:web-full-dev", + "dev:cjs": "rollup -w -c build/config.js --environment TARGET:web-runtime-cjs", + "dev:esm": "rollup -w -c build/config.js --environment TARGET:web-runtime-esm", + "dev:test": "karma start test/unit/karma.dev.config.js", + "dev:ssr": "rollup -w -c build/config.js --environment TARGET:web-server-renderer", + "dev:compiler": "rollup -w -c build/config.js --environment TARGET:web-compiler ", + "dev:weex": "rollup -w -c build/config.js --environment TARGET:weex-framework", + "dev:weex:factory": "rollup -w -c build/config.js --environment TARGET:weex-factory", + "dev:weex:compiler": "rollup -w -c build/config.js --environment TARGET:weex-compiler ", + "build": "node build/build.js", + "build:ssr": "npm run build -- web-runtime-cjs,web-server-renderer", + "build:weex": "npm run build -- weex", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr && npm run test:weex", + "test:unit": "karma start test/unit/karma.unit.config.js", + "test:cover": "karma start test/unit/karma.cover.config.js", + "test:e2e": "npm run build -- web-full-prod,web-server-basic-renderer && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "karma start test/unit/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && node benchmarks/ssr/renderToString.js && node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh", + "release:weex": "bash build/release-weex.sh", + "release:note": "node build/gen-release-note.js", + "setup": "node build/setup.js", + "commit": "git-cz" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "@types/node": "^8.0.33", + "@types/webpack": "^3.0.13", + "babel-core": "^6.25.0", + "babel-eslint": "^7.2.3", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^7.0.0", + "babel-plugin-istanbul": "^4.1.4", + "babel-plugin-syntax-dynamic-import": "^6.18.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.4.3", + "babel-preset-es2015": "^6.24.1", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.16.0", + "chalk": "^1.1.3", + "chromedriver": "^2.30.1", + "codecov.io": "^0.1.6", + "commitizen": "^2.9.6", + "conventional-changelog": "^1.1.3", + "cross-spawn": "^5.1.0", + "cz-conventional-changelog": "^2.0.0", + "de-indent": "^1.0.2", + "es6-promise": "^4.1.0", + "eslint": "^3.0.0", + "eslint-loader": "^1.7.1", + "eslint-plugin-flowtype": "^2.34.0", + "eslint-plugin-jasmine": "^2.8.4", + "eslint-plugin-vue-libs": "^1.2.0", + "file-loader": "^0.11.2", + "flow-bin": "^0.54.0", + "hash-sum": "^1.0.2", + "he": "^1.1.1", + "http-server": "^0.10.0", + "jasmine": "^2.6.0", + "jasmine-core": "^2.6.3", + "karma": "^1.7.0", + "karma-chrome-launcher": "^2.1.1", + "karma-coverage": "^1.1.1", + "karma-firefox-launcher": "^1.0.1", + "karma-jasmine": "^1.1.0", + "karma-mocha-reporter": "^2.2.3", + "karma-phantomjs-launcher": "^1.0.4", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.1.0", + "karma-sourcemap-loader": "^0.3.7", + "karma-webpack": "^2.0.3", + "lodash": "^4.17.4", + "lodash.template": "^4.4.0", + "lodash.uniq": "^4.5.0", + "lru-cache": "^4.1.1", + "nightwatch": "^0.9.16", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.14", + "resolve": "^1.3.3", + "rollup": "^0.50.0", + "rollup-plugin-alias": "^1.3.1", + "rollup-plugin-babel": "^3.0.2", + "rollup-plugin-buble": "^0.16.0", + "rollup-plugin-commonjs": "^8.0.2", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-node-resolve": "^3.0.0", + "rollup-plugin-replace": "^2.0.0", + "rollup-watch": "^4.0.0", + "selenium-server": "^2.53.1", + "serialize-javascript": "^1.3.0", + "shelljs": "^0.7.8", + "typescript": "^2.5.2", + "uglify-js": "^3.0.15", + "webpack": "^2.6.1", + "weex-js-runtime": "^0.23.0", + "weex-styler": "^0.3.0" + }, + "config": { + "commitizen": { + "path": "./node_modules/cz-conventional-changelog" + } + }, + "gitHead": "f9f74231a2e064861856396f57dc980a6de376e9", + "_id": "vue@2.5.7", + "_npmVersion": "5.4.2", + "_nodeVersion": "8.4.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "integrity": "sha512-eMsl1hMSw+/1o5+W9LnNKwQqOAhqAW8KfaQcPg0EjczMqU9o53VkLAQ5jk84aSYnOqeBCaLYHs0BB5iqNOuotA==", + "shasum": "313ab26025915d9fdbc39db756548cb4bb50eb44", + "tarball": "http://localhost:4872/vue/-/vue-2.5.7.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "s3://npm-registry-packages", + "tmp": "tmp/vue-2.5.7.tgz_1511207374375_0.18834878643974662" + }, + "directories": {} + }, + "2.5.8": { + "name": "vue", + "version": "2.5.8", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "module": "dist/vue.runtime.esm.js", + "unpkg": "dist/vue.js", + "jsdelivr": "dist/vue.js", + "typings": "types/index.d.ts", + "files": [ + "src", + "dist/*.js", + "types/*.d.ts" + ], + "scripts": { + "dev": "rollup -w -c build/config.js --environment TARGET:web-full-dev", + "dev:cjs": "rollup -w -c build/config.js --environment TARGET:web-runtime-cjs", + "dev:esm": "rollup -w -c build/config.js --environment TARGET:web-runtime-esm", + "dev:test": "karma start test/unit/karma.dev.config.js", + "dev:ssr": "rollup -w -c build/config.js --environment TARGET:web-server-renderer", + "dev:compiler": "rollup -w -c build/config.js --environment TARGET:web-compiler ", + "dev:weex": "rollup -w -c build/config.js --environment TARGET:weex-framework", + "dev:weex:factory": "rollup -w -c build/config.js --environment TARGET:weex-factory", + "dev:weex:compiler": "rollup -w -c build/config.js --environment TARGET:weex-compiler ", + "build": "node build/build.js", + "build:ssr": "npm run build -- web-runtime-cjs,web-server-renderer", + "build:weex": "npm run build -- weex", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr && npm run test:weex", + "test:unit": "karma start test/unit/karma.unit.config.js", + "test:cover": "karma start test/unit/karma.cover.config.js", + "test:e2e": "npm run build -- web-full-prod,web-server-basic-renderer && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "karma start test/unit/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && node benchmarks/ssr/renderToString.js && node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh", + "release:weex": "bash build/release-weex.sh", + "release:note": "node build/gen-release-note.js", + "setup": "node build/setup.js", + "commit": "git-cz" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "@types/node": "^8.0.33", + "@types/webpack": "^3.0.13", + "babel-core": "^6.25.0", + "babel-eslint": "^7.2.3", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^7.0.0", + "babel-plugin-istanbul": "^4.1.4", + "babel-plugin-syntax-dynamic-import": "^6.18.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.4.3", + "babel-preset-es2015": "^6.24.1", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.16.0", + "chalk": "^1.1.3", + "chromedriver": "^2.30.1", + "codecov.io": "^0.1.6", + "commitizen": "^2.9.6", + "conventional-changelog": "^1.1.3", + "cross-spawn": "^5.1.0", + "cz-conventional-changelog": "^2.0.0", + "de-indent": "^1.0.2", + "es6-promise": "^4.1.0", + "eslint": "^3.0.0", + "eslint-loader": "^1.7.1", + "eslint-plugin-flowtype": "^2.34.0", + "eslint-plugin-jasmine": "^2.8.4", + "eslint-plugin-vue-libs": "^1.2.0", + "file-loader": "^0.11.2", + "flow-bin": "^0.54.0", + "hash-sum": "^1.0.2", + "he": "^1.1.1", + "http-server": "^0.10.0", + "jasmine": "^2.6.0", + "jasmine-core": "^2.6.3", + "karma": "^1.7.0", + "karma-chrome-launcher": "^2.1.1", + "karma-coverage": "^1.1.1", + "karma-firefox-launcher": "^1.0.1", + "karma-jasmine": "^1.1.0", + "karma-mocha-reporter": "^2.2.3", + "karma-phantomjs-launcher": "^1.0.4", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.1.0", + "karma-sourcemap-loader": "^0.3.7", + "karma-webpack": "^2.0.3", + "lodash": "^4.17.4", + "lodash.template": "^4.4.0", + "lodash.uniq": "^4.5.0", + "lru-cache": "^4.1.1", + "nightwatch": "^0.9.16", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.14", + "resolve": "^1.3.3", + "rollup": "^0.50.0", + "rollup-plugin-alias": "^1.3.1", + "rollup-plugin-babel": "^3.0.2", + "rollup-plugin-buble": "^0.16.0", + "rollup-plugin-commonjs": "^8.0.2", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-node-resolve": "^3.0.0", + "rollup-plugin-replace": "^2.0.0", + "rollup-watch": "^4.0.0", + "selenium-server": "^2.53.1", + "serialize-javascript": "^1.3.0", + "shelljs": "^0.7.8", + "typescript": "^2.5.2", + "uglify-js": "^3.0.15", + "webpack": "^2.6.1", + "weex-js-runtime": "^0.23.0", + "weex-styler": "^0.3.0" + }, + "config": { + "commitizen": { + "path": "./node_modules/cz-conventional-changelog" + } + }, + "gitHead": "b0bbcbd152782bcc8d5ad5e9c9e5842e1daf1afb", + "_id": "vue@2.5.8", + "_npmVersion": "5.4.2", + "_nodeVersion": "8.4.0", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "integrity": "sha512-aY26SGDHJTCKM+mndzuiQ0dozPpNeWO5Mtq760OrHO0AOiqVHMhzvU5h0LdCkVF9A+vE+DMTm74xSi+sxnMEDg==", + "shasum": "f855c1c27255184a82225f4bef225473e8faf15b", + "tarball": "http://localhost:4872/vue/-/vue-2.5.8.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "s3://npm-registry-packages", + "tmp": "tmp/vue-2.5.8.tgz_1511275347590_0.6677671177312732" + }, + "directories": {} + }, + "2.5.9": { + "name": "vue", + "version": "2.5.9", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "module": "dist/vue.runtime.esm.js", + "unpkg": "dist/vue.js", + "jsdelivr": "dist/vue.js", + "typings": "types/index.d.ts", + "files": [ + "src", + "dist/*.js", + "types/*.d.ts" + ], + "scripts": { + "dev": "rollup -w -c build/config.js --environment TARGET:web-full-dev", + "dev:cjs": "rollup -w -c build/config.js --environment TARGET:web-runtime-cjs", + "dev:esm": "rollup -w -c build/config.js --environment TARGET:web-runtime-esm", + "dev:test": "karma start test/unit/karma.dev.config.js", + "dev:ssr": "rollup -w -c build/config.js --environment TARGET:web-server-renderer", + "dev:compiler": "rollup -w -c build/config.js --environment TARGET:web-compiler ", + "dev:weex": "rollup -w -c build/config.js --environment TARGET:weex-framework", + "dev:weex:factory": "rollup -w -c build/config.js --environment TARGET:weex-factory", + "dev:weex:compiler": "rollup -w -c build/config.js --environment TARGET:weex-compiler ", + "build": "node build/build.js", + "build:ssr": "npm run build -- web-runtime-cjs,web-server-renderer", + "build:weex": "npm run build -- weex", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr && npm run test:weex", + "test:unit": "karma start test/unit/karma.unit.config.js", + "test:cover": "karma start test/unit/karma.cover.config.js", + "test:e2e": "npm run build -- web-full-prod,web-server-basic-renderer && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "karma start test/unit/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && node benchmarks/ssr/renderToString.js && node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh", + "release:weex": "bash build/release-weex.sh", + "release:note": "node build/gen-release-note.js", + "setup": "node build/setup.js", + "commit": "git-cz" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "@types/node": "^8.0.33", + "@types/webpack": "^3.0.13", + "babel-core": "^6.25.0", + "babel-eslint": "^7.2.3", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^7.0.0", + "babel-plugin-istanbul": "^4.1.4", + "babel-plugin-syntax-dynamic-import": "^6.18.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.4.3", + "babel-preset-es2015": "^6.24.1", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.16.0", + "chalk": "^1.1.3", + "chromedriver": "^2.30.1", + "codecov.io": "^0.1.6", + "commitizen": "^2.9.6", + "conventional-changelog": "^1.1.3", + "cross-spawn": "^5.1.0", + "cz-conventional-changelog": "^2.0.0", + "de-indent": "^1.0.2", + "es6-promise": "^4.1.0", + "eslint": "^3.0.0", + "eslint-loader": "^1.7.1", + "eslint-plugin-flowtype": "^2.34.0", + "eslint-plugin-jasmine": "^2.8.4", + "eslint-plugin-vue-libs": "^1.2.0", + "file-loader": "^0.11.2", + "flow-bin": "^0.54.0", + "hash-sum": "^1.0.2", + "he": "^1.1.1", + "http-server": "^0.10.0", + "jasmine": "^2.6.0", + "jasmine-core": "^2.6.3", + "karma": "^1.7.0", + "karma-chrome-launcher": "^2.1.1", + "karma-coverage": "^1.1.1", + "karma-firefox-launcher": "^1.0.1", + "karma-jasmine": "^1.1.0", + "karma-mocha-reporter": "^2.2.3", + "karma-phantomjs-launcher": "^1.0.4", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.1.0", + "karma-sourcemap-loader": "^0.3.7", + "karma-webpack": "^2.0.3", + "lodash": "^4.17.4", + "lodash.template": "^4.4.0", + "lodash.uniq": "^4.5.0", + "lru-cache": "^4.1.1", + "nightwatch": "^0.9.16", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.14", + "resolve": "^1.3.3", + "rollup": "^0.50.0", + "rollup-plugin-alias": "^1.3.1", + "rollup-plugin-babel": "^3.0.2", + "rollup-plugin-buble": "^0.16.0", + "rollup-plugin-commonjs": "^8.0.2", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-node-resolve": "^3.0.0", + "rollup-plugin-replace": "^2.0.0", + "rollup-watch": "^4.0.0", + "selenium-server": "^2.53.1", + "serialize-javascript": "^1.3.0", + "shelljs": "^0.7.8", + "typescript": "^2.6.1", + "uglify-js": "^3.0.15", + "webpack": "^2.6.1", + "weex-js-runtime": "^0.23.0", + "weex-styler": "^0.3.0" + }, + "config": { + "commitizen": { + "path": "./node_modules/cz-conventional-changelog" + } + }, + "gitHead": "d4e0c3ef2444384719638a89f2a25af042b95795", + "_id": "vue@2.5.9", + "_npmVersion": "5.5.1", + "_nodeVersion": "8.9.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "integrity": "sha512-9B9XBpCtj8y5eJFrspIcKxIWt+lG9FMdF8qgyOlUeOIvcS4xSAvcARygbzHA6Pi0KWFj4BvxjtWbuPVWRx/wuA==", + "shasum": "b2380cd040915dca69881dafd121d760952e65f7", + "tarball": "http://localhost:4872/vue/-/vue-2.5.9.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "s3://npm-registry-packages", + "tmp": "tmp/vue-2.5.9.tgz_1511804621853_0.23726037540473044" + }, + "directories": {} + }, + "2.5.10": { + "name": "vue", + "version": "2.5.10", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "module": "dist/vue.runtime.esm.js", + "unpkg": "dist/vue.js", + "jsdelivr": "dist/vue.js", + "typings": "types/index.d.ts", + "files": [ + "src", + "dist/*.js", + "types/*.d.ts" + ], + "scripts": { + "dev": "rollup -w -c build/config.js --environment TARGET:web-full-dev", + "dev:cjs": "rollup -w -c build/config.js --environment TARGET:web-runtime-cjs", + "dev:esm": "rollup -w -c build/config.js --environment TARGET:web-runtime-esm", + "dev:test": "karma start test/unit/karma.dev.config.js", + "dev:ssr": "rollup -w -c build/config.js --environment TARGET:web-server-renderer", + "dev:compiler": "rollup -w -c build/config.js --environment TARGET:web-compiler ", + "dev:weex": "rollup -w -c build/config.js --environment TARGET:weex-framework", + "dev:weex:factory": "rollup -w -c build/config.js --environment TARGET:weex-factory", + "dev:weex:compiler": "rollup -w -c build/config.js --environment TARGET:weex-compiler ", + "build": "node build/build.js", + "build:ssr": "npm run build -- web-runtime-cjs,web-server-renderer", + "build:weex": "npm run build -- weex", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr && npm run test:weex", + "test:unit": "karma start test/unit/karma.unit.config.js", + "test:cover": "karma start test/unit/karma.cover.config.js", + "test:e2e": "npm run build -- web-full-prod,web-server-basic-renderer && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "karma start test/unit/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && node benchmarks/ssr/renderToString.js && node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh", + "release:weex": "bash build/release-weex.sh", + "release:note": "node build/gen-release-note.js", + "setup": "node build/setup.js", + "commit": "git-cz" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "@types/node": "^8.0.33", + "@types/webpack": "^3.0.13", + "babel-core": "^6.25.0", + "babel-eslint": "^7.2.3", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^7.0.0", + "babel-plugin-istanbul": "^4.1.4", + "babel-plugin-syntax-dynamic-import": "^6.18.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.4.3", + "babel-preset-es2015": "^6.24.1", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.16.0", + "chalk": "^1.1.3", + "chromedriver": "^2.30.1", + "codecov.io": "^0.1.6", + "commitizen": "^2.9.6", + "conventional-changelog": "^1.1.3", + "cross-spawn": "^5.1.0", + "cz-conventional-changelog": "^2.0.0", + "de-indent": "^1.0.2", + "es6-promise": "^4.1.0", + "eslint": "^3.0.0", + "eslint-loader": "^1.7.1", + "eslint-plugin-flowtype": "^2.34.0", + "eslint-plugin-jasmine": "^2.8.4", + "eslint-plugin-vue-libs": "^1.2.0", + "file-loader": "^0.11.2", + "flow-bin": "^0.54.0", + "hash-sum": "^1.0.2", + "he": "^1.1.1", + "http-server": "^0.10.0", + "jasmine": "^2.6.0", + "jasmine-core": "^2.6.3", + "karma": "^1.7.0", + "karma-chrome-launcher": "^2.1.1", + "karma-coverage": "^1.1.1", + "karma-firefox-launcher": "^1.0.1", + "karma-jasmine": "^1.1.0", + "karma-mocha-reporter": "^2.2.3", + "karma-phantomjs-launcher": "^1.0.4", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.1.0", + "karma-sourcemap-loader": "^0.3.7", + "karma-webpack": "^2.0.3", + "lodash": "^4.17.4", + "lodash.template": "^4.4.0", + "lodash.uniq": "^4.5.0", + "lru-cache": "^4.1.1", + "nightwatch": "^0.9.16", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.14", + "resolve": "^1.3.3", + "rollup": "^0.50.0", + "rollup-plugin-alias": "^1.3.1", + "rollup-plugin-babel": "^3.0.2", + "rollup-plugin-buble": "^0.16.0", + "rollup-plugin-commonjs": "^8.0.2", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-node-resolve": "^3.0.0", + "rollup-plugin-replace": "^2.0.0", + "rollup-watch": "^4.0.0", + "selenium-server": "^2.53.1", + "serialize-javascript": "^1.3.0", + "shelljs": "^0.7.8", + "typescript": "^2.6.1", + "uglify-js": "^3.0.15", + "webpack": "^2.6.1", + "weex-js-runtime": "^0.23.0", + "weex-styler": "^0.3.0" + }, + "config": { + "commitizen": { + "path": "./node_modules/cz-conventional-changelog" + } + }, + "gitHead": "a5924a53369ec7c04f0638148f60324652c126eb", + "_id": "vue@2.5.10", + "_npmVersion": "5.5.1", + "_nodeVersion": "8.9.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "integrity": "sha512-svnce7F8Oe0cWscno2ABnq5ir3tQoQYXe2CkR7SiNGKmNyBDXhJj9Y7mXUodZytsssIvbooEH9DRrp58cOuWNA==", + "shasum": "dcd772e2594ba994145f2f09522149d9a1e7841a", + "tarball": "http://localhost:4872/vue/-/vue-2.5.10.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "s3://npm-registry-packages", + "tmp": "tmp/vue-2.5.10.tgz_1513120608829_0.06511193164624274" + }, + "directories": {} + }, + "2.5.11": { + "name": "vue", + "version": "2.5.11", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "module": "dist/vue.runtime.esm.js", + "unpkg": "dist/vue.js", + "jsdelivr": "dist/vue.js", + "typings": "types/index.d.ts", + "files": [ + "src", + "dist/*.js", + "types/*.d.ts" + ], + "scripts": { + "dev": "rollup -w -c build/config.js --environment TARGET:web-full-dev", + "dev:cjs": "rollup -w -c build/config.js --environment TARGET:web-runtime-cjs", + "dev:esm": "rollup -w -c build/config.js --environment TARGET:web-runtime-esm", + "dev:test": "karma start test/unit/karma.dev.config.js", + "dev:ssr": "rollup -w -c build/config.js --environment TARGET:web-server-renderer", + "dev:compiler": "rollup -w -c build/config.js --environment TARGET:web-compiler ", + "dev:weex": "rollup -w -c build/config.js --environment TARGET:weex-framework", + "dev:weex:factory": "rollup -w -c build/config.js --environment TARGET:weex-factory", + "dev:weex:compiler": "rollup -w -c build/config.js --environment TARGET:weex-compiler ", + "build": "node build/build.js", + "build:ssr": "npm run build -- web-runtime-cjs,web-server-renderer", + "build:weex": "npm run build -- weex", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr && npm run test:weex", + "test:unit": "karma start test/unit/karma.unit.config.js", + "test:cover": "karma start test/unit/karma.cover.config.js", + "test:e2e": "npm run build -- web-full-prod,web-server-basic-renderer && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "karma start test/unit/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && node benchmarks/ssr/renderToString.js && node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh", + "release:weex": "bash build/release-weex.sh", + "release:note": "node build/gen-release-note.js", + "setup": "node build/setup.js", + "commit": "git-cz" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "@types/node": "^8.0.33", + "@types/webpack": "^3.0.13", + "babel-core": "^6.25.0", + "babel-eslint": "^8.0.3", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^7.0.0", + "babel-plugin-istanbul": "^4.1.4", + "babel-plugin-syntax-dynamic-import": "^6.18.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.4.3", + "babel-preset-es2015": "^6.24.1", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.18.0", + "chalk": "^2.3.0", + "chromedriver": "^2.30.1", + "codecov.io": "^0.1.6", + "commitizen": "^2.9.6", + "conventional-changelog": "^1.1.3", + "cross-spawn": "^5.1.0", + "cz-conventional-changelog": "^2.0.0", + "de-indent": "^1.0.2", + "es6-promise": "^4.1.0", + "eslint": "^4.13.1", + "eslint-loader": "^1.7.1", + "eslint-plugin-flowtype": "^2.34.0", + "eslint-plugin-jasmine": "^2.8.4", + "eslint-plugin-vue-libs": "^2.0.1", + "file-loader": "^1.1.5", + "flow-bin": "^0.61.0", + "hash-sum": "^1.0.2", + "he": "^1.1.1", + "http-server": "^0.10.0", + "jasmine": "^2.6.0", + "jasmine-core": "^2.6.3", + "karma": "^1.7.0", + "karma-chrome-launcher": "^2.1.1", + "karma-coverage": "^1.1.1", + "karma-firefox-launcher": "^1.0.1", + "karma-jasmine": "^1.1.0", + "karma-mocha-reporter": "^2.2.3", + "karma-phantomjs-launcher": "^1.0.4", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.1.0", + "karma-sourcemap-loader": "^0.3.7", + "karma-webpack": "^2.0.3", + "lodash": "^4.17.4", + "lodash.template": "^4.4.0", + "lodash.uniq": "^4.5.0", + "lru-cache": "^4.1.1", + "nightwatch": "^0.9.16", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.14", + "resolve": "^1.3.3", + "rollup": "^0.52.1", + "rollup-plugin-alias": "^1.3.1", + "rollup-plugin-babel": "^3.0.2", + "rollup-plugin-buble": "^0.18.0", + "rollup-plugin-commonjs": "^8.0.2", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-node-resolve": "^3.0.0", + "rollup-plugin-replace": "^2.0.0", + "rollup-watch": "^4.0.0", + "selenium-server": "^2.53.1", + "serialize-javascript": "^1.3.0", + "shelljs": "^0.7.8", + "typescript": "^2.6.1", + "uglify-js": "^3.0.15", + "webpack": "^3.10.0", + "weex-js-runtime": "^0.23.0", + "weex-styler": "^0.3.0" + }, + "config": { + "commitizen": { + "path": "./node_modules/cz-conventional-changelog" + } + }, + "gitHead": "9c01684762445c822956f5764400d14384804db6", + "_id": "vue@2.5.11", + "_npmVersion": "5.5.1", + "_nodeVersion": "8.9.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "integrity": "sha512-FZzUIvJa1jsFSfy6OITgjzoCtnxI8uHkewa2QCCCIgRj7ObsalXKLTf3S5sBP+kyusTctl3fKej+NHoBUCVPlA==", + "shasum": "80ca2657aa81f03545cd8dd5a2f55454641e6405", + "tarball": "http://localhost:4872/vue/-/vue-2.5.11.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "s3://npm-registry-packages", + "tmp": "tmp/vue-2.5.11.tgz_1513270573239_0.7456502984277904" + }, + "directories": {} + }, + "2.5.12": { + "name": "vue", + "version": "2.5.12", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "module": "dist/vue.runtime.esm.js", + "unpkg": "dist/vue.js", + "jsdelivr": "dist/vue.js", + "typings": "types/index.d.ts", + "files": [ + "src", + "dist/*.js", + "types/*.d.ts" + ], + "scripts": { + "dev": "rollup -w -c build/config.js --environment TARGET:web-full-dev", + "dev:cjs": "rollup -w -c build/config.js --environment TARGET:web-runtime-cjs", + "dev:esm": "rollup -w -c build/config.js --environment TARGET:web-runtime-esm", + "dev:test": "karma start test/unit/karma.dev.config.js", + "dev:ssr": "rollup -w -c build/config.js --environment TARGET:web-server-renderer", + "dev:compiler": "rollup -w -c build/config.js --environment TARGET:web-compiler ", + "dev:weex": "rollup -w -c build/config.js --environment TARGET:weex-framework", + "dev:weex:factory": "rollup -w -c build/config.js --environment TARGET:weex-factory", + "dev:weex:compiler": "rollup -w -c build/config.js --environment TARGET:weex-compiler ", + "build": "node build/build.js", + "build:ssr": "npm run build -- web-runtime-cjs,web-server-renderer", + "build:weex": "npm run build -- weex", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr && npm run test:weex", + "test:unit": "karma start test/unit/karma.unit.config.js", + "test:cover": "karma start test/unit/karma.cover.config.js", + "test:e2e": "npm run build -- web-full-prod,web-server-basic-renderer && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "karma start test/unit/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && node benchmarks/ssr/renderToString.js && node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh", + "release:weex": "bash build/release-weex.sh", + "release:note": "node build/gen-release-note.js", + "setup": "node build/setup.js", + "commit": "git-cz" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "@types/node": "^8.0.33", + "@types/webpack": "^3.0.13", + "babel-core": "^6.25.0", + "babel-eslint": "^8.0.3", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^7.0.0", + "babel-plugin-istanbul": "^4.1.4", + "babel-plugin-syntax-dynamic-import": "^6.18.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.4.3", + "babel-preset-es2015": "^6.24.1", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.18.0", + "chalk": "^2.3.0", + "chromedriver": "^2.30.1", + "codecov.io": "^0.1.6", + "commitizen": "^2.9.6", + "conventional-changelog": "^1.1.3", + "cross-spawn": "^5.1.0", + "cz-conventional-changelog": "^2.0.0", + "de-indent": "^1.0.2", + "es6-promise": "^4.1.0", + "eslint": "^4.13.1", + "eslint-loader": "^1.7.1", + "eslint-plugin-flowtype": "^2.34.0", + "eslint-plugin-jasmine": "^2.8.4", + "eslint-plugin-vue-libs": "^2.0.1", + "file-loader": "^1.1.5", + "flow-bin": "^0.61.0", + "hash-sum": "^1.0.2", + "he": "^1.1.1", + "http-server": "^0.10.0", + "jasmine": "^2.6.0", + "jasmine-core": "^2.6.3", + "karma": "^1.7.0", + "karma-chrome-launcher": "^2.1.1", + "karma-coverage": "^1.1.1", + "karma-firefox-launcher": "^1.0.1", + "karma-jasmine": "^1.1.0", + "karma-mocha-reporter": "^2.2.3", + "karma-phantomjs-launcher": "^1.0.4", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.1.0", + "karma-sourcemap-loader": "^0.3.7", + "karma-webpack": "^2.0.3", + "lodash": "^4.17.4", + "lodash.template": "^4.4.0", + "lodash.uniq": "^4.5.0", + "lru-cache": "^4.1.1", + "nightwatch": "^0.9.16", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.14", + "resolve": "^1.3.3", + "rollup": "^0.52.1", + "rollup-plugin-alias": "^1.3.1", + "rollup-plugin-babel": "^3.0.2", + "rollup-plugin-buble": "^0.18.0", + "rollup-plugin-commonjs": "^8.0.2", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-node-resolve": "^3.0.0", + "rollup-plugin-replace": "^2.0.0", + "rollup-watch": "^4.0.0", + "selenium-server": "^2.53.1", + "serialize-javascript": "^1.3.0", + "shelljs": "^0.7.8", + "typescript": "^2.6.1", + "uglify-js": "^3.0.15", + "webpack": "^3.10.0", + "weex-js-runtime": "^0.23.5", + "weex-styler": "^0.3.0" + }, + "config": { + "commitizen": { + "path": "./node_modules/cz-conventional-changelog" + } + }, + "gitHead": "ec2c48cfd58d2e82d37928af533d5d5bfa30b5c4", + "_id": "vue@2.5.12", + "_npmVersion": "5.5.1", + "_nodeVersion": "8.9.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "integrity": "sha512-ouxtzKv/Y1GlUJlWf3jwvEi6jUs5lJQnDjaNzrHtNET9dpLENmF+cFUmfbO3avWQSzvjMpy6EqNAgLMDvZdyGA==", + "shasum": "88bb58307b51d9dd9f772019765c0d110da816e7", + "tarball": "http://localhost:4872/vue/-/vue-2.5.12.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "s3://npm-registry-packages", + "tmp": "tmp/vue-2.5.12.tgz_1513695265097_0.30003517493605614" + }, + "directories": {} + }, + "2.5.13": { + "name": "vue", + "version": "2.5.13", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "module": "dist/vue.runtime.esm.js", + "unpkg": "dist/vue.js", + "jsdelivr": "dist/vue.js", + "typings": "types/index.d.ts", + "files": [ + "src", + "dist/*.js", + "types/*.d.ts" + ], + "scripts": { + "dev": "rollup -w -c build/config.js --environment TARGET:web-full-dev", + "dev:cjs": "rollup -w -c build/config.js --environment TARGET:web-runtime-cjs", + "dev:esm": "rollup -w -c build/config.js --environment TARGET:web-runtime-esm", + "dev:test": "karma start test/unit/karma.dev.config.js", + "dev:ssr": "rollup -w -c build/config.js --environment TARGET:web-server-renderer", + "dev:compiler": "rollup -w -c build/config.js --environment TARGET:web-compiler ", + "dev:weex": "rollup -w -c build/config.js --environment TARGET:weex-framework", + "dev:weex:factory": "rollup -w -c build/config.js --environment TARGET:weex-factory", + "dev:weex:compiler": "rollup -w -c build/config.js --environment TARGET:weex-compiler ", + "build": "node build/build.js", + "build:ssr": "npm run build -- web-runtime-cjs,web-server-renderer", + "build:weex": "npm run build -- weex", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr && npm run test:weex", + "test:unit": "karma start test/unit/karma.unit.config.js", + "test:cover": "karma start test/unit/karma.cover.config.js", + "test:e2e": "npm run build -- web-full-prod,web-server-basic-renderer && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint src build test", + "flow": "flow check", + "sauce": "karma start test/unit/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && node benchmarks/ssr/renderToString.js && node benchmarks/ssr/renderToStream.js", + "release": "bash build/release.sh", + "release:weex": "bash build/release-weex.sh", + "release:note": "node build/gen-release-note.js", + "setup": "node build/setup.js", + "commit": "git-cz" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "@types/node": "^8.0.33", + "@types/webpack": "^3.0.13", + "babel-core": "^6.25.0", + "babel-eslint": "^8.0.3", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^7.0.0", + "babel-plugin-istanbul": "^4.1.4", + "babel-plugin-syntax-dynamic-import": "^6.18.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.4.3", + "babel-preset-es2015": "^6.24.1", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.18.0", + "chalk": "^2.3.0", + "chromedriver": "^2.30.1", + "codecov.io": "^0.1.6", + "commitizen": "^2.9.6", + "conventional-changelog": "^1.1.3", + "cross-spawn": "^5.1.0", + "cz-conventional-changelog": "^2.0.0", + "de-indent": "^1.0.2", + "es6-promise": "^4.1.0", + "eslint": "^4.13.1", + "eslint-loader": "^1.7.1", + "eslint-plugin-flowtype": "^2.34.0", + "eslint-plugin-jasmine": "^2.8.4", + "eslint-plugin-vue-libs": "^2.0.1", + "file-loader": "^1.1.5", + "flow-bin": "^0.61.0", + "hash-sum": "^1.0.2", + "he": "^1.1.1", + "http-server": "^0.10.0", + "jasmine": "^2.6.0", + "jasmine-core": "^2.6.3", + "karma": "^1.7.0", + "karma-chrome-launcher": "^2.1.1", + "karma-coverage": "^1.1.1", + "karma-firefox-launcher": "^1.0.1", + "karma-jasmine": "^1.1.0", + "karma-mocha-reporter": "^2.2.3", + "karma-phantomjs-launcher": "^1.0.4", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.1.0", + "karma-sourcemap-loader": "^0.3.7", + "karma-webpack": "^2.0.3", + "lodash": "^4.17.4", + "lodash.template": "^4.4.0", + "lodash.uniq": "^4.5.0", + "lru-cache": "^4.1.1", + "nightwatch": "^0.9.16", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.14", + "resolve": "^1.3.3", + "rollup": "^0.52.1", + "rollup-plugin-alias": "^1.3.1", + "rollup-plugin-babel": "^3.0.2", + "rollup-plugin-buble": "^0.18.0", + "rollup-plugin-commonjs": "^8.0.2", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-node-resolve": "^3.0.0", + "rollup-plugin-replace": "^2.0.0", + "rollup-watch": "^4.0.0", + "selenium-server": "^2.53.1", + "serialize-javascript": "^1.3.0", + "shelljs": "^0.7.8", + "typescript": "^2.6.1", + "uglify-js": "^3.0.15", + "webpack": "^3.10.0", + "weex-js-runtime": "^0.23.5", + "weex-styler": "^0.3.0" + }, + "config": { + "commitizen": { + "path": "./node_modules/cz-conventional-changelog" + } + }, + "gitHead": "d982e344b39391fe91b6dd91d51b2f0310a45e77", + "_id": "vue@2.5.13", + "_npmVersion": "5.5.1", + "_nodeVersion": "8.9.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "integrity": "sha512-3D+lY7HTkKbtswDM4BBHgqyq+qo8IAEE8lz8va1dz3LLmttjgo0FxairO4r1iN2OBqk8o1FyL4hvzzTFEdQSEw==", + "shasum": "95bd31e20efcf7a7f39239c9aa6787ce8cf578e1", + "tarball": "http://localhost:4872/vue/-/vue-2.5.13.tgz" + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "_npmOperationalInternal": { + "host": "s3://npm-registry-packages", + "tmp": "tmp/vue-2.5.13.tgz_1513710421411_0.02470116876065731" + }, + "directories": {} + }, + "2.5.14": { + "name": "vue", + "version": "2.5.14", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "module": "dist/vue.runtime.esm.js", + "unpkg": "dist/vue.js", + "jsdelivr": "dist/vue.js", + "typings": "types/index.d.ts", + "files": [ + "src", + "dist/*.js", + "types/*.d.ts" + ], + "scripts": { + "dev": "rollup -w -c scripts/config.js --environment TARGET:web-full-dev", + "dev:cjs": "rollup -w -c scripts/config.js --environment TARGET:web-runtime-cjs", + "dev:esm": "rollup -w -c scripts/config.js --environment TARGET:web-runtime-esm", + "dev:test": "karma start test/unit/karma.dev.config.js", + "dev:ssr": "rollup -w -c scripts/config.js --environment TARGET:web-server-renderer", + "dev:compiler": "rollup -w -c scripts/config.js --environment TARGET:web-compiler ", + "dev:weex": "rollup -w -c scripts/config.js --environment TARGET:weex-framework", + "dev:weex:factory": "rollup -w -c scripts/config.js --environment TARGET:weex-factory", + "dev:weex:compiler": "rollup -w -c scripts/config.js --environment TARGET:weex-compiler ", + "build": "node scripts/build.js", + "build:ssr": "npm run build -- web-runtime-cjs,web-server-renderer", + "build:weex": "npm run build -- weex", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr && npm run test:weex", + "test:unit": "karma start test/unit/karma.unit.config.js", + "test:cover": "karma start test/unit/karma.cover.config.js", + "test:e2e": "npm run build -- web-full-prod,web-server-basic-renderer && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint --fix src scripts test", + "flow": "flow check", + "sauce": "karma start test/unit/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && node benchmarks/ssr/renderToString.js && node benchmarks/ssr/renderToStream.js", + "release": "bash scripts/release.sh", + "release:weex": "bash scripts/release-weex.sh", + "release:note": "node scripts/gen-release-note.js", + "commit": "git-cz" + }, + "gitHooks": { + "pre-commit": "lint-staged", + "commit-msg": "node scripts/verify-commit-msg.js" + }, + "lint-staged": { + "*.js": [ + "eslint --fix", + "git add" + ] + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "@types/node": "^8.0.33", + "@types/webpack": "^3.0.13", + "acorn": "^5.2.1", + "babel-core": "^6.25.0", + "babel-eslint": "^8.0.3", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^7.0.0", + "babel-plugin-istanbul": "^4.1.4", + "babel-plugin-syntax-dynamic-import": "^6.18.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.4.3", + "babel-preset-es2015": "^6.24.1", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.19.3", + "chalk": "^2.3.0", + "chromedriver": "^2.30.1", + "codecov": "^3.0.0", + "commitizen": "^2.9.6", + "conventional-changelog": "^1.1.3", + "cross-spawn": "^5.1.0", + "cz-conventional-changelog": "^2.0.0", + "de-indent": "^1.0.2", + "es6-promise": "^4.1.0", + "escodegen": "^1.8.1", + "eslint": "^4.13.1", + "eslint-loader": "^1.7.1", + "eslint-plugin-flowtype": "^2.34.0", + "eslint-plugin-jasmine": "^2.8.4", + "eslint-plugin-vue-libs": "^2.0.1", + "file-loader": "^1.1.5", + "flow-bin": "^0.61.0", + "hash-sum": "^1.0.2", + "he": "^1.1.1", + "http-server": "^0.11.1", + "jasmine": "^2.99.0", + "jasmine-core": "^2.99.0", + "karma": "^2.0.0", + "karma-chrome-launcher": "^2.1.1", + "karma-coverage": "^1.1.1", + "karma-firefox-launcher": "^1.0.1", + "karma-jasmine": "^1.1.0", + "karma-mocha-reporter": "^2.2.3", + "karma-phantomjs-launcher": "^1.0.4", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.1.0", + "karma-sourcemap-loader": "^0.3.7", + "karma-webpack": "^2.0.3", + "lint-staged": "^7.0.0", + "lodash": "^4.17.4", + "lodash.template": "^4.4.0", + "lodash.uniq": "^4.5.0", + "lru-cache": "^4.1.1", + "nightwatch": "^0.9.16", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.14", + "resolve": "^1.3.3", + "rollup": "^0.54.1", + "rollup-plugin-alias": "^1.3.1", + "rollup-plugin-babel": "^3.0.2", + "rollup-plugin-buble": "^0.19.2", + "rollup-plugin-commonjs": "^8.0.0", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-node-resolve": "^3.0.0", + "rollup-plugin-replace": "^2.0.0", + "rollup-watch": "^4.0.0", + "selenium-server": "^2.53.1", + "serialize-javascript": "^1.3.0", + "shelljs": "^0.8.1", + "typescript": "^2.7.1", + "uglify-js": "^3.0.15", + "webpack": "^3.11.0", + "weex-js-runtime": "^0.23.6", + "weex-styler": "^0.3.0", + "yorkie": "^1.0.1" + }, + "config": { + "commitizen": { + "path": "./node_modules/cz-conventional-changelog" + } + }, + "gitHead": "387d2567ebec83db47d2049eec006a1ffc83451a", + "_id": "vue@2.5.14", + "_npmVersion": "5.6.0", + "_nodeVersion": "8.9.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "integrity": "sha512-mVgzSfYvL6WXJhBkZNbJ/hZCJae6gjnnooa7K/HXfBPWKtqpBWHKfZVWV66a7x4JtE5vnQ4P1RW+OeqbWq2pOQ==", + "shasum": "74cb248a471053939abf6cdf2c406d4c311ab5a7", + "tarball": "http://localhost:4872/vue/-/vue-2.5.14.tgz", + "fileCount": 213, + "unpackedSize": 2455707 + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "directories": {}, + "_npmOperationalInternal": { + "host": "s3://npm-registry-packages", + "tmp": "tmp/vue_2.5.14_1520631733384_0.5622873738246064" + } + }, + "2.5.15": { + "name": "vue", + "version": "2.5.15", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "module": "dist/vue.runtime.esm.js", + "unpkg": "dist/vue.js", + "jsdelivr": "dist/vue.js", + "typings": "types/index.d.ts", + "files": [ + "src", + "dist/*.js", + "types/*.d.ts" + ], + "scripts": { + "dev": "rollup -w -c scripts/config.js --environment TARGET:web-full-dev", + "dev:cjs": "rollup -w -c scripts/config.js --environment TARGET:web-runtime-cjs", + "dev:esm": "rollup -w -c scripts/config.js --environment TARGET:web-runtime-esm", + "dev:test": "karma start test/unit/karma.dev.config.js", + "dev:ssr": "rollup -w -c scripts/config.js --environment TARGET:web-server-renderer", + "dev:compiler": "rollup -w -c scripts/config.js --environment TARGET:web-compiler ", + "dev:weex": "rollup -w -c scripts/config.js --environment TARGET:weex-framework", + "dev:weex:factory": "rollup -w -c scripts/config.js --environment TARGET:weex-factory", + "dev:weex:compiler": "rollup -w -c scripts/config.js --environment TARGET:weex-compiler ", + "build": "node scripts/build.js", + "build:ssr": "npm run build -- web-runtime-cjs,web-server-renderer", + "build:weex": "npm run build -- weex", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr && npm run test:weex", + "test:unit": "karma start test/unit/karma.unit.config.js", + "test:cover": "karma start test/unit/karma.cover.config.js", + "test:e2e": "npm run build -- web-full-prod,web-server-basic-renderer && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint --fix src scripts test", + "flow": "flow check", + "sauce": "karma start test/unit/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && node benchmarks/ssr/renderToString.js && node benchmarks/ssr/renderToStream.js", + "release": "bash scripts/release.sh", + "release:weex": "bash scripts/release-weex.sh", + "release:note": "node scripts/gen-release-note.js", + "commit": "git-cz" + }, + "gitHooks": { + "pre-commit": "lint-staged", + "commit-msg": "node scripts/verify-commit-msg.js" + }, + "lint-staged": { + "*.js": [ + "eslint --fix", + "git add" + ] + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "@types/node": "^8.0.33", + "@types/webpack": "^3.0.13", + "acorn": "^5.2.1", + "babel-core": "^6.25.0", + "babel-eslint": "^8.0.3", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^7.0.0", + "babel-plugin-istanbul": "^4.1.4", + "babel-plugin-syntax-dynamic-import": "^6.18.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.4.3", + "babel-preset-es2015": "^6.24.1", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.19.3", + "chalk": "^2.3.0", + "chromedriver": "^2.30.1", + "codecov": "^3.0.0", + "commitizen": "^2.9.6", + "conventional-changelog": "^1.1.3", + "cross-spawn": "^5.1.0", + "cz-conventional-changelog": "^2.0.0", + "de-indent": "^1.0.2", + "es6-promise": "^4.1.0", + "escodegen": "^1.8.1", + "eslint": "^4.13.1", + "eslint-loader": "^1.7.1", + "eslint-plugin-flowtype": "^2.34.0", + "eslint-plugin-jasmine": "^2.8.4", + "eslint-plugin-vue-libs": "^2.0.1", + "file-loader": "^1.1.5", + "flow-bin": "^0.61.0", + "hash-sum": "^1.0.2", + "he": "^1.1.1", + "http-server": "^0.11.1", + "jasmine": "^2.99.0", + "jasmine-core": "^2.99.0", + "karma": "^2.0.0", + "karma-chrome-launcher": "^2.1.1", + "karma-coverage": "^1.1.1", + "karma-firefox-launcher": "^1.0.1", + "karma-jasmine": "^1.1.0", + "karma-mocha-reporter": "^2.2.3", + "karma-phantomjs-launcher": "^1.0.4", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.1.0", + "karma-sourcemap-loader": "^0.3.7", + "karma-webpack": "^2.0.3", + "lint-staged": "^7.0.0", + "lodash": "^4.17.4", + "lodash.template": "^4.4.0", + "lodash.uniq": "^4.5.0", + "lru-cache": "^4.1.1", + "nightwatch": "^0.9.16", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.14", + "resolve": "^1.3.3", + "rollup": "^0.54.1", + "rollup-plugin-alias": "^1.3.1", + "rollup-plugin-babel": "^3.0.2", + "rollup-plugin-buble": "^0.19.2", + "rollup-plugin-commonjs": "^8.0.0", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-node-resolve": "^3.0.0", + "rollup-plugin-replace": "^2.0.0", + "rollup-watch": "^4.0.0", + "selenium-server": "^2.53.1", + "serialize-javascript": "^1.3.0", + "shelljs": "^0.8.1", + "typescript": "^2.7.1", + "uglify-js": "^3.0.15", + "webpack": "^3.11.0", + "weex-js-runtime": "^0.23.6", + "weex-styler": "^0.3.0", + "yorkie": "^1.0.1" + }, + "config": { + "commitizen": { + "path": "./node_modules/cz-conventional-changelog" + } + }, + "gitHead": "af5453cd5e90461531f1711b5ecb6bd47136e7b0", + "_id": "vue@2.5.15", + "_npmVersion": "5.6.0", + "_nodeVersion": "8.9.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "integrity": "sha512-uUcDI147VCQYA/9AqoEECddWdTQgrhnwAd6KDsl0pF1hiLpxqaYqIgArhnegU+QZ18DQrKvZNcR3x2QM1iaroQ==", + "shasum": "fdb67861dde967cd8d1b53116380f2f269b45202", + "tarball": "http://localhost:4872/vue/-/vue-2.5.15.tgz", + "fileCount": 213, + "unpackedSize": 2455943 + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "directories": {}, + "_npmOperationalInternal": { + "host": "s3://npm-registry-packages", + "tmp": "tmp/vue_2.5.15_1520725015621_0.7037534833744525" + } + }, + "2.5.16": { + "name": "vue", + "version": "2.5.16", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "module": "dist/vue.runtime.esm.js", + "unpkg": "dist/vue.js", + "jsdelivr": "dist/vue.js", + "typings": "types/index.d.ts", + "files": [ + "src", + "dist/*.js", + "types/*.d.ts" + ], + "scripts": { + "dev": "rollup -w -c scripts/config.js --environment TARGET:web-full-dev", + "dev:cjs": "rollup -w -c scripts/config.js --environment TARGET:web-runtime-cjs", + "dev:esm": "rollup -w -c scripts/config.js --environment TARGET:web-runtime-esm", + "dev:test": "karma start test/unit/karma.dev.config.js", + "dev:ssr": "rollup -w -c scripts/config.js --environment TARGET:web-server-renderer", + "dev:compiler": "rollup -w -c scripts/config.js --environment TARGET:web-compiler ", + "dev:weex": "rollup -w -c scripts/config.js --environment TARGET:weex-framework", + "dev:weex:factory": "rollup -w -c scripts/config.js --environment TARGET:weex-factory", + "dev:weex:compiler": "rollup -w -c scripts/config.js --environment TARGET:weex-compiler ", + "build": "node scripts/build.js", + "build:ssr": "npm run build -- web-runtime-cjs,web-server-renderer", + "build:weex": "npm run build -- weex", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr && npm run test:weex", + "test:unit": "karma start test/unit/karma.unit.config.js", + "test:cover": "karma start test/unit/karma.cover.config.js", + "test:e2e": "npm run build -- web-full-prod,web-server-basic-renderer && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint --fix src scripts test", + "flow": "flow check", + "sauce": "karma start test/unit/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && node benchmarks/ssr/renderToString.js && node benchmarks/ssr/renderToStream.js", + "release": "bash scripts/release.sh", + "release:weex": "bash scripts/release-weex.sh", + "release:note": "node scripts/gen-release-note.js", + "commit": "git-cz" + }, + "gitHooks": { + "pre-commit": "lint-staged", + "commit-msg": "node scripts/verify-commit-msg.js" + }, + "lint-staged": { + "*.js": [ + "eslint --fix", + "git add" + ] + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You", + "email": "", + "url": "", + "avatar": "\n data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1\n ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYW\n NrZ3JvdW5kPSJuZXcgLTI3IDI0IDEwMCAxMDAiIGhlaWdodD0iMTAwcHgiIGlkPSJ1bmtub3duIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3\n g9Ii0yNyAyNCAxMDAgMTAwIiB3aWR0aD0iMTAwcHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy\n 8yMDAwL3N2ZyIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiIHhtbG5zOnhsaW5rPS\n JodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48Zz48Zz48ZGVmcz48Y2lyY2xlIGN4PSIyMyIgY3k9Ijc0IiBpZD0iY2lyY2xlIi\n ByPSI1MCIvPjwvZGVmcz48dXNlIGZpbGw9IiNGNUVFRTUiIG92ZXJmbG93PSJ2aXNpYmxlIiB4bGluazpocmVmPSIjY2lyY2xlIi8+PGN\n saXBQYXRoIGlkPSJjaXJjbGVfMV8iPjx1c2Ugb3ZlcmZsb3c9InZpc2libGUiIHhsaW5rOmhyZWY9IiNjaXJjbGUiLz48L2NsaXBQYXR\n oPjxnIGNsaXAtcGF0aD0idXJsKCNjaXJjbGVfMV8pIj48ZGVmcz48cGF0aCBkPSJNMzYsOTUuOWMwLDQsNC43LDUuMiw3LjEsNS44Yzc\n uNiwyLDIyLjgsNS45LDIyLjgsNS45YzMuMiwxLjEsNS43LDMuNSw3LjEsNi42djkuOEgtMjd2LTkuOCAgICAgICBjMS4zLTMuMSwzLjk\n tNS41LDcuMS02LjZjMCwwLDE1LjItMy45LDIyLjgtNS45YzIuNC0wLjYsNy4xLTEuOCw3LjEtNS44YzAtNCwwLTEwLjksMC0xMC45aDI\n 2QzM2LDg1LDM2LDkxLjksMzYsOTUuOXoiIGlkPSJzaG91bGRlcnMiLz48L2RlZnM+PHVzZSBmaWxsPSIjRTZDMTlDIiBvdmVyZmxvdz0\n idmlzaWJsZSIgeGxpbms6aHJlZj0iI3Nob3VsZGVycyIvPjxjbGlwUGF0aCBpZD0ic2hvdWxkZXJzXzFfIj48dXNlIG92ZXJmbG93PSJ\n 2aXNpYmxlIiB4bGluazpocmVmPSIjc2hvdWxkZXJzIi8+PC9jbGlwUGF0aD48cGF0aCBjbGlwLXBhdGg9InVybCgjc2hvdWxkZXJzXzF\n fKSIgZD0iTTIzLjIsMzVjMC4xLDAsMC4xLDAsMC4yLDBjMCwwLDAsMCwwLDAgICAgICBjMy4zLDAsOC4yLDAuMiwxMS40LDJjMy4zLD\n EuOSw3LjMsNS42LDguNSwxMi4xYzIuNCwxMy43LTIuMSwzNS40LTYuMyw0Mi40Yy00LDYuNy05LjgsOS4yLTEzLjUsOS40YzAsMC0wL\n jEsMC0wLjEsMCAgICAgIGMtMC4xLDAtMC4xLDAtMC4yLDBjLTAuMSwwLTAuMSwwLTAuMiwwYzAsMC0wLjEsMC0wLjEsMGMtMy43LTAuM\n i05LjUtMi43LTEzLjUtOS40Yy00LjItNy04LjctMjguNy02LjMtNDIuNCAgICAgIGMxLjItNi41LDUuMi0xMC4yLDguNS0xMi4xYzMuM\n i0xLjgsOC4xLTIsMTEuNC0yYzAsMCwwLDAsMCwwQzIzLjEsMzUsMjMuMSwzNSwyMy4yLDM1TDIzLjIsMzV6IiBmaWxsPSIjRDRCMDhDI\n iBpZD0iaGVhZC1zaGFkb3ciLz48L2c+PC9nPjxwYXRoIGQ9Ik0yMi42LDQwYzE5LjEsMCwyMC43LDEzLjgsMjAuOCwxNS4xYzEuMSwxM\n S45LTMsMjguMS02LjgsMzMuN2MtNCw1LjktOS44LDguMS0xMy41LDguMyAgICBjLTAuMiwwLTAuMiwwLTAuMywwYy0wLjEsMC0wLjEs\n MC0wLjIsMEMxOC44LDk2LjgsMTMsOTQuNiw5LDg4LjdjLTMuOC01LjYtNy45LTIxLjgtNi44LTMzLjhDMi4zLDUzLjcsMy41LDQwLDIyL\n jYsNDB6IiBmaWxsPSIjRjJDRUE1IiBpZD0iaGVhZCIvPjwvZz48L3N2Zz4=" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "@types/node": "^8.0.33", + "@types/webpack": "^3.0.13", + "acorn": "^5.2.1", + "babel-core": "^6.25.0", + "babel-eslint": "^8.0.3", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^7.0.0", + "babel-plugin-istanbul": "^4.1.4", + "babel-plugin-syntax-dynamic-import": "^6.18.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.4.3", + "babel-preset-es2015": "^6.24.1", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.19.3", + "chalk": "^2.3.0", + "chromedriver": "^2.30.1", + "codecov": "^3.0.0", + "commitizen": "^2.9.6", + "conventional-changelog": "^1.1.3", + "cross-spawn": "^5.1.0", + "cz-conventional-changelog": "^2.0.0", + "de-indent": "^1.0.2", + "es6-promise": "^4.1.0", + "escodegen": "^1.8.1", + "eslint": "^4.13.1", + "eslint-loader": "^1.7.1", + "eslint-plugin-flowtype": "^2.34.0", + "eslint-plugin-jasmine": "^2.8.4", + "eslint-plugin-vue-libs": "^2.0.1", + "file-loader": "^1.1.5", + "flow-bin": "^0.61.0", + "hash-sum": "^1.0.2", + "he": "^1.1.1", + "http-server": "^0.11.1", + "jasmine": "^2.99.0", + "jasmine-core": "^2.99.0", + "karma": "^2.0.0", + "karma-chrome-launcher": "^2.1.1", + "karma-coverage": "^1.1.1", + "karma-firefox-launcher": "^1.0.1", + "karma-jasmine": "^1.1.0", + "karma-mocha-reporter": "^2.2.3", + "karma-phantomjs-launcher": "^1.0.4", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.1.0", + "karma-sourcemap-loader": "^0.3.7", + "karma-webpack": "^2.0.3", + "lint-staged": "^7.0.0", + "lodash": "^4.17.4", + "lodash.template": "^4.4.0", + "lodash.uniq": "^4.5.0", + "lru-cache": "^4.1.1", + "nightwatch": "^0.9.16", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.14", + "resolve": "^1.3.3", + "rollup": "^0.54.1", + "rollup-plugin-alias": "^1.3.1", + "rollup-plugin-babel": "^3.0.2", + "rollup-plugin-buble": "^0.19.2", + "rollup-plugin-commonjs": "^8.0.0", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-node-resolve": "^3.0.0", + "rollup-plugin-replace": "^2.0.0", + "rollup-watch": "^4.0.0", + "selenium-server": "^2.53.1", + "serialize-javascript": "^1.3.0", + "shelljs": "^0.8.1", + "typescript": "^2.7.1", + "uglify-js": "^3.0.15", + "webpack": "^3.11.0", + "weex-js-runtime": "^0.23.6", + "weex-styler": "^0.3.0", + "yorkie": "^1.0.1" + }, + "config": { + "commitizen": { + "path": "./node_modules/cz-conventional-changelog" + } + }, + "gitHead": "25342194016dc3bcc81cb3e8e229b0fb7ba1d1d6", + "_id": "vue@2.5.16", + "_npmVersion": "5.6.0", + "_nodeVersion": "8.9.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "integrity": "sha512-/ffmsiVuPC8PsWcFkZngdpas19ABm5mh2wA7iDqcltyCTwlgZjHGeJYOXkBMo422iPwIcviOtrTCUpSfXmToLQ==", + "shasum": "07edb75e8412aaeed871ebafa99f4672584a0085", + "tarball": "http://localhost:4872/vue/-/vue-2.5.16.tgz", + "fileCount": 213, + "unpackedSize": 2461504 + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com", + "avatar": "https://www.gravatar.com/avatar/eca93da2c67aadafe35d477aa8f454b8" + } + ], + "directories": {}, + "_npmOperationalInternal": { + "host": "s3://npm-registry-packages", + "tmp": "tmp/vue_2.5.16_1520979268732_0.2632649953358386" + } + }, + "2.5.17-beta.0": { + "name": "vue", + "version": "2.5.17-beta.0", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "module": "dist/vue.runtime.esm.js", + "unpkg": "dist/vue.js", + "jsdelivr": "dist/vue.js", + "typings": "types/index.d.ts", + "files": [ + "src", + "dist/*.js", + "types/*.d.ts" + ], + "scripts": { + "dev": "rollup -w -c scripts/config.js --environment TARGET:web-full-dev", + "dev:cjs": "rollup -w -c scripts/config.js --environment TARGET:web-runtime-cjs", + "dev:esm": "rollup -w -c scripts/config.js --environment TARGET:web-runtime-esm", + "dev:test": "karma start test/unit/karma.dev.config.js", + "dev:ssr": "rollup -w -c scripts/config.js --environment TARGET:web-server-renderer", + "dev:compiler": "rollup -w -c scripts/config.js --environment TARGET:web-compiler ", + "dev:weex": "rollup -w -c scripts/config.js --environment TARGET:weex-framework", + "dev:weex:factory": "rollup -w -c scripts/config.js --environment TARGET:weex-factory", + "dev:weex:compiler": "rollup -w -c scripts/config.js --environment TARGET:weex-compiler ", + "build": "node scripts/build.js", + "build:ssr": "npm run build -- web-runtime-cjs,web-server-renderer", + "build:weex": "npm run build -- weex", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr && npm run test:weex", + "test:unit": "karma start test/unit/karma.unit.config.js", + "test:cover": "karma start test/unit/karma.cover.config.js", + "test:e2e": "npm run build -- web-full-prod,web-server-basic-renderer && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint --fix src scripts test", + "flow": "flow check", + "sauce": "karma start test/unit/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && node benchmarks/ssr/renderToString.js && node benchmarks/ssr/renderToStream.js", + "release": "bash scripts/release.sh", + "release:weex": "bash scripts/release-weex.sh", + "release:note": "node scripts/gen-release-note.js", + "commit": "git-cz" + }, + "gitHooks": { + "pre-commit": "lint-staged", + "commit-msg": "node scripts/verify-commit-msg.js" + }, + "lint-staged": { + "*.js": [ + "eslint --fix", + "git add" + ] + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "@types/node": "^8.0.33", + "@types/webpack": "^3.0.13", + "acorn": "^5.2.1", + "babel-core": "^6.25.0", + "babel-eslint": "^8.0.3", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^7.0.0", + "babel-plugin-istanbul": "^4.1.4", + "babel-plugin-syntax-dynamic-import": "^6.18.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.4.3", + "babel-preset-es2015": "^6.24.1", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.19.3", + "chalk": "^2.3.0", + "chromedriver": "^2.30.1", + "codecov": "^3.0.0", + "commitizen": "^2.9.6", + "conventional-changelog": "^1.1.3", + "cross-spawn": "^5.1.0", + "cz-conventional-changelog": "^2.0.0", + "de-indent": "^1.0.2", + "es6-promise": "^4.1.0", + "escodegen": "^1.8.1", + "eslint": "^4.13.1", + "eslint-loader": "^1.7.1", + "eslint-plugin-flowtype": "^2.34.0", + "eslint-plugin-jasmine": "^2.8.4", + "eslint-plugin-vue-libs": "^2.0.1", + "file-loader": "^1.1.5", + "flow-bin": "^0.61.0", + "hash-sum": "^1.0.2", + "he": "^1.1.1", + "http-server": "^0.11.1", + "jasmine": "^2.99.0", + "jasmine-core": "^2.99.0", + "karma": "^2.0.0", + "karma-chrome-launcher": "^2.1.1", + "karma-coverage": "^1.1.1", + "karma-firefox-launcher": "^1.0.1", + "karma-jasmine": "^1.1.0", + "karma-mocha-reporter": "^2.2.3", + "karma-phantomjs-launcher": "^1.0.4", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.1.0", + "karma-sourcemap-loader": "^0.3.7", + "karma-webpack": "^2.0.3", + "lint-staged": "^7.0.0", + "lodash": "^4.17.4", + "lodash.template": "^4.4.0", + "lodash.uniq": "^4.5.0", + "lru-cache": "^4.1.1", + "nightwatch": "^0.9.16", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.14", + "resolve": "^1.3.3", + "rollup": "^0.54.1", + "rollup-plugin-alias": "^1.3.1", + "rollup-plugin-babel": "^3.0.2", + "rollup-plugin-buble": "^0.19.2", + "rollup-plugin-commonjs": "^8.0.0", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-node-resolve": "^3.0.0", + "rollup-plugin-replace": "^2.0.0", + "rollup-watch": "^4.0.0", + "selenium-server": "^2.53.1", + "serialize-javascript": "^1.3.0", + "shelljs": "^0.8.1", + "typescript": "^2.7.1", + "uglify-js": "^3.0.15", + "webpack": "^3.11.0", + "weex-js-runtime": "^0.23.6", + "weex-styler": "^0.3.0", + "yorkie": "^1.0.1" + }, + "config": { + "commitizen": { + "path": "./node_modules/cz-conventional-changelog" + } + }, + "readmeFilename": "README.md", + "gitHead": "19552a82a636910f4595937141557305ab5d434e", + "_id": "vue@2.5.17-beta.0", + "_npmVersion": "5.6.0", + "_nodeVersion": "8.9.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "integrity": "sha512-9BZOxpRe1TaGLS4oXyrUp3BC1dlc93js/yvnHtOovWzrkrjFMm58X+BCHrA/xgMXSM1iyRTEGoxAURyOUaK1dA==", + "shasum": "b9985447818827306beee146923a1bd64f1bb834", + "tarball": "http://localhost:4872/vue/-/vue-2.5.17-beta.0.tgz", + "fileCount": 213, + "unpackedSize": 2470946 + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + } + ], + "directories": {}, + "_npmOperationalInternal": { + "host": "s3://npm-registry-packages", + "tmp": "tmp/vue_2.5.17-beta.0_1521847753644_0.05241349247412952" + } + } + }, + "time": { + "modified": "2018-05-11T12:10:20.922Z", + "created": "2013-12-07T06:09:46.299Z", + "0.0.0": "2013-12-07T06:09:48.297Z", + "0.6.0": "2013-12-08T00:36:06.595Z", + "0.7.0": "2013-12-24T02:10:40.441Z", + "0.7.1": "2013-12-24T21:58:45.125Z", + "0.7.3": "2014-01-06T19:13:46.961Z", + "0.7.4": "2014-01-10T21:57:04.827Z", + "0.7.5": "2014-01-13T21:04:55.424Z", + "0.7.6": "2014-01-19T03:43:46.191Z", + "0.8.0": "2014-01-27T05:15:59.620Z", + "0.8.1": "2014-02-02T05:49:12.091Z", + "0.8.2": "2014-02-03T22:18:34.108Z", + "0.8.3": "2014-02-06T02:21:37.894Z", + "0.8.4": "2014-02-09T02:39:35.620Z", + "0.8.5": "2014-02-10T22:05:57.196Z", + "0.8.6": "2014-02-14T07:04:48.933Z", + "0.8.7": "2014-02-20T19:02:49.368Z", + "0.8.8": "2014-02-20T22:56:32.861Z", + "0.9.0": "2014-02-25T06:16:32.434Z", + "0.9.1": "2014-02-25T15:34:00.231Z", + "0.9.2": "2014-02-25T22:29:51.748Z", + "0.9.3": "2014-03-02T23:22:22.113Z", + "0.10.0": "2014-03-23T18:53:07.403Z", + "0.10.1": "2014-03-24T08:11:43.379Z", + "0.10.2": "2014-03-25T04:20:04.786Z", + "0.10.3": "2014-03-26T23:13:06.427Z", + "0.10.4": "2014-04-25T19:48:04.430Z", + "0.10.5": "2014-06-06T19:09:26.096Z", + "0.10.6": "2014-07-29T02:42:46.414Z", + "0.11.0-rc": "2014-09-27T01:26:13.384Z", + "0.11.0-rc2": "2014-10-07T17:08:40.846Z", + "0.11.0-rc3": "2014-10-24T16:54:11.017Z", + "0.11.0": "2014-11-07T01:52:49.130Z", + "0.11.1": "2014-12-01T00:25:20.710Z", + "0.11.2": "2014-12-02T02:38:46.620Z", + "0.11.3": "2014-12-02T17:23:08.144Z", + "0.11.4": "2014-12-07T20:44:16.730Z", + "0.11.5": "2015-02-05T21:29:54.653Z", + "0.11.6": "2015-04-18T07:11:26.742Z", + "0.11.7": "2015-04-21T03:19:52.363Z", + "0.11.8": "2015-04-21T20:10:47.755Z", + "0.11.9": "2015-05-06T20:40:14.353Z", + "0.11.10": "2015-05-07T19:00:43.870Z", + "0.12.0-beta1": "2015-05-16T17:25:13.491Z", + "0.12.0-beta2": "2015-05-16T18:22:58.104Z", + "0.12.0-beta3": "2015-05-22T20:08:57.836Z", + "0.12.0-beta4": "2015-05-26T16:51:10.607Z", + "0.12.0-beta5": "2015-05-30T02:27:57.264Z", + "0.12.0-rc": "2015-06-01T20:56:52.316Z", + "0.12.0-rc2": "2015-06-04T19:00:26.474Z", + "0.12.0": "2015-06-12T17:34:35.326Z", + "0.12.0-csp": "2015-06-12T20:50:01.816Z", + "0.12.1": "2015-06-14T05:28:12.433Z", + "0.12.1-csp": "2015-06-14T05:56:45.870Z", + "0.12.1-csp.1": "2015-06-16T17:02:39.526Z", + "0.12.1-csp.2": "2015-06-16T17:14:26.645Z", + "0.12.2": "2015-06-25T14:51:59.565Z", + "0.12.3": "2015-06-25T17:38:09.802Z", + "0.12.4": "2015-06-25T22:26:20.944Z", + "0.12.5": "2015-07-02T15:04:50.935Z", + "0.12.5-csp": "2015-07-03T01:11:03.345Z", + "0.12.6": "2015-07-05T07:48:30.721Z", + "0.12.6-csp": "2015-07-05T08:24:29.694Z", + "0.12.7": "2015-07-07T18:51:27.275Z", + "0.12.7-csp": "2015-07-07T18:54:26.904Z", + "0.12.8": "2015-07-23T15:23:32.611Z", + "0.12.8-csp": "2015-07-23T18:48:02.193Z", + "0.12.9": "2015-07-31T20:31:03.040Z", + "0.12.9-csp": "2015-07-31T21:10:16.053Z", + "0.12.10": "2015-08-10T03:39:18.266Z", + "0.12.10-csp": "2015-08-10T03:58:22.274Z", + "0.12.11": "2015-08-25T16:58:07.841Z", + "0.12.11-csp": "2015-08-25T17:10:02.340Z", + "0.12.12": "2015-08-26T08:48:27.269Z", + "0.12.12-csp": "2015-08-26T09:01:23.742Z", + "1.0.0-alpha.1": "2015-08-31T20:59:27.696Z", + "1.0.0-alpha.2": "2015-09-01T20:24:39.769Z", + "0.12.13": "2015-09-07T20:10:20.284Z", + "0.12.13-csp": "2015-09-07T20:15:03.743Z", + "1.0.0-alpha.3": "2015-09-07T20:21:11.010Z", + "0.12.14": "2015-09-11T18:16:41.183Z", + "0.12.14-csp": "2015-09-11T18:19:13.220Z", + "1.0.0-alpha.4": "2015-09-11T18:27:50.726Z", + "0.12.15": "2015-09-19T21:33:22.503Z", + "0.12.15-csp": "2015-09-19T21:39:37.485Z", + "1.0.0-alpha.5": "2015-09-19T22:14:44.591Z", + "1.0.0-beta.1": "2015-09-21T19:12:57.424Z", + "0.12.16": "2015-09-25T20:20:05.130Z", + "0.12.16-csp": "2015-09-25T20:29:32.399Z", + "1.0.0-alpha.6": "2015-09-25T20:34:58.129Z", + "1.0.0-beta.2": "2015-09-25T20:53:16.825Z", + "1.0.0-alpha.7": "2015-10-02T20:13:10.203Z", + "1.0.0-beta.3": "2015-10-02T20:17:44.825Z", + "1.0.0-alpha.8": "2015-10-11T00:38:39.712Z", + "1.0.0-beta.4": "2015-10-11T00:47:41.951Z", + "1.0.0-rc.1": "2015-10-15T21:14:16.364Z", + "1.0.0-rc.2-migration": "2015-10-23T00:38:54.546Z", + "1.0.0-rc.2": "2015-10-23T00:43:40.605Z", + "1.0.0-csp": "2015-10-27T01:22:14.988Z", + "1.0.0-migration": "2015-10-27T01:31:29.819Z", + "1.0.0": "2015-10-27T01:40:01.625Z", + "1.0.1": "2015-10-27T17:58:37.258Z", + "1.0.2": "2015-10-29T01:46:40.533Z", + "1.0.3": "2015-10-29T02:13:54.069Z", + "1.0.4": "2015-10-31T20:39:46.788Z", + "1.0.5": "2015-11-05T19:36:29.856Z", + "1.0.6": "2015-11-05T19:52:41.356Z", + "1.0.7": "2015-11-06T16:38:13.280Z", + "1.0.8": "2015-11-12T21:58:57.930Z", + "1.0.9": "2015-11-23T19:32:33.193Z", + "1.0.10": "2015-11-23T19:59:21.772Z", + "1.0.10-csp": "2015-11-23T21:59:26.254Z", + "1.0.11": "2015-12-10T05:00:17.976Z", + "1.0.11-csp": "2015-12-11T13:20:49.744Z", + "1.0.12": "2015-12-17T23:12:18.653Z", + "1.0.12-csp": "2015-12-17T23:23:50.790Z", + "1.0.12-csp-1": "2015-12-18T21:35:01.682Z", + "1.0.13": "2015-12-24T22:39:46.324Z", + "1.0.13-csp": "2015-12-25T03:54:53.045Z", + "1.0.14": "2016-01-11T20:12:35.173Z", + "1.0.14-csp": "2016-01-11T20:39:19.998Z", + "1.0.15": "2016-01-18T19:43:57.031Z", + "1.0.15-csp": "2016-01-18T19:52:06.412Z", + "1.0.16": "2016-01-30T09:41:50.987Z", + "1.0.16-csp": "2016-01-30T10:38:42.919Z", + "1.0.17": "2016-02-29T01:17:27.612Z", + "1.0.17-csp": "2016-02-29T02:24:33.094Z", + "1.0.18": "2016-03-18T00:37:50.511Z", + "1.0.18-csp": "2016-03-18T00:54:16.541Z", + "1.0.19": "2016-03-25T07:19:25.592Z", + "1.0.19-csp": "2016-03-25T07:24:11.639Z", + "1.0.20": "2016-03-26T21:20:12.830Z", + "1.0.20-csp": "2016-03-26T21:24:54.499Z", + "1.0.21": "2016-04-07T22:08:12.136Z", + "1.0.21-csp": "2016-04-07T22:11:14.714Z", + "1.0.22": "2016-05-07T21:59:24.459Z", + "1.0.22-csp": "2016-05-07T22:00:53.845Z", + "1.0.23": "2016-05-11T16:20:56.995Z", + "1.0.23-csp": "2016-05-11T16:22:30.910Z", + "1.0.24": "2016-05-11T21:57:37.358Z", + "1.0.24-csp": "2016-05-11T21:59:55.010Z", + "2.0.0-alpha.1": "2016-06-10T23:34:30.472Z", + "2.0.0-alpha.2": "2016-06-13T23:36:54.955Z", + "2.0.0-alpha.3": "2016-06-15T18:22:44.981Z", + "2.0.0-alpha.4": "2016-06-16T17:00:54.200Z", + "1.0.25": "2016-06-16T22:29:30.877Z", + "1.0.25-csp": "2016-06-16T22:37:40.390Z", + "2.0.0-alpha.5": "2016-06-17T18:22:45.156Z", + "2.0.0-alpha.6": "2016-06-22T19:33:28.089Z", + "2.0.0-alpha.7": "2016-06-28T02:24:20.794Z", + "2.0.0-alpha.8": "2016-06-28T09:02:18.167Z", + "1.0.26": "2016-06-28T20:57:34.028Z", + "1.0.26-csp": "2016-06-28T21:42:53.706Z", + "2.0.0-beta.1": "2016-07-07T21:51:47.724Z", + "2.0.0-beta.2": "2016-07-17T05:51:27.401Z", + "2.0.0-beta.3": "2016-07-24T02:45:22.313Z", + "2.0.0-beta.4": "2016-07-26T02:04:31.349Z", + "2.0.0-beta.5": "2016-07-27T04:25:51.572Z", + "2.0.0-beta.6": "2016-08-01T19:27:42.081Z", + "2.0.0-beta.7": "2016-08-05T22:10:35.353Z", + "2.0.0-beta.8": "2016-08-10T04:55:41.561Z", + "2.0.0-rc.1": "2016-08-11T05:43:21.414Z", + "2.0.0-rc.2": "2016-08-16T03:39:15.211Z", + "2.0.0-rc.3": "2016-08-20T18:05:02.596Z", + "2.0.0-rc.4": "2016-08-29T19:49:11.992Z", + "2.0.0-rc.5": "2016-09-08T11:30:00.014Z", + "2.0.0-rc.6": "2016-09-13T13:21:14.193Z", + "1.0.27": "2016-09-23T19:51:40.267Z", + "1.0.27-csp": "2016-09-23T19:53:46.613Z", + "2.0.0-rc.7": "2016-09-23T22:24:58.125Z", + "1.0.28": "2016-09-27T20:45:42.280Z", + "1.0.28-csp": "2016-09-27T20:47:26.372Z", + "2.0.0-rc.8": "2016-09-27T21:08:34.332Z", + "2.0.0": "2016-09-30T18:32:13.071Z", + "2.0.1": "2016-09-30T21:12:13.389Z", + "2.0.2": "2016-10-12T04:54:13.325Z", + "2.0.3": "2016-10-13T09:27:34.643Z", + "2.0.4": "2016-11-04T20:47:12.563Z", + "2.0.5": "2016-11-05T03:47:33.287Z", + "2.0.6": "2016-11-15T23:05:12.674Z", + "2.0.7": "2016-11-16T21:54:34.348Z", + "2.0.8": "2016-11-20T03:15:06.652Z", + "2.1.0": "2016-11-22T16:15:14.206Z", + "2.1.1": "2016-11-23T21:00:48.669Z", + "2.1.2": "2016-11-23T23:42:24.420Z", + "2.1.3": "2016-11-24T00:22:21.218Z", + "2.1.4": "2016-12-02T03:01:28.900Z", + "2.1.5": "2016-12-13T03:09:37.917Z", + "2.1.6": "2016-12-13T17:22:37.865Z", + "2.1.7": "2016-12-24T16:36:26.289Z", + "2.1.8": "2016-12-28T05:54:46.485Z", + "2.1.9": "2017-01-16T23:48:18.241Z", + "2.1.10": "2017-01-17T17:17:23.075Z", + "2.2.0-beta.1": "2017-02-24T04:22:29.318Z", + "2.2.0-beta.2": "2017-02-25T00:01:22.141Z", + "2.2.0": "2017-02-26T04:32:12.374Z", + "2.2.1": "2017-02-26T13:10:58.636Z", + "2.2.2": "2017-03-09T04:23:54.613Z", + "2.2.3": "2017-03-13T08:08:12.196Z", + "2.2.4": "2017-03-13T15:08:23.692Z", + "2.2.5": "2017-03-24T04:53:46.566Z", + "2.2.6": "2017-03-27T02:46:27.224Z", + "2.3.0-beta.1": "2017-04-26T10:32:45.472Z", + "2.3.0": "2017-04-27T06:22:30.251Z", + "2.3.1": "2017-05-02T07:59:33.809Z", + "2.3.2": "2017-05-02T10:30:25.167Z", + "2.3.3": "2017-05-09T16:57:59.102Z", + "2.3.4": "2017-06-08T04:54:50.550Z", + "2.4.0": "2017-07-13T05:59:58.195Z", + "2.4.1": "2017-07-13T06:40:52.424Z", + "2.4.2": "2017-07-21T04:28:43.739Z", + "2.4.3": "2017-09-13T07:57:40.361Z", + "2.4.4": "2017-09-14T15:32:52.487Z", + "2.5.0": "2017-10-13T03:07:43.841Z", + "2.5.1": "2017-10-13T14:14:44.817Z", + "2.5.2": "2017-10-13T20:21:14.556Z", + "2.5.3": "2017-11-03T21:11:37.399Z", + "2.5.4": "2017-11-16T19:55:19.757Z", + "2.5.5": "2017-11-17T16:37:05.558Z", + "2.5.6": "2017-11-18T19:44:18.720Z", + "2.5.7": "2017-11-20T19:49:36.077Z", + "2.5.8": "2017-11-21T14:42:29.228Z", + "2.5.9": "2017-11-27T17:43:43.727Z", + "2.5.10": "2017-12-12T23:16:50.457Z", + "2.5.11": "2017-12-14T16:56:14.790Z", + "2.5.12": "2017-12-19T14:54:26.793Z", + "2.5.13": "2017-12-19T19:07:03.185Z", + "2.5.14": "2018-03-09T21:42:13.463Z", + "2.5.15": "2018-03-10T23:36:55.780Z", + "2.5.16": "2018-03-13T22:14:28.959Z", + "2.5.17-beta.0": "2018-03-23T23:29:13.819Z" + }, + "dist-tags": { + "latest": "2.5.16", + "csp": "1.0.28-csp", + "beta": "2.5.17-beta.0" + }, + "_uplinks": { + "npmjs": { + "etag": "W/\"7adcccc860251cd1e57b408f03a4a1d6\"", + "fetched": 1529779933724 + } + }, + "_id": "vue", + "latest": { + "name": "vue", + "version": "2.5.16", + "description": "Reactive, component-oriented view layer for modern web interfaces.", + "main": "dist/vue.runtime.common.js", + "module": "dist/vue.runtime.esm.js", + "unpkg": "dist/vue.js", + "jsdelivr": "dist/vue.js", + "typings": "types/index.d.ts", + "files": [ + "src", + "dist/*.js", + "types/*.d.ts" + ], + "scripts": { + "dev": "rollup -w -c scripts/config.js --environment TARGET:web-full-dev", + "dev:cjs": "rollup -w -c scripts/config.js --environment TARGET:web-runtime-cjs", + "dev:esm": "rollup -w -c scripts/config.js --environment TARGET:web-runtime-esm", + "dev:test": "karma start test/unit/karma.dev.config.js", + "dev:ssr": "rollup -w -c scripts/config.js --environment TARGET:web-server-renderer", + "dev:compiler": "rollup -w -c scripts/config.js --environment TARGET:web-compiler ", + "dev:weex": "rollup -w -c scripts/config.js --environment TARGET:weex-framework", + "dev:weex:factory": "rollup -w -c scripts/config.js --environment TARGET:weex-factory", + "dev:weex:compiler": "rollup -w -c scripts/config.js --environment TARGET:weex-compiler ", + "build": "node scripts/build.js", + "build:ssr": "npm run build -- web-runtime-cjs,web-server-renderer", + "build:weex": "npm run build -- weex", + "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr && npm run test:weex", + "test:unit": "karma start test/unit/karma.unit.config.js", + "test:cover": "karma start test/unit/karma.cover.config.js", + "test:e2e": "npm run build -- web-full-prod,web-server-basic-renderer && node test/e2e/runner.js", + "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", + "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", + "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", + "test:types": "tsc -p ./types/test/tsconfig.json", + "lint": "eslint --fix src scripts test", + "flow": "flow check", + "sauce": "karma start test/unit/karma.sauce.config.js", + "bench:ssr": "npm run build:ssr && node benchmarks/ssr/renderToString.js && node benchmarks/ssr/renderToStream.js", + "release": "bash scripts/release.sh", + "release:weex": "bash scripts/release-weex.sh", + "release:note": "node scripts/gen-release-note.js", + "commit": "git-cz" + }, + "gitHooks": { + "pre-commit": "lint-staged", + "commit-msg": "node scripts/verify-commit-msg.js" + }, + "lint-staged": { + "*.js": [ + "eslint --fix", + "git add" + ] + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue.git" + }, + "keywords": [ + "vue" + ], + "author": { + "name": "Evan You", + "email": "", + "url": "", + "avatar": "\n data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1\n ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYW\n NrZ3JvdW5kPSJuZXcgLTI3IDI0IDEwMCAxMDAiIGhlaWdodD0iMTAwcHgiIGlkPSJ1bmtub3duIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3\n g9Ii0yNyAyNCAxMDAgMTAwIiB3aWR0aD0iMTAwcHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy\n 8yMDAwL3N2ZyIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiIHhtbG5zOnhsaW5rPS\n JodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48Zz48Zz48ZGVmcz48Y2lyY2xlIGN4PSIyMyIgY3k9Ijc0IiBpZD0iY2lyY2xlIi\n ByPSI1MCIvPjwvZGVmcz48dXNlIGZpbGw9IiNGNUVFRTUiIG92ZXJmbG93PSJ2aXNpYmxlIiB4bGluazpocmVmPSIjY2lyY2xlIi8+PGN\n saXBQYXRoIGlkPSJjaXJjbGVfMV8iPjx1c2Ugb3ZlcmZsb3c9InZpc2libGUiIHhsaW5rOmhyZWY9IiNjaXJjbGUiLz48L2NsaXBQYXR\n oPjxnIGNsaXAtcGF0aD0idXJsKCNjaXJjbGVfMV8pIj48ZGVmcz48cGF0aCBkPSJNMzYsOTUuOWMwLDQsNC43LDUuMiw3LjEsNS44Yzc\n uNiwyLDIyLjgsNS45LDIyLjgsNS45YzMuMiwxLjEsNS43LDMuNSw3LjEsNi42djkuOEgtMjd2LTkuOCAgICAgICBjMS4zLTMuMSwzLjk\n tNS41LDcuMS02LjZjMCwwLDE1LjItMy45LDIyLjgtNS45YzIuNC0wLjYsNy4xLTEuOCw3LjEtNS44YzAtNCwwLTEwLjksMC0xMC45aDI\n 2QzM2LDg1LDM2LDkxLjksMzYsOTUuOXoiIGlkPSJzaG91bGRlcnMiLz48L2RlZnM+PHVzZSBmaWxsPSIjRTZDMTlDIiBvdmVyZmxvdz0\n idmlzaWJsZSIgeGxpbms6aHJlZj0iI3Nob3VsZGVycyIvPjxjbGlwUGF0aCBpZD0ic2hvdWxkZXJzXzFfIj48dXNlIG92ZXJmbG93PSJ\n 2aXNpYmxlIiB4bGluazpocmVmPSIjc2hvdWxkZXJzIi8+PC9jbGlwUGF0aD48cGF0aCBjbGlwLXBhdGg9InVybCgjc2hvdWxkZXJzXzF\n fKSIgZD0iTTIzLjIsMzVjMC4xLDAsMC4xLDAsMC4yLDBjMCwwLDAsMCwwLDAgICAgICBjMy4zLDAsOC4yLDAuMiwxMS40LDJjMy4zLD\n EuOSw3LjMsNS42LDguNSwxMi4xYzIuNCwxMy43LTIuMSwzNS40LTYuMyw0Mi40Yy00LDYuNy05LjgsOS4yLTEzLjUsOS40YzAsMC0wL\n jEsMC0wLjEsMCAgICAgIGMtMC4xLDAtMC4xLDAtMC4yLDBjLTAuMSwwLTAuMSwwLTAuMiwwYzAsMC0wLjEsMC0wLjEsMGMtMy43LTAuM\n i05LjUtMi43LTEzLjUtOS40Yy00LjItNy04LjctMjguNy02LjMtNDIuNCAgICAgIGMxLjItNi41LDUuMi0xMC4yLDguNS0xMi4xYzMuM\n i0xLjgsOC4xLTIsMTEuNC0yYzAsMCwwLDAsMCwwQzIzLjEsMzUsMjMuMSwzNSwyMy4yLDM1TDIzLjIsMzV6IiBmaWxsPSIjRDRCMDhDI\n iBpZD0iaGVhZC1zaGFkb3ciLz48L2c+PC9nPjxwYXRoIGQ9Ik0yMi42LDQwYzE5LjEsMCwyMC43LDEzLjgsMjAuOCwxNS4xYzEuMSwxM\n S45LTMsMjguMS02LjgsMzMuN2MtNCw1LjktOS44LDguMS0xMy41LDguMyAgICBjLTAuMiwwLTAuMiwwLTAuMywwYy0wLjEsMC0wLjEs\n MC0wLjIsMEMxOC44LDk2LjgsMTMsOTQuNiw5LDg4LjdjLTMuOC01LjYtNy45LTIxLjgtNi44LTMzLjhDMi4zLDUzLjcsMy41LDQwLDIyL\n jYsNDB6IiBmaWxsPSIjRjJDRUE1IiBpZD0iaGVhZCIvPjwvZz48L3N2Zz4=" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue/issues" + }, + "homepage": "https://github.com/vuejs/vue#readme", + "devDependencies": { + "@types/node": "^8.0.33", + "@types/webpack": "^3.0.13", + "acorn": "^5.2.1", + "babel-core": "^6.25.0", + "babel-eslint": "^8.0.3", + "babel-helper-vue-jsx-merge-props": "^2.0.2", + "babel-loader": "^7.0.0", + "babel-plugin-istanbul": "^4.1.4", + "babel-plugin-syntax-dynamic-import": "^6.18.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-vue-jsx": "^3.4.3", + "babel-preset-es2015": "^6.24.1", + "babel-preset-flow-vue": "^1.0.0", + "buble": "^0.19.3", + "chalk": "^2.3.0", + "chromedriver": "^2.30.1", + "codecov": "^3.0.0", + "commitizen": "^2.9.6", + "conventional-changelog": "^1.1.3", + "cross-spawn": "^5.1.0", + "cz-conventional-changelog": "^2.0.0", + "de-indent": "^1.0.2", + "es6-promise": "^4.1.0", + "escodegen": "^1.8.1", + "eslint": "^4.13.1", + "eslint-loader": "^1.7.1", + "eslint-plugin-flowtype": "^2.34.0", + "eslint-plugin-jasmine": "^2.8.4", + "eslint-plugin-vue-libs": "^2.0.1", + "file-loader": "^1.1.5", + "flow-bin": "^0.61.0", + "hash-sum": "^1.0.2", + "he": "^1.1.1", + "http-server": "^0.11.1", + "jasmine": "^2.99.0", + "jasmine-core": "^2.99.0", + "karma": "^2.0.0", + "karma-chrome-launcher": "^2.1.1", + "karma-coverage": "^1.1.1", + "karma-firefox-launcher": "^1.0.1", + "karma-jasmine": "^1.1.0", + "karma-mocha-reporter": "^2.2.3", + "karma-phantomjs-launcher": "^1.0.4", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.1.0", + "karma-sourcemap-loader": "^0.3.7", + "karma-webpack": "^2.0.3", + "lint-staged": "^7.0.0", + "lodash": "^4.17.4", + "lodash.template": "^4.4.0", + "lodash.uniq": "^4.5.0", + "lru-cache": "^4.1.1", + "nightwatch": "^0.9.16", + "nightwatch-helpers": "^1.2.0", + "phantomjs-prebuilt": "^2.1.14", + "resolve": "^1.3.3", + "rollup": "^0.54.1", + "rollup-plugin-alias": "^1.3.1", + "rollup-plugin-babel": "^3.0.2", + "rollup-plugin-buble": "^0.19.2", + "rollup-plugin-commonjs": "^8.0.0", + "rollup-plugin-flow-no-whitespace": "^1.0.0", + "rollup-plugin-node-resolve": "^3.0.0", + "rollup-plugin-replace": "^2.0.0", + "rollup-watch": "^4.0.0", + "selenium-server": "^2.53.1", + "serialize-javascript": "^1.3.0", + "shelljs": "^0.8.1", + "typescript": "^2.7.1", + "uglify-js": "^3.0.15", + "webpack": "^3.11.0", + "weex-js-runtime": "^0.23.6", + "weex-styler": "^0.3.0", + "yorkie": "^1.0.1" + }, + "config": { + "commitizen": { + "path": "./node_modules/cz-conventional-changelog" + } + }, + "gitHead": "25342194016dc3bcc81cb3e8e229b0fb7ba1d1d6", + "_id": "vue@2.5.16", + "_npmVersion": "5.6.0", + "_nodeVersion": "8.9.1", + "_npmUser": { + "name": "yyx990803", + "email": "yyx990803@gmail.com" + }, + "dist": { + "integrity": "sha512-/ffmsiVuPC8PsWcFkZngdpas19ABm5mh2wA7iDqcltyCTwlgZjHGeJYOXkBMo422iPwIcviOtrTCUpSfXmToLQ==", + "shasum": "07edb75e8412aaeed871ebafa99f4672584a0085", + "tarball": "http://localhost:4872/vue/-/vue-2.5.16.tgz", + "fileCount": 213, + "unpackedSize": 2461504 + }, + "maintainers": [ + { + "name": "yyx990803", + "email": "yyx990803@gmail.com", + "avatar": "https://www.gravatar.com/avatar/eca93da2c67aadafe35d477aa8f454b8" + } + ], + "directories": {}, + "_npmOperationalInternal": { + "host": "s3://npm-registry-packages", + "tmp": "tmp/vue_2.5.16_1520979268732_0.2632649953358386" + } + } +} diff --git a/tsconfig.json b/tsconfig.json index 2ca95b4..bd726ad 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,6 +9,7 @@ "allowSyntheticDefaultImports": true, "jsx": "react", "allowJs": true, + "resolveJsonModule": true, "checkJs": false, "esModuleInterop": true, "baseUrl": ".", @@ -18,6 +19,6 @@ "types/*.d.ts", "scripts/lib", "node_modules/config" ], "exclude": [ - "node_modules", + "node_modules" ] } diff --git a/yarn.lock b/yarn.lock index 56ae08b..a0d4515 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1359,48 +1359,58 @@ chalk "^2.0.1" slash "^2.0.0" -"@jest/core@^24.8.0": - version "24.8.0" - resolved "https://registry.verdaccio.org/@jest%2fcore/-/core-24.8.0.tgz#fbbdcd42a41d0d39cddbc9f520c8bab0c33eed5b" - integrity sha512-R9rhAJwCBQzaRnrRgAdVfnglUuATXdwTRsYqs6NMdVcAl5euG8LtWDe+fVkN27YfKVBW61IojVsXKaOmSnqd/A== +"@jest/console@^24.9.0": + version "24.9.0" + resolved "https://registry.verdaccio.org/@jest%2fconsole/-/console-24.9.0.tgz#79b1bc06fb74a8cfb01cbdedf945584b1b9707f0" + integrity sha512-Zuj6b8TnKXi3q4ymac8EQfc3ea/uhLeCGThFqXeC8H9/raaH8ARPUTdId+XyGd03Z4In0/VjD2OYFcBF09fNLQ== + dependencies: + "@jest/source-map" "^24.9.0" + chalk "^2.0.1" + slash "^2.0.0" + +"@jest/core@^24.9.0": + version "24.9.0" + resolved "https://registry.verdaccio.org/@jest%2fcore/-/core-24.9.0.tgz#2ceccd0b93181f9c4850e74f2a9ad43d351369c4" + integrity sha512-Fogg3s4wlAr1VX7q+rhV9RVnUv5tD7VuWfYy1+whMiWUrvl7U3QJSJyWcDio9Lq2prqYsZaeTv2Rz24pWGkJ2A== dependencies: "@jest/console" "^24.7.1" - "@jest/reporters" "^24.8.0" - "@jest/test-result" "^24.8.0" - "@jest/transform" "^24.8.0" - "@jest/types" "^24.8.0" + "@jest/reporters" "^24.9.0" + "@jest/test-result" "^24.9.0" + "@jest/transform" "^24.9.0" + "@jest/types" "^24.9.0" ansi-escapes "^3.0.0" chalk "^2.0.1" exit "^0.1.2" graceful-fs "^4.1.15" - jest-changed-files "^24.8.0" - jest-config "^24.8.0" - jest-haste-map "^24.8.0" - jest-message-util "^24.8.0" + jest-changed-files "^24.9.0" + jest-config "^24.9.0" + jest-haste-map "^24.9.0" + jest-message-util "^24.9.0" jest-regex-util "^24.3.0" - jest-resolve-dependencies "^24.8.0" - jest-runner "^24.8.0" - jest-runtime "^24.8.0" - jest-snapshot "^24.8.0" - jest-util "^24.8.0" - jest-validate "^24.8.0" - jest-watcher "^24.8.0" + jest-resolve "^24.9.0" + jest-resolve-dependencies "^24.9.0" + jest-runner "^24.9.0" + jest-runtime "^24.9.0" + jest-snapshot "^24.9.0" + jest-util "^24.9.0" + jest-validate "^24.9.0" + jest-watcher "^24.9.0" micromatch "^3.1.10" p-each-series "^1.0.0" - pirates "^4.0.1" realpath-native "^1.1.0" rimraf "^2.5.4" + slash "^2.0.0" strip-ansi "^5.0.0" -"@jest/environment@^24.8.0": - version "24.8.0" - resolved "https://registry.verdaccio.org/@jest%2fenvironment/-/environment-24.8.0.tgz#0342261383c776bdd652168f68065ef144af0eac" - integrity sha512-vlGt2HLg7qM+vtBrSkjDxk9K0YtRBi7HfRFaDxoRtyi+DyVChzhF20duvpdAnKVBV6W5tym8jm0U9EfXbDk1tw== +"@jest/environment@^24.9.0": + version "24.9.0" + resolved "https://registry.verdaccio.org/@jest%2fenvironment/-/environment-24.9.0.tgz#21e3afa2d65c0586cbd6cbefe208bafade44ab18" + integrity sha512-5A1QluTPhvdIPFYnO3sZC3smkNeXPVELz7ikPbhUj0bQjB07EoE9qtLrem14ZUYWdVayYbsjVwIiL4WBIMV4aQ== dependencies: - "@jest/fake-timers" "^24.8.0" - "@jest/transform" "^24.8.0" - "@jest/types" "^24.8.0" - jest-mock "^24.8.0" + "@jest/fake-timers" "^24.9.0" + "@jest/transform" "^24.9.0" + "@jest/types" "^24.9.0" + jest-mock "^24.9.0" "@jest/fake-timers@^24.8.0": version "24.8.0" @@ -1411,15 +1421,24 @@ jest-message-util "^24.8.0" jest-mock "^24.8.0" -"@jest/reporters@^24.8.0": - version "24.8.0" - resolved "https://registry.verdaccio.org/@jest%2freporters/-/reporters-24.8.0.tgz#075169cd029bddec54b8f2c0fc489fd0b9e05729" - integrity sha512-eZ9TyUYpyIIXfYCrw0UHUWUvE35vx5I92HGMgS93Pv7du+GHIzl+/vh8Qj9MCWFK/4TqyttVBPakWMOfZRIfxw== +"@jest/fake-timers@^24.9.0": + version "24.9.0" + resolved "https://registry.verdaccio.org/@jest%2ffake-timers/-/fake-timers-24.9.0.tgz#ba3e6bf0eecd09a636049896434d306636540c93" + integrity sha512-eWQcNa2YSwzXWIMC5KufBh3oWRIijrQFROsIqt6v/NS9Io/gknw1jsAC9c+ih/RQX4A3O7SeWAhQeN0goKhT9A== dependencies: - "@jest/environment" "^24.8.0" - "@jest/test-result" "^24.8.0" - "@jest/transform" "^24.8.0" - "@jest/types" "^24.8.0" + "@jest/types" "^24.9.0" + jest-message-util "^24.9.0" + jest-mock "^24.9.0" + +"@jest/reporters@^24.9.0": + version "24.9.0" + resolved "https://registry.verdaccio.org/@jest%2freporters/-/reporters-24.9.0.tgz#86660eff8e2b9661d042a8e98a028b8d631a5b43" + integrity sha512-mu4X0yjaHrffOsWmVLzitKmmmWSQ3GGuefgNscUSWNiUNcEOSEQk9k3pERKEQVBb0Cnn88+UESIsZEMH3o88Gw== + dependencies: + "@jest/environment" "^24.9.0" + "@jest/test-result" "^24.9.0" + "@jest/transform" "^24.9.0" + "@jest/types" "^24.9.0" chalk "^2.0.1" exit "^0.1.2" glob "^7.1.2" @@ -1427,13 +1446,13 @@ istanbul-lib-instrument "^3.0.1" istanbul-lib-report "^2.0.4" istanbul-lib-source-maps "^3.0.1" - istanbul-reports "^2.1.1" - jest-haste-map "^24.8.0" - jest-resolve "^24.8.0" - jest-runtime "^24.8.0" - jest-util "^24.8.0" + istanbul-reports "^2.2.6" + jest-haste-map "^24.9.0" + jest-resolve "^24.9.0" + jest-runtime "^24.9.0" + jest-util "^24.9.0" jest-worker "^24.6.0" - node-notifier "^5.2.1" + node-notifier "^5.4.2" slash "^2.0.0" source-map "^0.6.0" string-length "^2.0.0" @@ -1447,6 +1466,15 @@ graceful-fs "^4.1.15" source-map "^0.6.0" +"@jest/source-map@^24.9.0": + version "24.9.0" + resolved "https://registry.verdaccio.org/@jest%2fsource-map/-/source-map-24.9.0.tgz#0e263a94430be4b41da683ccc1e6bffe2a191714" + integrity sha512-/Xw7xGlsZb4MJzNDgB7PW5crou5JqWiBQaz6xyPd3ArOg2nfn/PunV8+olXbbEZzNl591o5rWKE9BRDaFAuIBg== + dependencies: + callsites "^3.0.0" + graceful-fs "^4.1.15" + source-map "^0.6.0" + "@jest/test-result@^24.8.0": version "24.8.0" resolved "https://registry.verdaccio.org/@jest%2ftest-result/-/test-result-24.8.0.tgz#7675d0aaf9d2484caa65e048d9b467d160f8e9d3" @@ -1456,15 +1484,24 @@ "@jest/types" "^24.8.0" "@types/istanbul-lib-coverage" "^2.0.0" -"@jest/test-sequencer@^24.8.0": - version "24.8.0" - resolved "https://registry.verdaccio.org/@jest%2ftest-sequencer/-/test-sequencer-24.8.0.tgz#2f993bcf6ef5eb4e65e8233a95a3320248cf994b" - integrity sha512-OzL/2yHyPdCHXEzhoBuq37CE99nkme15eHkAzXRVqthreWZamEMA0WoetwstsQBCXABhczpK03JNbc4L01vvLg== +"@jest/test-result@^24.9.0": + version "24.9.0" + resolved "https://registry.verdaccio.org/@jest%2ftest-result/-/test-result-24.9.0.tgz#11796e8aa9dbf88ea025757b3152595ad06ba0ca" + integrity sha512-XEFrHbBonBJ8dGp2JmF8kP/nQI/ImPpygKHwQ/SY+es59Z3L5PI4Qb9TQQMAEeYsThG1xF0k6tmG0tIKATNiiA== dependencies: - "@jest/test-result" "^24.8.0" - jest-haste-map "^24.8.0" - jest-runner "^24.8.0" - jest-runtime "^24.8.0" + "@jest/console" "^24.9.0" + "@jest/types" "^24.9.0" + "@types/istanbul-lib-coverage" "^2.0.0" + +"@jest/test-sequencer@^24.9.0": + version "24.9.0" + resolved "https://registry.verdaccio.org/@jest%2ftest-sequencer/-/test-sequencer-24.9.0.tgz#f8f334f35b625a4f2f355f2fe7e6036dad2e6b31" + integrity sha512-6qqsU4o0kW1dvA95qfNog8v8gkRN9ph6Lz7r96IvZpHdNipP2cBcb07J1Z45mz/VIS01OHJ3pY8T5fUY38tg4A== + dependencies: + "@jest/test-result" "^24.9.0" + jest-haste-map "^24.9.0" + jest-runner "^24.9.0" + jest-runtime "^24.9.0" "@jest/transform@^24.8.0": version "24.8.0" @@ -1487,6 +1524,28 @@ source-map "^0.6.1" write-file-atomic "2.4.1" +"@jest/transform@^24.9.0": + version "24.9.0" + resolved "https://registry.verdaccio.org/@jest%2ftransform/-/transform-24.9.0.tgz#4ae2768b296553fadab09e9ec119543c90b16c56" + integrity sha512-TcQUmyNRxV94S0QpMOnZl0++6RMiqpbH/ZMccFB/amku6Uwvyb1cjYX7xkp5nGNkbX4QPH/FcB6q1HBTHynLmQ== + dependencies: + "@babel/core" "^7.1.0" + "@jest/types" "^24.9.0" + babel-plugin-istanbul "^5.1.0" + chalk "^2.0.1" + convert-source-map "^1.4.0" + fast-json-stable-stringify "^2.0.0" + graceful-fs "^4.1.15" + jest-haste-map "^24.9.0" + jest-regex-util "^24.9.0" + jest-util "^24.9.0" + micromatch "^3.1.10" + pirates "^4.0.1" + realpath-native "^1.1.0" + slash "^2.0.0" + source-map "^0.6.1" + write-file-atomic "2.4.1" + "@jest/types@^24.8.0": version "24.8.0" resolved "https://registry.verdaccio.org/@jest%2ftypes/-/types-24.8.0.tgz#f31e25948c58f0abd8c845ae26fcea1491dea7ad" @@ -1496,6 +1555,15 @@ "@types/istanbul-reports" "^1.1.1" "@types/yargs" "^12.0.9" +"@jest/types@^24.9.0": + version "24.9.0" + resolved "https://registry.verdaccio.org/@jest%2ftypes/-/types-24.9.0.tgz#63cb26cb7500d069e5a389441a7c6ab5e909fc59" + integrity sha512-XKK7ze1apu5JWQ5eZjHITP66AX+QsLlbaJRBGYr8pNzwcAE2JVkwnf0yqjHTsDRcjR0mujy/NmZMXw5kl+kGBw== + dependencies: + "@types/istanbul-lib-coverage" "^2.0.0" + "@types/istanbul-reports" "^1.1.1" + "@types/yargs" "^13.0.0" + "@marionebl/sander@^0.6.0": version "0.6.1" resolved "https://registry.npmjs.org/@marionebl/sander/-/sander-0.6.1.tgz#1958965874f24bc51be48875feb50d642fc41f7b" @@ -1644,13 +1712,14 @@ pretty-format "^24.8.0" wait-for-expect "^1.3.0" -"@testing-library/react@9.1.0": - version "9.1.0" - resolved "https://registry.verdaccio.org/@testing-library%2freact/-/react-9.1.0.tgz#c00c4ff90c5f9015365f63b7759a57c428b6ab56" - integrity sha512-XMtU8AmGX472c7+qXaaVZ2QpDKPA56vRaVEjlFBPDL8im2erM6DF0KJlwzLcc2wrvfYkcMDbreFyL0vdalubrQ== +"@testing-library/react@9.1.3": + version "9.1.3" + resolved "https://registry.verdaccio.org/@testing-library%2freact/-/react-9.1.3.tgz#3fb495227322ea36cd817532441dabb552e0d6ce" + integrity sha512-qFVo6TsEbpEFpOmKjIxMHDujOKVdvVpcYFcUfJeWBqMO8eja5pN9SZnt6W6AzW3a1MRvRfw3X0Fhx3eXnBJxjA== dependencies: "@babel/runtime" "^7.5.5" "@testing-library/dom" "^6.0.0" + "@types/testing-library__react" "^9.1.0" "@types/babel__core@^7.1.0": version "7.1.0" @@ -1749,6 +1818,18 @@ "@types/istanbul-lib-coverage" "*" "@types/istanbul-lib-report" "*" +"@types/jest-diff@*": + version "20.0.1" + resolved "https://registry.verdaccio.org/@types%2fjest-diff/-/jest-diff-20.0.1.tgz#35cc15b9c4f30a18ef21852e255fdb02f6d59b89" + integrity sha512-yALhelO3i0hqZwhjtcr6dYyaLoCHbAMshwtj6cGxTvHZAKXHsYGdff6E8EPw3xLKY0ELUTQ69Q1rQiJENnccMA== + +"@types/jest@24.0.18": + version "24.0.18" + resolved "https://registry.verdaccio.org/@types%2fjest/-/jest-24.0.18.tgz#9c7858d450c59e2164a8a9df0905fc5091944498" + integrity sha512-jcDDXdjTcrQzdN06+TSVsPPqxvsZA/5QkYfIZlq1JMw7FdP5AZylbOc+6B/cuDurctRe+MziUMtQ3xQdrbjqyQ== + dependencies: + "@types/jest-diff" "*" + "@types/jest@^23.0.2": version "23.3.14" resolved "https://registry.npmjs.org/@types/jest/-/jest-23.3.14.tgz#37daaf78069e7948520474c87b80092ea912520a" @@ -1762,10 +1843,10 @@ csstype "^2.0.0" indefinite-observable "^1.0.1" -"@types/lodash@4.14.136": - version "4.14.136" - resolved "https://registry.verdaccio.org/@types%2flodash/-/lodash-4.14.136.tgz#413e85089046b865d960c9ff1d400e04c31ab60f" - integrity sha512-0GJhzBdvsW2RUccNHOBkabI8HZVdOXmXbXhuKlDEd5Vv12P7oAVGfomGp3Ne21o5D/qu1WmthlNKFaoZJJeErA== +"@types/lodash@4.14.137": + version "4.14.137" + resolved "https://registry.verdaccio.org/@types%2flodash/-/lodash-4.14.137.tgz#8a4804937dc6462274ffcc088df8f14fc1b368e2" + integrity sha512-g4rNK5SRKloO+sUGbuO7aPtwbwzMgjK+bm9BBhLD7jGUiGR7zhwYEhSln/ihgYQBeIJ5j7xjyaYzrWTcu3UotQ== "@types/material-ui@0.21.6": version "0.21.6" @@ -1785,10 +1866,10 @@ resolved "https://registry.npmjs.org/@types/node/-/node-11.13.0.tgz#b0df8d6ef9b5001b2be3a94d909ce3c29a80f9e1" integrity sha512-rx29MMkRdVmzunmiA4lzBYJNnXsW/PhG4kMBy2ATsYaDjGGR75dCFEVVROKpNwlVdcUX3xxlghKQOeDPBJobng== -"@types/node@12.7.1": - version "12.7.1" - resolved "https://registry.verdaccio.org/@types%2fnode/-/node-12.7.1.tgz#3b5c3a26393c19b400844ac422bd0f631a94d69d" - integrity sha512-aK9jxMypeSrhiYofWWBf/T7O+KwaiAHzM4sveCdWPn71lzUSMimRnKzhXDKfKwV1kWoBo2P1aGgaIYGLf9/ljw== +"@types/node@12.7.2": + version "12.7.2" + resolved "https://registry.verdaccio.org/@types%2fnode/-/node-12.7.2.tgz#c4e63af5e8823ce9cc3f0b34f7b998c2171f0c44" + integrity sha512-dyYO+f6ihZEtNPDcWNR1fkoTDf3zAK3lAABDze3mz6POyIercH0lEUawUFXlG8xaQZmm1yEBON/4TsYv/laDYg== "@types/node@^12.0.2": version "12.6.9" @@ -1800,6 +1881,11 @@ resolved "https://registry.verdaccio.org/@types%2fnormalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e" integrity sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA== +"@types/pretty-format@*": + version "20.0.1" + resolved "https://registry.verdaccio.org/@types%2fpretty-format/-/pretty-format-20.0.1.tgz#7ce03b403887b087701a2b4534464f48ce7b2f48" + integrity sha512-Oh7wnvVUCtVIWnCHQWe9qDZKn0fGyk5AMq99jXml0x39K59P+z9qe31CNRtop9TceCpS7NmoK+J9eGeCnyFgnw== + "@types/prop-types@*": version "15.7.0" resolved "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.0.tgz#4c48fed958d6dcf9487195a0ef6456d5f6e0163a" @@ -1817,17 +1903,17 @@ dependencies: "@types/react" "*" -"@types/react-dom@16.8.5": - version "16.8.5" - resolved "https://registry.verdaccio.org/@types%2freact-dom/-/react-dom-16.8.5.tgz#3e3f4d99199391a7fb40aa3a155c8dd99b899cbd" - integrity sha512-idCEjROZ2cqh29+trmTmZhsBAUNQuYrF92JHKzZ5+aiFM1mlSk3bb23CK7HhYuOY75Apgap5y2jTyHzaM2AJGA== +"@types/react-dom@*", "@types/react-dom@16.9.0": + version "16.9.0" + resolved "https://registry.verdaccio.org/@types%2freact-dom/-/react-dom-16.9.0.tgz#ba6ddb00bf5de700b0eb91daa452081ffccbfdea" + integrity sha512-OL2lk7LYGjxn4b0efW3Pvf2KBVP0y1v3wip1Bp7nA79NkOpElH98q3WdCEdDj93b2b0zaeBG9DvriuKjIK5xDA== dependencies: "@types/react" "*" -"@types/react-router-dom@4.3.4": - version "4.3.4" - resolved "https://registry.verdaccio.org/@types%2freact-router-dom/-/react-router-dom-4.3.4.tgz#63a7a8558129d2f4ff76e4bdd099bf4b98e25a0d" - integrity sha512-xrwaWHpnxKk/TTRe7pmoGy3E4SyF/ojFqNfFJacw7OLdfLXRvGfk4r/XePVaZNVfeJzL8fcnNilPN7xOdJ/vGw== +"@types/react-router-dom@4.3.5": + version "4.3.5" + resolved "https://registry.verdaccio.org/@types%2freact-router-dom/-/react-router-dom-4.3.5.tgz#72f229967690c890d00f96e6b85e9ee5780db31f" + integrity sha512-eFajSUASYbPHg2BDM1G8Btx+YqGgvROPIg6sBhl3O4kbDdYXdFdfrgQFf/pcBuQVObjfT9AL/dd15jilR5DIEA== dependencies: "@types/history" "*" "@types/react" "*" @@ -1856,10 +1942,10 @@ "@types/prop-types" "*" csstype "^2.2.0" -"@types/react@16.9.1": - version "16.9.1" - resolved "https://registry.verdaccio.org/@types%2freact/-/react-16.9.1.tgz#862c83b4c9d5cd116e42fd9a4f3694843cd2c051" - integrity sha512-jGM2x8F7m7/r+81N/BOaUKVwbC5Cdw6ExlWEUpr77XPwVeNvAppnPEnMMLMfxRDYL8FPEX8MHjwtD2NQMJ0yyQ== +"@types/react@16.9.2": + version "16.9.2" + resolved "https://registry.verdaccio.org/@types%2freact/-/react-16.9.2.tgz#6d1765431a1ad1877979013906731aae373de268" + integrity sha512-jYP2LWwlh+FTqGd9v7ynUKZzjj98T8x7Yclz479QdRhHfuW9yQ+0jjnD31eXSXutmBpppj5PYNLYLRfnZJvcfg== dependencies: "@types/prop-types" "*" csstype "^2.2.0" @@ -1874,15 +1960,30 @@ resolved "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e" integrity sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw== +"@types/testing-library__dom@*": + version "6.0.1" + resolved "https://registry.verdaccio.org/@types%2ftesting-library__dom/-/testing-library__dom-6.0.1.tgz#e62c7799a210163ae72b8ac00cc4a841951f9f2d" + integrity sha512-j8wJmvER0VVrmDtab80SwA4MgF0vzFm6hSyk3j2bw9PXyJxgMjFDF8ihJDzo2gUOMP+HpEquHRZcUXOhLmYexA== + dependencies: + "@types/pretty-format" "*" + +"@types/testing-library__react@^9.1.0": + version "9.1.1" + resolved "https://registry.verdaccio.org/@types%2ftesting-library__react/-/testing-library__react-9.1.1.tgz#4bcb8bba54b07fbb6c084f2f00e7f9410e587c10" + integrity sha512-8/toTJaIlS3BC7JrK2ElTnbjH8tmFP7atdL2ZsIa1JDmH9RKSm/7Wp5oMDJzXoWr988Mv7ym/XZ8LRglyoGCGw== + dependencies: + "@types/react-dom" "*" + "@types/testing-library__dom" "*" + "@types/unist@*", "@types/unist@^2.0.0": version "2.0.3" resolved "https://registry.verdaccio.org/@types%2funist/-/unist-2.0.3.tgz#9c088679876f374eb5983f150d4787aa6fb32d7e" integrity sha512-FvUupuM3rlRsRtCN+fDudtmytGO6iHJuuRKS1Ss0pG5z8oX0diNEw94UEL7hgDbpN94rgaK5R7sWm6RrSkZuAQ== -"@types/validator@10.11.2": - version "10.11.2" - resolved "https://registry.verdaccio.org/@types%2fvalidator/-/validator-10.11.2.tgz#48b60ca2cca927081f37a1ad1de3e25d04abc9f0" - integrity sha512-k/ju1RsdP5ACFUWebqsyEy0avP5uNJCs2p3pmTHzOZdd4gMSAJTq7iUEHFY3tt3emBrPTm6oGvfZ4SzcqOgLPQ== +"@types/validator@10.11.3": + version "10.11.3" + resolved "https://registry.verdaccio.org/@types%2fvalidator/-/validator-10.11.3.tgz#945799bef24a953c5bc02011ca8ad79331a3ef25" + integrity sha512-GKF2VnEkMmEeEGvoo03ocrP9ySMuX1ypKazIYMlsjfslfBMhOAtC5dmEWKdJioW4lJN7MZRS88kalTsVClyQ9w== "@types/vfile-message@*": version "1.0.1" @@ -1901,11 +2002,23 @@ "@types/unist" "*" "@types/vfile-message" "*" -"@types/yargs@^12.0.2", "@types/yargs@^12.0.9": +"@types/yargs-parser@*": + version "13.0.0" + resolved "https://registry.verdaccio.org/@types%2fyargs-parser/-/yargs-parser-13.0.0.tgz#453743c5bbf9f1bed61d959baab5b06be029b2d0" + integrity sha512-wBlsw+8n21e6eTd4yVv8YD/E3xq0O6nNnJIquutAsFGE7EyMKz7W6RNT6BRu1SmdgmlCZ9tb0X+j+D6HGr8pZw== + +"@types/yargs@^12.0.9": version "12.0.11" resolved "https://registry.npmjs.org/@types/yargs/-/yargs-12.0.11.tgz#a090d88e1f40a910e6443c95493c1c035c76ebdc" integrity sha512-IsU1TD+8cQCyG76ZqxP0cVFnofvfzT8p/wO8ENT4jbN/KKN3grsHFgHNl/U+08s33ayX4LwI85cEhYXCOlOkMw== +"@types/yargs@^13.0.0": + version "13.0.2" + resolved "https://registry.verdaccio.org/@types%2fyargs/-/yargs-13.0.2.tgz#a64674fc0149574ecd90ba746e932b5a5f7b3653" + integrity sha512-lwwgizwk/bIIU+3ELORkyuOgDjCh7zuWDFqRtPPhhVgq9N1F7CvLNKg1TX4f2duwtKQ0p044Au9r1PLIXHrIzQ== + dependencies: + "@types/yargs-parser" "*" + "@typescript-eslint/eslint-plugin@1.12.0": version "1.12.0" resolved "https://registry.verdaccio.org/@typescript-eslint%2feslint-plugin/-/eslint-plugin-1.12.0.tgz#96b4e08b5f998a198b8414508b1a289f9e8c549a" @@ -2045,10 +2158,10 @@ resolved "https://registry.npmjs.org/@verdaccio/streams/-/streams-2.0.0-beta.0.tgz#af8c7e673a3c368deacc8024c6f5671aa2ec32ac" integrity sha512-EdVF6RP0abRNT0RfgLCsqLNv7FOpm+BpzMZoaQuQGHSBQRj7OTM8ft5mpbJ40rYVXKv6D8xyU0vUnoRl09ah6g== -"@verdaccio/types@8.0.0-next.2": - version "8.0.0-next.2" - resolved "https://registry.verdaccio.org/@verdaccio%2ftypes/-/types-8.0.0-next.2.tgz#644278ac728b199f3ec50268f7fd5c30c8a11d65" - integrity sha512-8zdL5vjTskPwhHnlfwriUNc08dksxpDKluKWW9MdyvPPtuasixLyTVsnsfOB7qHbtZ3irO4FoeBS1xoGvORS+A== +"@verdaccio/types@8.0.0": + version "8.0.0" + resolved "https://registry.verdaccio.org/@verdaccio%2ftypes/-/types-8.0.0.tgz#7fd2344fd01cca116cbd70149c8ee518152ae5fa" + integrity sha512-m0v2sYQrjBWW23jyrfwr56IfSbEq0dfSGqsptutjGyDGEXKzbaSI4LE1dq4uqZbDTuqfK2sBKF9U0Z+lUFbdqA== "@verdaccio/ui-theme@0.2.2": version "0.2.2" @@ -2761,7 +2874,7 @@ babel-eslint@10.0.2: eslint-scope "3.7.1" eslint-visitor-keys "^1.0.0" -babel-jest@24.8.0, babel-jest@^24.8.0: +babel-jest@24.8.0: version "24.8.0" resolved "https://registry.verdaccio.org/babel-jest/-/babel-jest-24.8.0.tgz#5c15ff2b28e20b0f45df43fe6b7f2aae93dba589" integrity sha512-+5/kaZt4I9efoXzPlZASyK/lN9qdRKmmUav9smVc0ruPQD7IsfucQ87gpOE8mn2jbDuS6M/YOW6n3v9ZoIfgnw== @@ -2774,6 +2887,19 @@ babel-jest@24.8.0, babel-jest@^24.8.0: chalk "^2.4.2" slash "^2.0.0" +babel-jest@^24.9.0: + version "24.9.0" + resolved "https://registry.verdaccio.org/babel-jest/-/babel-jest-24.9.0.tgz#3fc327cb8467b89d14d7bc70e315104a783ccd54" + integrity sha512-ntuddfyiN+EhMw58PTNL1ph4C9rECiQXjI4nMMBKBaNjXvqLdkXpPRcMSr4iyBrJg/+wz9brFUD6RhOAT6r4Iw== + dependencies: + "@jest/transform" "^24.9.0" + "@jest/types" "^24.9.0" + "@types/babel__core" "^7.1.0" + babel-plugin-istanbul "^5.1.0" + babel-preset-jest "^24.9.0" + chalk "^2.4.2" + slash "^2.0.0" + babel-loader@8.0.6: version "8.0.6" resolved "https://registry.verdaccio.org/babel-loader/-/babel-loader-8.0.6.tgz#e33bdb6f362b03f4bb141a0c21ab87c501b70dfb" @@ -2841,6 +2967,13 @@ babel-plugin-jest-hoist@^24.6.0: dependencies: "@types/babel__traverse" "^7.0.6" +babel-plugin-jest-hoist@^24.9.0: + version "24.9.0" + resolved "https://registry.verdaccio.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-24.9.0.tgz#4f837091eb407e01447c8843cbec546d0002d756" + integrity sha512-2EMA2P8Vp7lG0RAzr4HXqtYwacfMErOuv1U3wrvxHX6rD1sV6xS3WXG3r8TRQ2r6w8OhvSdWt+z41hQNwNm3Xw== + dependencies: + "@types/babel__traverse" "^7.0.6" + babel-plugin-macros@^2.0.0: version "2.5.1" resolved "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-2.5.1.tgz#4a119ac2c2e19b458c259b9accd7ee34fd57ec6f" @@ -2872,6 +3005,14 @@ babel-preset-jest@^24.6.0: "@babel/plugin-syntax-object-rest-spread" "^7.0.0" babel-plugin-jest-hoist "^24.6.0" +babel-preset-jest@^24.9.0: + version "24.9.0" + resolved "https://registry.verdaccio.org/babel-preset-jest/-/babel-preset-jest-24.9.0.tgz#192b521e2217fb1d1f67cf73f70c336650ad3cdc" + integrity sha512-izTUuhE4TMfTRPF92fFwD2QfdXaZW08qvWTFCI51V8rW5x00UuPgc3ajRoWofXOuxjfcOM5zzSYsQS3H8KGCAg== + dependencies: + "@babel/plugin-syntax-object-rest-spread" "^7.0.0" + babel-plugin-jest-hoist "^24.9.0" + babel-runtime@^6.23.0, babel-runtime@^6.26.0: version "6.26.0" resolved "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe" @@ -3937,20 +4078,20 @@ concat-stream@^2.0.0: readable-stream "^3.0.2" typedarray "^0.0.6" -concurrently@4.1.1: - version "4.1.1" - resolved "https://registry.verdaccio.org/concurrently/-/concurrently-4.1.1.tgz#42cf84d625163f3f5b2e2262568211ad76e1dbe8" - integrity sha512-48+FE5RJ0qc8azwKv4keVQWlni1hZeSjcWr8shBelOBtBHcKj1aJFM9lHRiSc1x7lq416pkvsqfBMhSRja+Lhw== +concurrently@4.1.2: + version "4.1.2" + resolved "https://registry.verdaccio.org/concurrently/-/concurrently-4.1.2.tgz#1a683b2b5c41e9ed324c9002b9f6e4c6e1f3b6d7" + integrity sha512-Kim9SFrNr2jd8/0yNYqDTFALzUX1tvimmwFWxmp/D4mRI+kbqIIwE2RkBDrxS2ic25O1UgQMI5AtBqdtX3ynYg== dependencies: - chalk "^2.4.1" - date-fns "^1.23.0" - lodash "^4.17.10" + chalk "^2.4.2" + date-fns "^1.30.1" + lodash "^4.17.15" read-pkg "^4.0.1" - rxjs "^6.3.3" + rxjs "^6.5.2" spawn-command "^0.0.2-1" supports-color "^4.5.0" - tree-kill "^1.1.0" - yargs "^12.0.1" + tree-kill "^1.2.1" + yargs "^12.0.5" config-chain@^1.1.12: version "1.1.12" @@ -4381,6 +4522,14 @@ cross-env@5.2.0: cross-spawn "^6.0.5" is-windows "^1.0.0" +cross-fetch@^2.2.2: + version "2.2.3" + resolved "https://registry.verdaccio.org/cross-fetch/-/cross-fetch-2.2.3.tgz#e8a0b3c54598136e037f8650f8e823ccdfac198e" + integrity sha512-PrWWNH3yL2NYIb/7WF/5vFG3DCQiXDOVf8k3ijatbrtnwNuhMWLC7YF7uqf53tbTFDzHIUD8oITw4Bxt8ST3Nw== + dependencies: + node-fetch "2.1.2" + whatwg-fetch "2.0.4" + cross-spawn@6.0.5, cross-spawn@^6.0.0, cross-spawn@^6.0.5: version "6.0.5" resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4" @@ -4712,7 +4861,7 @@ data-urls@^1.0.0, data-urls@^1.1.0: whatwg-mimetype "^2.2.0" whatwg-url "^7.0.0" -date-fns@1.30.1, date-fns@^1.23.0: +date-fns@1.30.1, date-fns@^1.30.1: version "1.30.1" resolved "https://registry.npmjs.org/date-fns/-/date-fns-1.30.1.tgz#2e71bf0b119153dbb4cc4e88d9ea5acfb50dc05c" integrity sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw== @@ -4966,10 +5115,10 @@ diacritic@0.0.2: resolved "https://registry.npmjs.org/diacritic/-/diacritic-0.0.2.tgz#fc2a887b5a5bc0a0a854fb614c7c2f209061ee04" integrity sha1-/CqIe1pbwKCoVPthTHwvIJBh7gQ= -diff-sequences@^24.3.0: - version "24.3.0" - resolved "https://registry.npmjs.org/diff-sequences/-/diff-sequences-24.3.0.tgz#0f20e8a1df1abddaf4d9c226680952e64118b975" - integrity sha512-xLqpez+Zj9GKSnPWS0WZw1igGocZ+uua8+y+5dDNTT934N3QuY1sp2LkHzwiaYQGz60hMq0pjAshdeXm5VUOEw== +diff-sequences@^24.9.0: + version "24.9.0" + resolved "https://registry.verdaccio.org/diff-sequences/-/diff-sequences-24.9.0.tgz#5715d6244e2aa65f48bba0bc972db0b0b11e95b5" + integrity sha512-Dj6Wk3tWyTE+Fo1rW8v0Xhwk80um6yFYKbuAxc9c3EZxIHFDYwbi34Uk42u1CdnIiVorvt4RmlSDjIPyzGC2ew== diff@3.3.1: version "3.3.1" @@ -5767,17 +5916,17 @@ expand-tilde@^2.0.0, expand-tilde@^2.0.2: dependencies: homedir-polyfill "^1.0.1" -expect@^24.8.0: - version "24.8.0" - resolved "https://registry.verdaccio.org/expect/-/expect-24.8.0.tgz#471f8ec256b7b6129ca2524b2a62f030df38718d" - integrity sha512-/zYvP8iMDrzaaxHVa724eJBCKqSHmO0FA7EDkBiRHxg6OipmMn1fN+C8T9L9K8yr7UONkOifu6+LLH+z76CnaA== +expect@^24.9.0: + version "24.9.0" + resolved "https://registry.verdaccio.org/expect/-/expect-24.9.0.tgz#b75165b4817074fa4a157794f46fe9f1ba15b6ca" + integrity sha512-wvVAx8XIol3Z5m9zvZXiyZOQ+sRJqNTIm6sGjdWlaZIeupQGO3WbYI+15D/AmEwZywL6wtJkbAbJtzkOfBuR0Q== dependencies: - "@jest/types" "^24.8.0" + "@jest/types" "^24.9.0" ansi-styles "^3.2.0" - jest-get-type "^24.8.0" - jest-matcher-utils "^24.8.0" - jest-message-util "^24.8.0" - jest-regex-util "^24.3.0" + jest-get-type "^24.9.0" + jest-matcher-utils "^24.9.0" + jest-message-util "^24.9.0" + jest-regex-util "^24.9.0" express@4.16.4, express@^4.16.3: version "4.16.4" @@ -6728,7 +6877,7 @@ handle-thing@^2.0.0: resolved "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.0.tgz#0e039695ff50c93fc288557d696f3c1dc6776754" integrity sha512-d4sze1JNC454Wdo2fkuyzCr6aHcbL6PGGuFAz0Li/NcOm1tCHGnWDRmJP85dh9IhQErTc2svWFEX5xHIOo//kQ== -handlebars@4.1.2, handlebars@^4.1.0, handlebars@^4.1.2: +handlebars@4.1.2, handlebars@^4.1.2: version "4.1.2" resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.1.2.tgz#b6b37c1ced0306b221e094fc7aca3ec23b131b67" integrity sha512-nvfrjqvt9xQ8Z/w0ijewdD/vvWDTOweBUm96NTr66Wfvo1mJenBLwcYmPs3TIBP5ruzYGD7Hx/DaM9RmhroGPw== @@ -7806,73 +7955,73 @@ istanbul-lib-source-maps@^3.0.1: rimraf "^2.6.2" source-map "^0.6.1" -istanbul-reports@^2.1.1: - version "2.1.1" - resolved "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-2.1.1.tgz#72ef16b4ecb9a4a7bd0e2001e00f95d1eec8afa9" - integrity sha512-FzNahnidyEPBCI0HcufJoSEoKykesRlFcSzQqjH9x0+LC8tnnE/p/90PBLu8iZTxr8yYZNyTtiAujUqyN+CIxw== +istanbul-reports@^2.2.6: + version "2.2.6" + resolved "https://registry.verdaccio.org/istanbul-reports/-/istanbul-reports-2.2.6.tgz#7b4f2660d82b29303a8fe6091f8ca4bf058da1af" + integrity sha512-SKi4rnMyLBKe0Jy2uUdx28h8oG7ph2PPuQPvIAh31d+Ci+lSiEu4C+h3oBPuJ9+mPKhOyW0M8gY4U5NM1WLeXA== dependencies: - handlebars "^4.1.0" + handlebars "^4.1.2" -jest-changed-files@^24.8.0: - version "24.8.0" - resolved "https://registry.verdaccio.org/jest-changed-files/-/jest-changed-files-24.8.0.tgz#7e7eb21cf687587a85e50f3d249d1327e15b157b" - integrity sha512-qgANC1Yrivsq+UrLXsvJefBKVoCsKB0Hv+mBb6NMjjZ90wwxCDmU3hsCXBya30cH+LnPYjwgcU65i6yJ5Nfuug== +jest-changed-files@^24.9.0: + version "24.9.0" + resolved "https://registry.verdaccio.org/jest-changed-files/-/jest-changed-files-24.9.0.tgz#08d8c15eb79a7fa3fc98269bc14b451ee82f8039" + integrity sha512-6aTWpe2mHF0DhL28WjdkO8LyGjs3zItPET4bMSeXU6T3ub4FPMw+mcOcbdGXQOAfmLcxofD23/5Bl9Z4AkFwqg== dependencies: - "@jest/types" "^24.8.0" + "@jest/types" "^24.9.0" execa "^1.0.0" throat "^4.0.0" -jest-cli@^24.8.0: - version "24.8.0" - resolved "https://registry.verdaccio.org/jest-cli/-/jest-cli-24.8.0.tgz#b075ac914492ed114fa338ade7362a301693e989" - integrity sha512-+p6J00jSMPQ116ZLlHJJvdf8wbjNbZdeSX9ptfHX06/MSNaXmKihQzx5vQcw0q2G6JsdVkUIdWbOWtSnaYs3yA== +jest-cli@^24.9.0: + version "24.9.0" + resolved "https://registry.verdaccio.org/jest-cli/-/jest-cli-24.9.0.tgz#ad2de62d07472d419c6abc301fc432b98b10d2af" + integrity sha512-+VLRKyitT3BWoMeSUIHRxV/2g8y9gw91Jh5z2UmXZzkZKpbC08CSehVxgHUwTpy+HwGcns/tqafQDJW7imYvGg== dependencies: - "@jest/core" "^24.8.0" - "@jest/test-result" "^24.8.0" - "@jest/types" "^24.8.0" + "@jest/core" "^24.9.0" + "@jest/test-result" "^24.9.0" + "@jest/types" "^24.9.0" chalk "^2.0.1" exit "^0.1.2" import-local "^2.0.0" is-ci "^2.0.0" - jest-config "^24.8.0" - jest-util "^24.8.0" - jest-validate "^24.8.0" + jest-config "^24.9.0" + jest-util "^24.9.0" + jest-validate "^24.9.0" prompts "^2.0.1" realpath-native "^1.1.0" - yargs "^12.0.2" + yargs "^13.3.0" -jest-config@^24.8.0: - version "24.8.0" - resolved "https://registry.verdaccio.org/jest-config/-/jest-config-24.8.0.tgz#77db3d265a6f726294687cbbccc36f8a76ee0f4f" - integrity sha512-Czl3Nn2uEzVGsOeaewGWoDPD8GStxCpAe0zOYs2x2l0fZAgPbCr3uwUkgNKV3LwE13VXythM946cd5rdGkkBZw== +jest-config@^24.9.0: + version "24.9.0" + resolved "https://registry.verdaccio.org/jest-config/-/jest-config-24.9.0.tgz#fb1bbc60c73a46af03590719efa4825e6e4dd1b5" + integrity sha512-RATtQJtVYQrp7fvWg6f5y3pEFj9I+H8sWw4aKxnDZ96mob5i5SD6ZEGWgMLXQ4LE8UurrjbdlLWdUeo+28QpfQ== dependencies: "@babel/core" "^7.1.0" - "@jest/test-sequencer" "^24.8.0" - "@jest/types" "^24.8.0" - babel-jest "^24.8.0" + "@jest/test-sequencer" "^24.9.0" + "@jest/types" "^24.9.0" + babel-jest "^24.9.0" chalk "^2.0.1" glob "^7.1.1" - jest-environment-jsdom "^24.8.0" - jest-environment-node "^24.8.0" - jest-get-type "^24.8.0" - jest-jasmine2 "^24.8.0" + jest-environment-jsdom "^24.9.0" + jest-environment-node "^24.9.0" + jest-get-type "^24.9.0" + jest-jasmine2 "^24.9.0" jest-regex-util "^24.3.0" - jest-resolve "^24.8.0" - jest-util "^24.8.0" - jest-validate "^24.8.0" + jest-resolve "^24.9.0" + jest-util "^24.9.0" + jest-validate "^24.9.0" micromatch "^3.1.10" - pretty-format "^24.8.0" + pretty-format "^24.9.0" realpath-native "^1.1.0" -jest-diff@^24.8.0: - version "24.8.0" - resolved "https://registry.verdaccio.org/jest-diff/-/jest-diff-24.8.0.tgz#146435e7d1e3ffdf293d53ff97e193f1d1546172" - integrity sha512-wxetCEl49zUpJ/bvUmIFjd/o52J+yWcoc5ZyPq4/W1LUKGEhRYDIbP1KcF6t+PvqNrGAFk4/JhtxDq/Nnzs66g== +jest-diff@^24.9.0: + version "24.9.0" + resolved "https://registry.verdaccio.org/jest-diff/-/jest-diff-24.9.0.tgz#931b7d0d5778a1baf7452cb816e325e3724055da" + integrity sha512-qMfrTs8AdJE2iqrTp0hzh7kTd2PQWrsFyj9tORoKmu32xjPjeE4NyjVRDz8ybYwqS2ik8N4hsIpiVTyFeo2lBQ== dependencies: chalk "^2.0.1" - diff-sequences "^24.3.0" - jest-get-type "^24.8.0" - pretty-format "^24.8.0" + diff-sequences "^24.9.0" + jest-get-type "^24.9.0" + pretty-format "^24.9.0" jest-docblock@^24.3.0: version "24.3.0" @@ -7881,16 +8030,16 @@ jest-docblock@^24.3.0: dependencies: detect-newline "^2.1.0" -jest-each@^24.8.0: - version "24.8.0" - resolved "https://registry.verdaccio.org/jest-each/-/jest-each-24.8.0.tgz#a05fd2bf94ddc0b1da66c6d13ec2457f35e52775" - integrity sha512-NrwK9gaL5+XgrgoCsd9svsoWdVkK4gnvyhcpzd6m487tXHqIdYeykgq3MKI1u4I+5Zf0tofr70at9dWJDeb+BA== +jest-each@^24.9.0: + version "24.9.0" + resolved "https://registry.verdaccio.org/jest-each/-/jest-each-24.9.0.tgz#eb2da602e2a610898dbc5f1f6df3ba86b55f8b05" + integrity sha512-ONi0R4BvW45cw8s2Lrx8YgbeXL1oCQ/wIDwmsM3CqM/nlblNCPmnC3IPQlMbRFZu3wKdQ2U8BqM6lh3LJ5Bsog== dependencies: - "@jest/types" "^24.8.0" + "@jest/types" "^24.9.0" chalk "^2.0.1" - jest-get-type "^24.8.0" - jest-util "^24.8.0" - pretty-format "^24.8.0" + jest-get-type "^24.9.0" + jest-util "^24.9.0" + pretty-format "^24.9.0" jest-emotion@10.0.14: version "10.0.14" @@ -7907,33 +8056,41 @@ jest-environment-jsdom-global@1.2.0: resolved "https://registry.verdaccio.org/jest-environment-jsdom-global/-/jest-environment-jsdom-global-1.2.0.tgz#dd5b16fe0a0566ee40010d8632be5adf5a5ccb65" integrity sha512-41cDl0OxzmFY/cnW0COUN+lnt2N2ks1r3V4fAKOnlZ9xIrGy0PNPan+Bz8HP+uQy/8bGV6T7J4Oi7X+h43It6g== -jest-environment-jsdom@24.8.0, jest-environment-jsdom@^24.8.0: - version "24.8.0" - resolved "https://registry.verdaccio.org/jest-environment-jsdom/-/jest-environment-jsdom-24.8.0.tgz#300f6949a146cabe1c9357ad9e9ecf9f43f38857" - integrity sha512-qbvgLmR7PpwjoFjM/sbuqHJt/NCkviuq9vus9NBn/76hhSidO+Z6Bn9tU8friecegbJL8gzZQEMZBQlFWDCwAQ== +jest-environment-jsdom@24.9.0, jest-environment-jsdom@^24.9.0: + version "24.9.0" + resolved "https://registry.verdaccio.org/jest-environment-jsdom/-/jest-environment-jsdom-24.9.0.tgz#4b0806c7fc94f95edb369a69cc2778eec2b7375b" + integrity sha512-Zv9FV9NBRzLuALXjvRijO2351DRQeLYXtpD4xNvfoVFw21IOKNhZAEUKcbiEtjTkm2GsJ3boMVgkaR7rN8qetA== dependencies: - "@jest/environment" "^24.8.0" - "@jest/fake-timers" "^24.8.0" - "@jest/types" "^24.8.0" - jest-mock "^24.8.0" - jest-util "^24.8.0" + "@jest/environment" "^24.9.0" + "@jest/fake-timers" "^24.9.0" + "@jest/types" "^24.9.0" + jest-mock "^24.9.0" + jest-util "^24.9.0" jsdom "^11.5.1" -jest-environment-node@24.8.0, jest-environment-node@^24.8.0: - version "24.8.0" - resolved "https://registry.verdaccio.org/jest-environment-node/-/jest-environment-node-24.8.0.tgz#d3f726ba8bc53087a60e7a84ca08883a4c892231" - integrity sha512-vIGUEScd1cdDgR6sqn2M08sJTRLQp6Dk/eIkCeO4PFHxZMOgy+uYLPMC4ix3PEfM5Au/x3uQ/5Tl0DpXXZsJ/Q== +jest-environment-node@24.9.0, jest-environment-node@^24.9.0: + version "24.9.0" + resolved "https://registry.verdaccio.org/jest-environment-node/-/jest-environment-node-24.9.0.tgz#333d2d2796f9687f2aeebf0742b519f33c1cbfd3" + integrity sha512-6d4V2f4nxzIzwendo27Tr0aFm+IXWa0XEUnaH6nU0FMaozxovt+sfRvh4J47wL1OvF83I3SSTu0XK+i4Bqe7uA== dependencies: - "@jest/environment" "^24.8.0" - "@jest/fake-timers" "^24.8.0" - "@jest/types" "^24.8.0" - jest-mock "^24.8.0" - jest-util "^24.8.0" + "@jest/environment" "^24.9.0" + "@jest/fake-timers" "^24.9.0" + "@jest/types" "^24.9.0" + jest-mock "^24.9.0" + jest-util "^24.9.0" -jest-get-type@^24.8.0: - version "24.8.0" - resolved "https://registry.verdaccio.org/jest-get-type/-/jest-get-type-24.8.0.tgz#a7440de30b651f5a70ea3ed7ff073a32dfe646fc" - integrity sha512-RR4fo8jEmMD9zSz2nLbs2j0zvPpk/KCEz3a62jJWbd2ayNo0cb+KFRxPHVhE4ZmgGJEQp0fosmNz84IfqM8cMQ== +jest-fetch-mock@2.1.2: + version "2.1.2" + resolved "https://registry.verdaccio.org/jest-fetch-mock/-/jest-fetch-mock-2.1.2.tgz#1260b347918e3931c4ec743ceaf60433da661bd0" + integrity sha512-tcSR4Lh2bWLe1+0w/IwvNxeDocMI/6yIA2bijZ0fyWxC4kQ18lckQ1n7Yd40NKuisGmcGBRFPandRXrW/ti/Bw== + dependencies: + cross-fetch "^2.2.2" + promise-polyfill "^7.1.1" + +jest-get-type@^24.9.0: + version "24.9.0" + resolved "https://registry.verdaccio.org/jest-get-type/-/jest-get-type-24.9.0.tgz#1684a0c8a50f2e4901b6644ae861f579eed2ef0e" + integrity sha512-lUseMzAley4LhIcpSP9Jf+fTrQ4a1yHQwLNeeVa2cEmbCGeoZAtYPOIv8JaxLD/sUpKxetKGP+gsHl8f8TSj8Q== jest-haste-map@^24.8.0: version "24.8.0" @@ -7954,44 +8111,64 @@ jest-haste-map@^24.8.0: optionalDependencies: fsevents "^1.2.7" -jest-jasmine2@^24.8.0: - version "24.8.0" - resolved "https://registry.verdaccio.org/jest-jasmine2/-/jest-jasmine2-24.8.0.tgz#a9c7e14c83dd77d8b15e820549ce8987cc8cd898" - integrity sha512-cEky88npEE5LKd5jPpTdDCLvKkdyklnaRycBXL6GNmpxe41F0WN44+i7lpQKa/hcbXaQ+rc9RMaM4dsebrYong== +jest-haste-map@^24.9.0: + version "24.9.0" + resolved "https://registry.verdaccio.org/jest-haste-map/-/jest-haste-map-24.9.0.tgz#b38a5d64274934e21fa417ae9a9fbeb77ceaac7d" + integrity sha512-kfVFmsuWui2Sj1Rp1AJ4D9HqJwE4uwTlS/vO+eRUaMmd54BFpli2XhMQnPC2k4cHFVbB2Q2C+jtI1AGLgEnCjQ== + dependencies: + "@jest/types" "^24.9.0" + anymatch "^2.0.0" + fb-watchman "^2.0.0" + graceful-fs "^4.1.15" + invariant "^2.2.4" + jest-serializer "^24.9.0" + jest-util "^24.9.0" + jest-worker "^24.9.0" + micromatch "^3.1.10" + sane "^4.0.3" + walker "^1.0.7" + optionalDependencies: + fsevents "^1.2.7" + +jest-jasmine2@^24.9.0: + version "24.9.0" + resolved "https://registry.verdaccio.org/jest-jasmine2/-/jest-jasmine2-24.9.0.tgz#1f7b1bd3242c1774e62acabb3646d96afc3be6a0" + integrity sha512-Cq7vkAgaYKp+PsX+2/JbTarrk0DmNhsEtqBXNwUHkdlbrTBLtMJINADf2mf5FkowNsq8evbPc07/qFO0AdKTzw== dependencies: "@babel/traverse" "^7.1.0" - "@jest/environment" "^24.8.0" - "@jest/test-result" "^24.8.0" - "@jest/types" "^24.8.0" + "@jest/environment" "^24.9.0" + "@jest/test-result" "^24.9.0" + "@jest/types" "^24.9.0" chalk "^2.0.1" co "^4.6.0" - expect "^24.8.0" + expect "^24.9.0" is-generator-fn "^2.0.0" - jest-each "^24.8.0" - jest-matcher-utils "^24.8.0" - jest-message-util "^24.8.0" - jest-runtime "^24.8.0" - jest-snapshot "^24.8.0" - jest-util "^24.8.0" - pretty-format "^24.8.0" + jest-each "^24.9.0" + jest-matcher-utils "^24.9.0" + jest-message-util "^24.9.0" + jest-runtime "^24.9.0" + jest-snapshot "^24.9.0" + jest-util "^24.9.0" + pretty-format "^24.9.0" throat "^4.0.0" -jest-leak-detector@^24.8.0: - version "24.8.0" - resolved "https://registry.verdaccio.org/jest-leak-detector/-/jest-leak-detector-24.8.0.tgz#c0086384e1f650c2d8348095df769f29b48e6980" - integrity sha512-cG0yRSK8A831LN8lIHxI3AblB40uhv0z+SsQdW3GoMMVcK+sJwrIIyax5tu3eHHNJ8Fu6IMDpnLda2jhn2pD/g== +jest-leak-detector@^24.9.0: + version "24.9.0" + resolved "https://registry.verdaccio.org/jest-leak-detector/-/jest-leak-detector-24.9.0.tgz#b665dea7c77100c5c4f7dfcb153b65cf07dcf96a" + integrity sha512-tYkFIDsiKTGwb2FG1w8hX9V0aUb2ot8zY/2nFg087dUageonw1zrLMP4W6zsRO59dPkTSKie+D4rhMuP9nRmrA== dependencies: - pretty-format "^24.8.0" + jest-get-type "^24.9.0" + pretty-format "^24.9.0" -jest-matcher-utils@^24.8.0: - version "24.8.0" - resolved "https://registry.verdaccio.org/jest-matcher-utils/-/jest-matcher-utils-24.8.0.tgz#2bce42204c9af12bde46f83dc839efe8be832495" - integrity sha512-lex1yASY51FvUuHgm0GOVj7DCYEouWSlIYmCW7APSqB9v8mXmKSn5+sWVF0MhuASG0bnYY106/49JU1FZNl5hw== +jest-matcher-utils@^24.9.0: + version "24.9.0" + resolved "https://registry.verdaccio.org/jest-matcher-utils/-/jest-matcher-utils-24.9.0.tgz#f5b3661d5e628dffe6dd65251dfdae0e87c3a073" + integrity sha512-OZz2IXsu6eaiMAwe67c1T+5tUAtQyQx27/EMEkbFAGiw52tB9em+uGbzpcgYVpA8wl0hlxKPZxrly4CXU/GjHA== dependencies: chalk "^2.0.1" - jest-diff "^24.8.0" - jest-get-type "^24.8.0" - pretty-format "^24.8.0" + jest-diff "^24.9.0" + jest-get-type "^24.9.0" + pretty-format "^24.9.0" jest-message-util@^24.8.0: version "24.8.0" @@ -8007,6 +8184,20 @@ jest-message-util@^24.8.0: slash "^2.0.0" stack-utils "^1.0.1" +jest-message-util@^24.9.0: + version "24.9.0" + resolved "https://registry.verdaccio.org/jest-message-util/-/jest-message-util-24.9.0.tgz#527f54a1e380f5e202a8d1149b0ec872f43119e3" + integrity sha512-oCj8FiZ3U0hTP4aSui87P4L4jC37BtQwUMqk+zk/b11FR19BJDeZsZAvIHutWnmtw7r85UmR3CEWZ0HWU2mAlw== + dependencies: + "@babel/code-frame" "^7.0.0" + "@jest/test-result" "^24.9.0" + "@jest/types" "^24.9.0" + "@types/stack-utils" "^1.0.1" + chalk "^2.0.1" + micromatch "^3.1.10" + slash "^2.0.0" + stack-utils "^1.0.1" + jest-mock@^24.8.0: version "24.8.0" resolved "https://registry.verdaccio.org/jest-mock/-/jest-mock-24.8.0.tgz#2f9d14d37699e863f1febf4e4d5a33b7fdbbde56" @@ -8014,6 +8205,13 @@ jest-mock@^24.8.0: dependencies: "@jest/types" "^24.8.0" +jest-mock@^24.9.0: + version "24.9.0" + resolved "https://registry.verdaccio.org/jest-mock/-/jest-mock-24.9.0.tgz#c22835541ee379b908673ad51087a2185c13f1c6" + integrity sha512-3BEYN5WbSq9wd+SyLDES7AHnjH9A/ROBwmz7l2y+ol+NtSFO8DYiEBzoO1CeFc9a8DYy10EO4dDFVv/wN3zl1w== + dependencies: + "@jest/types" "^24.9.0" + jest-pnp-resolver@^1.2.1: version "1.2.1" resolved "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.1.tgz#ecdae604c077a7fbc70defb6d517c3c1c898923a" @@ -8024,102 +8222,113 @@ jest-regex-util@^24.3.0: resolved "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-24.3.0.tgz#d5a65f60be1ae3e310d5214a0307581995227b36" integrity sha512-tXQR1NEOyGlfylyEjg1ImtScwMq8Oh3iJbGTjN7p0J23EuVX1MA8rwU69K4sLbCmwzgCUbVkm0FkSF9TdzOhtg== -jest-resolve-dependencies@^24.8.0: - version "24.8.0" - resolved "https://registry.verdaccio.org/jest-resolve-dependencies/-/jest-resolve-dependencies-24.8.0.tgz#19eec3241f2045d3f990dba331d0d7526acff8e0" - integrity sha512-hyK1qfIf/krV+fSNyhyJeq3elVMhK9Eijlwy+j5jqmZ9QsxwKBiP6qukQxaHtK8k6zql/KYWwCTQ+fDGTIJauw== - dependencies: - "@jest/types" "^24.8.0" - jest-regex-util "^24.3.0" - jest-snapshot "^24.8.0" +jest-regex-util@^24.9.0: + version "24.9.0" + resolved "https://registry.verdaccio.org/jest-regex-util/-/jest-regex-util-24.9.0.tgz#c13fb3380bde22bf6575432c493ea8fe37965636" + integrity sha512-05Cmb6CuxaA+Ys6fjr3PhvV3bGQmO+2p2La4hFbU+W5uOc479f7FdLXUWXw4pYMAhhSZIuKHwSXSu6CsSBAXQA== -jest-resolve@^24.8.0: - version "24.8.0" - resolved "https://registry.verdaccio.org/jest-resolve/-/jest-resolve-24.8.0.tgz#84b8e5408c1f6a11539793e2b5feb1b6e722439f" - integrity sha512-+hjSzi1PoRvnuOICoYd5V/KpIQmkAsfjFO71458hQ2Whi/yf1GDeBOFj8Gxw4LrApHsVJvn5fmjcPdmoUHaVKw== +jest-resolve-dependencies@^24.9.0: + version "24.9.0" + resolved "https://registry.verdaccio.org/jest-resolve-dependencies/-/jest-resolve-dependencies-24.9.0.tgz#ad055198959c4cfba8a4f066c673a3f0786507ab" + integrity sha512-Fm7b6AlWnYhT0BXy4hXpactHIqER7erNgIsIozDXWl5dVm+k8XdGVe1oTg1JyaFnOxarMEbax3wyRJqGP2Pq+g== dependencies: - "@jest/types" "^24.8.0" + "@jest/types" "^24.9.0" + jest-regex-util "^24.3.0" + jest-snapshot "^24.9.0" + +jest-resolve@^24.9.0: + version "24.9.0" + resolved "https://registry.verdaccio.org/jest-resolve/-/jest-resolve-24.9.0.tgz#dff04c7687af34c4dd7e524892d9cf77e5d17321" + integrity sha512-TaLeLVL1l08YFZAt3zaPtjiVvyy4oSA6CRe+0AFPPVX3Q/VI0giIWWoAvoS5L96vj9Dqxj4fB5p2qrHCmTU/MQ== + dependencies: + "@jest/types" "^24.9.0" browser-resolve "^1.11.3" chalk "^2.0.1" jest-pnp-resolver "^1.2.1" realpath-native "^1.1.0" -jest-runner@^24.8.0: - version "24.8.0" - resolved "https://registry.verdaccio.org/jest-runner/-/jest-runner-24.8.0.tgz#4f9ae07b767db27b740d7deffad0cf67ccb4c5bb" - integrity sha512-utFqC5BaA3JmznbissSs95X1ZF+d+4WuOWwpM9+Ak356YtMhHE/GXUondZdcyAAOTBEsRGAgH/0TwLzfI9h7ow== +jest-runner@^24.9.0: + version "24.9.0" + resolved "https://registry.verdaccio.org/jest-runner/-/jest-runner-24.9.0.tgz#574fafdbd54455c2b34b4bdf4365a23857fcdf42" + integrity sha512-KksJQyI3/0mhcfspnxxEOBueGrd5E4vV7ADQLT9ESaCzz02WnbdbKWIf5Mkaucoaj7obQckYPVX6JJhgUcoWWg== dependencies: "@jest/console" "^24.7.1" - "@jest/environment" "^24.8.0" - "@jest/test-result" "^24.8.0" - "@jest/types" "^24.8.0" + "@jest/environment" "^24.9.0" + "@jest/test-result" "^24.9.0" + "@jest/types" "^24.9.0" chalk "^2.4.2" exit "^0.1.2" graceful-fs "^4.1.15" - jest-config "^24.8.0" + jest-config "^24.9.0" jest-docblock "^24.3.0" - jest-haste-map "^24.8.0" - jest-jasmine2 "^24.8.0" - jest-leak-detector "^24.8.0" - jest-message-util "^24.8.0" - jest-resolve "^24.8.0" - jest-runtime "^24.8.0" - jest-util "^24.8.0" + jest-haste-map "^24.9.0" + jest-jasmine2 "^24.9.0" + jest-leak-detector "^24.9.0" + jest-message-util "^24.9.0" + jest-resolve "^24.9.0" + jest-runtime "^24.9.0" + jest-util "^24.9.0" jest-worker "^24.6.0" source-map-support "^0.5.6" throat "^4.0.0" -jest-runtime@^24.8.0: - version "24.8.0" - resolved "https://registry.verdaccio.org/jest-runtime/-/jest-runtime-24.8.0.tgz#05f94d5b05c21f6dc54e427cd2e4980923350620" - integrity sha512-Mq0aIXhvO/3bX44ccT+czU1/57IgOMyy80oM0XR/nyD5zgBcesF84BPabZi39pJVA6UXw+fY2Q1N+4BiVUBWOA== +jest-runtime@^24.9.0: + version "24.9.0" + resolved "https://registry.verdaccio.org/jest-runtime/-/jest-runtime-24.9.0.tgz#9f14583af6a4f7314a6a9d9f0226e1a781c8e4ac" + integrity sha512-8oNqgnmF3v2J6PVRM2Jfuj8oX3syKmaynlDMMKQ4iyzbQzIG6th5ub/lM2bCMTmoTKM3ykcUYI2Pw9xwNtjMnw== dependencies: "@jest/console" "^24.7.1" - "@jest/environment" "^24.8.0" + "@jest/environment" "^24.9.0" "@jest/source-map" "^24.3.0" - "@jest/transform" "^24.8.0" - "@jest/types" "^24.8.0" - "@types/yargs" "^12.0.2" + "@jest/transform" "^24.9.0" + "@jest/types" "^24.9.0" + "@types/yargs" "^13.0.0" chalk "^2.0.1" exit "^0.1.2" glob "^7.1.3" graceful-fs "^4.1.15" - jest-config "^24.8.0" - jest-haste-map "^24.8.0" - jest-message-util "^24.8.0" - jest-mock "^24.8.0" + jest-config "^24.9.0" + jest-haste-map "^24.9.0" + jest-message-util "^24.9.0" + jest-mock "^24.9.0" jest-regex-util "^24.3.0" - jest-resolve "^24.8.0" - jest-snapshot "^24.8.0" - jest-util "^24.8.0" - jest-validate "^24.8.0" + jest-resolve "^24.9.0" + jest-snapshot "^24.9.0" + jest-util "^24.9.0" + jest-validate "^24.9.0" realpath-native "^1.1.0" slash "^2.0.0" strip-bom "^3.0.0" - yargs "^12.0.2" + yargs "^13.3.0" jest-serializer@^24.4.0: version "24.4.0" resolved "https://registry.npmjs.org/jest-serializer/-/jest-serializer-24.4.0.tgz#f70c5918c8ea9235ccb1276d232e459080588db3" integrity sha512-k//0DtglVstc1fv+GY/VHDIjrtNjdYvYjMlbLUed4kxrE92sIUewOi5Hj3vrpB8CXfkJntRPDRjCrCvUhBdL8Q== -jest-snapshot@^24.8.0: - version "24.8.0" - resolved "https://registry.verdaccio.org/jest-snapshot/-/jest-snapshot-24.8.0.tgz#3bec6a59da2ff7bc7d097a853fb67f9d415cb7c6" - integrity sha512-5ehtWoc8oU9/cAPe6fez6QofVJLBKyqkY2+TlKTOf0VllBB/mqUNdARdcjlZrs9F1Cv+/HKoCS/BknT0+tmfPg== +jest-serializer@^24.9.0: + version "24.9.0" + resolved "https://registry.verdaccio.org/jest-serializer/-/jest-serializer-24.9.0.tgz#e6d7d7ef96d31e8b9079a714754c5d5c58288e73" + integrity sha512-DxYipDr8OvfrKH3Kel6NdED3OXxjvxXZ1uIY2I9OFbGg+vUkkg7AGvi65qbhbWNPvDckXmzMPbK3u3HaDO49bQ== + +jest-snapshot@^24.9.0: + version "24.9.0" + resolved "https://registry.verdaccio.org/jest-snapshot/-/jest-snapshot-24.9.0.tgz#ec8e9ca4f2ec0c5c87ae8f925cf97497b0e951ba" + integrity sha512-uI/rszGSs73xCM0l+up7O7a40o90cnrk429LOiK3aeTvfC0HHmldbd81/B7Ix81KSFe1lwkbl7GnBGG4UfuDew== dependencies: "@babel/types" "^7.0.0" - "@jest/types" "^24.8.0" + "@jest/types" "^24.9.0" chalk "^2.0.1" - expect "^24.8.0" - jest-diff "^24.8.0" - jest-matcher-utils "^24.8.0" - jest-message-util "^24.8.0" - jest-resolve "^24.8.0" + expect "^24.9.0" + jest-diff "^24.9.0" + jest-get-type "^24.9.0" + jest-matcher-utils "^24.9.0" + jest-message-util "^24.9.0" + jest-resolve "^24.9.0" mkdirp "^0.5.1" natural-compare "^1.4.0" - pretty-format "^24.8.0" - semver "^5.5.0" + pretty-format "^24.9.0" + semver "^6.2.0" jest-util@^24.8.0: version "24.8.0" @@ -8139,29 +8348,47 @@ jest-util@^24.8.0: slash "^2.0.0" source-map "^0.6.0" -jest-validate@^24.8.0: - version "24.8.0" - resolved "https://registry.verdaccio.org/jest-validate/-/jest-validate-24.8.0.tgz#624c41533e6dfe356ffadc6e2423a35c2d3b4849" - integrity sha512-+/N7VOEMW1Vzsrk3UWBDYTExTPwf68tavEPKDnJzrC6UlHtUDU/fuEdXqFoHzv9XnQ+zW6X3qMZhJ3YexfeLDA== +jest-util@^24.9.0: + version "24.9.0" + resolved "https://registry.verdaccio.org/jest-util/-/jest-util-24.9.0.tgz#7396814e48536d2e85a37de3e4c431d7cb140162" + integrity sha512-x+cZU8VRmOJxbA1K5oDBdxQmdq0OIdADarLxk0Mq+3XS4jgvhG/oKGWcIDCtPG0HgjxOYvF+ilPJQsAyXfbNOg== dependencies: - "@jest/types" "^24.8.0" - camelcase "^5.0.0" + "@jest/console" "^24.9.0" + "@jest/fake-timers" "^24.9.0" + "@jest/source-map" "^24.9.0" + "@jest/test-result" "^24.9.0" + "@jest/types" "^24.9.0" + callsites "^3.0.0" chalk "^2.0.1" - jest-get-type "^24.8.0" - leven "^2.1.0" - pretty-format "^24.8.0" + graceful-fs "^4.1.15" + is-ci "^2.0.0" + mkdirp "^0.5.1" + slash "^2.0.0" + source-map "^0.6.0" -jest-watcher@^24.8.0: - version "24.8.0" - resolved "https://registry.verdaccio.org/jest-watcher/-/jest-watcher-24.8.0.tgz#58d49915ceddd2de85e238f6213cef1c93715de4" - integrity sha512-SBjwHt5NedQoVu54M5GEx7cl7IGEFFznvd/HNT8ier7cCAx/Qgu9ZMlaTQkvK22G1YOpcWBLQPFSImmxdn3DAw== +jest-validate@^24.9.0: + version "24.9.0" + resolved "https://registry.verdaccio.org/jest-validate/-/jest-validate-24.9.0.tgz#0775c55360d173cd854e40180756d4ff52def8ab" + integrity sha512-HPIt6C5ACwiqSiwi+OfSSHbK8sG7akG8eATl+IPKaeIjtPOeBUd/g3J7DghugzxrGjI93qS/+RPKe1H6PqvhRQ== dependencies: - "@jest/test-result" "^24.8.0" - "@jest/types" "^24.8.0" - "@types/yargs" "^12.0.9" + "@jest/types" "^24.9.0" + camelcase "^5.3.1" + chalk "^2.0.1" + jest-get-type "^24.9.0" + leven "^3.1.0" + pretty-format "^24.9.0" + +jest-watcher@^24.9.0: + version "24.9.0" + resolved "https://registry.verdaccio.org/jest-watcher/-/jest-watcher-24.9.0.tgz#4b56e5d1ceff005f5b88e528dc9afc8dd4ed2b3b" + integrity sha512-+/fLOfKPXXYJDYlks62/4R4GoT+GU1tYZed99JSCOsmzkkF7727RqKrjNAxtfO4YpGv11wybgRvCjR73lK2GZw== + dependencies: + "@jest/test-result" "^24.9.0" + "@jest/types" "^24.9.0" + "@types/yargs" "^13.0.0" ansi-escapes "^3.0.0" chalk "^2.0.1" - jest-util "^24.8.0" + jest-util "^24.9.0" string-length "^2.0.0" jest-worker@^24.6.0: @@ -8172,13 +8399,21 @@ jest-worker@^24.6.0: merge-stream "^1.0.1" supports-color "^6.1.0" -jest@24.8.0: - version "24.8.0" - resolved "https://registry.verdaccio.org/jest/-/jest-24.8.0.tgz#d5dff1984d0d1002196e9b7f12f75af1b2809081" - integrity sha512-o0HM90RKFRNWmAWvlyV8i5jGZ97pFwkeVoGvPW1EtLTgJc2+jcuqcbbqcSZLE/3f2S5pt0y2ZBETuhpWNl1Reg== +jest-worker@^24.9.0: + version "24.9.0" + resolved "https://registry.verdaccio.org/jest-worker/-/jest-worker-24.9.0.tgz#5dbfdb5b2d322e98567898238a9697bcce67b3e5" + integrity sha512-51PE4haMSXcHohnSMdM42anbvZANYTqMrr52tVKPqqsPJMzoP6FYYDVqahX/HrAoKEKz3uUPzSvKs9A3qR4iVw== + dependencies: + merge-stream "^2.0.0" + supports-color "^6.1.0" + +jest@24.9.0: + version "24.9.0" + resolved "https://registry.verdaccio.org/jest/-/jest-24.9.0.tgz#987d290c05a08b52c56188c1002e368edb007171" + integrity sha512-YvkBL1Zm7d2B1+h5fHEOdyjCG+sGMz4f8D86/0HiqJ6MB4MnDc8FgP5vdWsGnemOQro7lnYo8UakZ3+5A0jxGw== dependencies: import-local "^2.0.0" - jest-cli "^24.8.0" + jest-cli "^24.9.0" js-base64@2.5.1: version "2.5.1" @@ -8540,11 +8775,6 @@ left-pad@^1.3.0: resolved "https://registry.npmjs.org/left-pad/-/left-pad-1.3.0.tgz#5b8a3a7765dfe001261dde915589e782f8c94d1e" integrity sha512-XI5MPzVNApjAyhQzphX8BkmKsKUxD4LdyK24iZeQGinBN9yTQT3bFlCBy/aVx2HrNcqQGsdot8ghrjyrvMCoEA== -leven@^2.1.0: - version "2.1.0" - resolved "https://registry.npmjs.org/leven/-/leven-2.1.0.tgz#c2e7a9f772094dee9d34202ae8acce4687875580" - integrity sha1-wuep93IJTe6dNCAq6KzORoeHVYA= - leven@^3.1.0: version "3.1.0" resolved "https://registry.verdaccio.org/leven/-/leven-3.1.0.tgz#77891de834064cccba82ae7842bb6b14a13ed7f2" @@ -8783,7 +9013,7 @@ lodash.uniq@^4.5.0: resolved "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M= -lodash@4.17.11, lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.3, lodash@^4.17.5, lodash@^4.2.1: +lodash@4.17.11, lodash@^4.15.0, lodash@^4.17.11, lodash@^4.17.3, lodash@^4.17.5, lodash@^4.2.1: version "4.17.11" resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d" integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg== @@ -9065,6 +9295,11 @@ merge-stream@^1.0.1: dependencies: readable-stream "^2.0.1" +merge-stream@^2.0.0: + version "2.0.0" + resolved "https://registry.verdaccio.org/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60" + integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w== + merge2@^1.2.3: version "1.2.3" resolved "https://registry.verdaccio.org/merge2/-/merge2-1.2.3.tgz#7ee99dbd69bb6481689253f018488a1b902b0ed5" @@ -9496,6 +9731,11 @@ node-environment-flags@^1.0.5: object.getownpropertydescriptors "^2.0.3" semver "^5.7.0" +node-fetch@2.1.2: + version "2.1.2" + resolved "https://registry.verdaccio.org/node-fetch/-/node-fetch-2.1.2.tgz#ab884e8e7e57e38a944753cec706f788d1768bb5" + integrity sha1-q4hOjn5X44qUR1POxwb3iNF2i7U= + node-fetch@^1.0.1: version "1.7.3" resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.3.tgz#980f6f72d85211a5347c6b2bc18c5b84c3eb47ef" @@ -9568,10 +9808,10 @@ node-modules-regexp@^1.0.0: resolved "https://registry.npmjs.org/node-modules-regexp/-/node-modules-regexp-1.0.0.tgz#8d9dbe28964a4ac5712e9131642107c71e90ec40" integrity sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA= -node-notifier@^5.2.1: - version "5.4.0" - resolved "https://registry.npmjs.org/node-notifier/-/node-notifier-5.4.0.tgz#7b455fdce9f7de0c63538297354f3db468426e6a" - integrity sha512-SUDEb+o71XR5lXSTyivXd9J7fCloE3SyP4lSgt3lU2oSANiox+SxlNRGPjDKrwU1YN3ix2KN/VGGCg0t01rttQ== +node-notifier@^5.4.2: + version "5.4.3" + resolved "https://registry.verdaccio.org/node-notifier/-/node-notifier-5.4.3.tgz#cb72daf94c93904098e28b9c590fd866e464bd50" + integrity sha512-M4UBGcs4jeOK9CjTsYwkvH6/MzuUmGCyTW+kCY7uO+1ZVr0+FHGdPdIf5CCLqAaxnRrWidyoQlNkMIIVwbKB8Q== dependencies: growly "^1.3.0" is-wsl "^1.1.0" @@ -10904,6 +11144,16 @@ pretty-format@^24.8.0: ansi-styles "^3.2.0" react-is "^16.8.4" +pretty-format@^24.9.0: + version "24.9.0" + resolved "https://registry.verdaccio.org/pretty-format/-/pretty-format-24.9.0.tgz#12fac31b37019a4eea3c11aa9a959eb7628aa7c9" + integrity sha512-00ZMZUiHaJrNfk33guavqgvfJS30sLYf0f8+Srklv0AMPodGGHcoHgksZ3OThYnIvOd+8yMCn0YiEOogjlgsnA== + dependencies: + "@jest/types" "^24.9.0" + ansi-regex "^4.0.0" + ansi-styles "^3.2.0" + react-is "^16.8.4" + prettycli@^1.4.3: version "1.4.3" resolved "https://registry.npmjs.org/prettycli/-/prettycli-1.4.3.tgz#b28ec2aad9de07ae1fd75ef294fb54cbdee07ed5" @@ -10946,6 +11196,11 @@ promise-polyfill@^6.0.1: resolved "https://registry.verdaccio.org/promise-polyfill/-/promise-polyfill-6.1.0.tgz#dfa96943ea9c121fca4de9b5868cb39d3472e057" integrity sha1-36lpQ+qcEh/KTem1hoyznTRy4Fc= +promise-polyfill@^7.1.1: + version "7.1.2" + resolved "https://registry.verdaccio.org/promise-polyfill/-/promise-polyfill-7.1.2.tgz#ab05301d8c28536301622d69227632269a70ca3b" + integrity sha512-FuEc12/eKqqoRYIGBrUptCBRhobL19PS2U31vMNTfyck1FxPyMfgsXyW4Mav85y/ZN1hop3hOwRlUDok23oYfQ== + promise-retry@^1.1.1: version "1.1.1" resolved "https://registry.verdaccio.org/promise-retry/-/promise-retry-1.1.1.tgz#6739e968e3051da20ce6497fb2b50f6911df3d6d" @@ -11279,10 +11534,10 @@ react-event-listener@^0.6.2: prop-types "^15.6.0" warning "^4.0.1" -react-hot-loader@4.12.10: - version "4.12.10" - resolved "https://registry.verdaccio.org/react-hot-loader/-/react-hot-loader-4.12.10.tgz#b3457c0f733423c4827c6d2672e50c9f8bedaf6b" - integrity sha512-dX+ZUigxQijWLsKPnxc0khuCt2sYiZ1W59LgSBMOLeGSG3+HkknrTlnJu6BCNdhYxbEQkGvBsr7zXlNWYUIhAQ== +react-hot-loader@4.12.11: + version "4.12.11" + resolved "https://registry.verdaccio.org/react-hot-loader/-/react-hot-loader-4.12.11.tgz#06bd618d0a7343c8afa4a31206844f651193bae5" + integrity sha512-ySsg1hPwr/5dkZCJVp1nZRbwbpbEQ+3e2+bn/D681Wvr9+o+5bLKkTGq0TXskj8HgCS3ScysXddOng9Cg+JKzw== dependencies: fast-levenshtein "^2.0.6" global "^4.3.0" @@ -12003,14 +12258,7 @@ run-queue@^1.0.0, run-queue@^1.0.3: dependencies: aproba "^1.1.1" -rxjs@^6.3.3: - version "6.4.0" - resolved "https://registry.npmjs.org/rxjs/-/rxjs-6.4.0.tgz#f3bb0fe7bda7fb69deac0c16f17b50b0b8790504" - integrity sha512-Z9Yfa11F6B9Sg/BK9MnqnQ+aQYicPLtilXBp2yUtDt2JRCE0h26d33EnfO3ZxoNxG0T92OUucP3Ct7cpfkdFfw== - dependencies: - tslib "^1.9.0" - -rxjs@^6.4.0: +rxjs@^6.4.0, rxjs@^6.5.2: version "6.5.2" resolved "https://registry.verdaccio.org/rxjs/-/rxjs-6.5.2.tgz#2e35ce815cd46d84d02a209fb4e5921e051dbec7" integrity sha512-HUb7j3kvb7p7eCUHE3FqjoDsC1xfZQ4AHFWfTKSpZ+sAhhz5X1WX0ZuUqWbzB2QhSLp3DoLUG+hMdEDKqWo2Zg== @@ -12148,7 +12396,7 @@ semver@6.2.0: resolved "https://registry.verdaccio.org/semver/-/semver-6.2.0.tgz#4d813d9590aaf8a9192693d6c85b9344de5901db" integrity sha512-jdFC1VdUGT/2Scgbimf7FSx9iJLXoqfglSF+gJeuNWVpiE37OIbc1jywR/GJyFdz3mnkz2/id0L0J/cr0izR5A== -semver@6.3.0, semver@^6.0.0, semver@^6.3.0: +semver@6.3.0, semver@^6.0.0, semver@^6.2.0, semver@^6.3.0: version "6.3.0" resolved "https://registry.verdaccio.org/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== @@ -13368,9 +13616,9 @@ tr46@^1.0.1: dependencies: punycode "^2.1.0" -tree-kill@^1.1.0: +tree-kill@^1.2.1: version "1.2.1" - resolved "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.1.tgz#5398f374e2f292b9dcc7b2e71e30a5c3bb6c743a" + resolved "https://registry.verdaccio.org/tree-kill/-/tree-kill-1.2.1.tgz#5398f374e2f292b9dcc7b2e71e30a5c3bb6c743a" integrity sha512-4hjqbObwlh2dLyW4tcz0Ymw0ggoaVDMveUB9w8kFSQScdRLo0gxO9J7WFcUBo+W3C1TLdFIEwNOWebgZZ0RH9Q== trim-newlines@^1.0.0: @@ -14049,10 +14297,10 @@ webpack-bundle-size-analyzer@3.0.0: filesize "^3.6.1" humanize "0.0.9" -webpack-cli@3.3.6: - version "3.3.6" - resolved "https://registry.verdaccio.org/webpack-cli/-/webpack-cli-3.3.6.tgz#2c8c399a2642133f8d736a359007a052e060032c" - integrity sha512-0vEa83M7kJtxK/jUhlpZ27WHIOndz5mghWL2O53kiDoA9DIxSKnfqB92LoqEn77cT4f3H2cZm1BMEat/6AZz3A== +webpack-cli@3.3.7: + version "3.3.7" + resolved "https://registry.verdaccio.org/webpack-cli/-/webpack-cli-3.3.7.tgz#77c8580dd8e92f69d635e0238eaf9d9c15759a91" + integrity sha512-OhTUCttAsr+IZSMVwGROGRHvT+QAs8H6/mHIl4SvhAwYywjiylYjpwybGx7WQ9Hkb45FhjtsymkwiRRbGJ1SZQ== dependencies: chalk "2.4.2" cross-spawn "6.0.5" @@ -14146,10 +14394,10 @@ webpack-sources@^1.4.0, webpack-sources@^1.4.1: source-list-map "^2.0.0" source-map "~0.6.1" -webpack@4.39.1: - version "4.39.1" - resolved "https://registry.verdaccio.org/webpack/-/webpack-4.39.1.tgz#60ed9fb2b72cd60f26ea526c404d2a4cc97a1bd8" - integrity sha512-/LAb2TJ2z+eVwisldp3dqTEoNhzp/TLCZlmZm3GGGAlnfIWDgOEE758j/9atklNLfRyhKbZTCOIoPqLJXeBLbQ== +webpack@4.39.2: + version "4.39.2" + resolved "https://registry.verdaccio.org/webpack/-/webpack-4.39.2.tgz#c9aa5c1776d7c309d1b3911764f0288c8c2816aa" + integrity sha512-AKgTfz3xPSsEibH00JfZ9sHXGUwIQ6eZ9tLN8+VLzachk1Cw2LVmy+4R7ZiwTa9cZZ15tzySjeMui/UnSCAZhA== dependencies: "@webassemblyjs/ast" "1.8.5" "@webassemblyjs/helper-module-context" "1.8.5" @@ -14195,6 +14443,11 @@ whatwg-encoding@^1.0.1, whatwg-encoding@^1.0.3, whatwg-encoding@^1.0.5: dependencies: iconv-lite "0.4.24" +whatwg-fetch@2.0.4: + version "2.0.4" + resolved "https://registry.verdaccio.org/whatwg-fetch/-/whatwg-fetch-2.0.4.tgz#dde6a5df315f9d39991aa17621853d720b85566f" + integrity sha512-dcQ1GWpOD/eEQ97k66aiEVpNnapVj90/+R+SXTPYGHpYBBypfKJEQjLrvMZ7YXbKm21gXd4NcuxUTjiv1YtLng== + whatwg-fetch@3.0.0, whatwg-fetch@>=0.10.0: version "3.0.0" resolved "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.0.0.tgz#fc804e458cc460009b1a2b966bc8817d2578aefb" @@ -14420,7 +14673,7 @@ yargs-parser@^13.0.0, yargs-parser@^13.1.0, yargs-parser@^13.1.1: camelcase "^5.0.0" decamelize "^1.2.0" -yargs@12.0.5, yargs@^12.0.1, yargs@^12.0.2: +yargs@12.0.5, yargs@^12.0.5: version "12.0.5" resolved "https://registry.npmjs.org/yargs/-/yargs-12.0.5.tgz#05f5997b609647b64f66b81e3b4b10a368e7ad13" integrity sha512-Lhz8TLaYnxq/2ObqHDql8dX8CJi97oHxrjUcYtzKbbykPtVW9WB+poxI+NM2UIzsMgNCZTIf0AQwsjK5yMAqZw== @@ -14455,7 +14708,7 @@ yargs@13.2.4: y18n "^4.0.0" yargs-parser "^13.1.0" -yargs@13.3.0, yargs@^13.0.0: +yargs@13.3.0, yargs@^13.0.0, yargs@^13.3.0: version "13.3.0" resolved "https://registry.verdaccio.org/yargs/-/yargs-13.3.0.tgz#4c657a55e07e5f2cf947f8a366567c04a0dedc83" integrity sha512-2eehun/8ALW8TLoIl7MVaRUrg+yCnenu8B4kBlRxj3GJGDKU1Og7sMXPNm1BYyM1DOJmTZ4YeN/Nwxv+8XJsUA==