From d1291f67551c58168af43698a359cb5ddfd266b0 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 3 Nov 2016 01:33:53 +0100 Subject: node_modules --- node_modules/babel-types/package.json | 108 +++------------------------------- 1 file changed, 9 insertions(+), 99 deletions(-) (limited to 'node_modules/babel-types/package.json') diff --git a/node_modules/babel-types/package.json b/node_modules/babel-types/package.json index ffa061ade..d95ef6227 100644 --- a/node_modules/babel-types/package.json +++ b/node_modules/babel-types/package.json @@ -1,106 +1,16 @@ { - "_args": [ - [ - { - "raw": "babel-types@^6.10.2", - "scope": null, - "escapedName": "babel-types", - "name": "babel-types", - "rawSpec": "^6.10.2", - "spec": ">=6.10.2 <7.0.0", - "type": "range" - }, - "/home/dold/repos/taler/wallet-webex/node_modules/istanbul-lib-instrument" - ] - ], - "_from": "babel-types@>=6.10.2 <7.0.0", - "_id": "babel-types@6.16.0", - "_inCache": true, - "_location": "/babel-types", - "_nodeVersion": "5.11.1", - "_npmOperationalInternal": { - "host": "packages-12-west.internal.npmjs.com", - "tmp": "tmp/babel-types-6.16.0.tgz_1475091545801_0.27850994863547385" - }, - "_npmUser": { - "name": "hzoo", - "email": "hi@henryzoo.com" - }, - "_npmVersion": "3.10.8", - "_phantomChildren": {}, - "_requested": { - "raw": "babel-types@^6.10.2", - "scope": null, - "escapedName": "babel-types", - "name": "babel-types", - "rawSpec": "^6.10.2", - "spec": ">=6.10.2 <7.0.0", - "type": "range" - }, - "_requiredBy": [ - "/babel-generator", - "/babel-template", - "/babel-traverse", - "/istanbul-lib-instrument" - ], - "_resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.16.0.tgz", - "_shasum": "71cca1dbe5337766225c5c193071e8ebcbcffcfe", - "_shrinkwrap": null, - "_spec": "babel-types@^6.10.2", - "_where": "/home/dold/repos/taler/wallet-webex/node_modules/istanbul-lib-instrument", - "author": { - "name": "Sebastian McKenzie", - "email": "sebmck@gmail.com" - }, + "name": "babel-types", + "version": "6.18.0", + "description": "Babel Types is a Lodash-esque utility library for AST nodes", + "author": "Sebastian McKenzie ", + "homepage": "https://babeljs.io/", + "license": "MIT", + "repository": "https://github.com/babel/babel/tree/master/packages/babel-types", + "main": "lib/index.js", "dependencies": { "babel-runtime": "^6.9.1", "esutils": "^2.0.2", "lodash": "^4.2.0", "to-fast-properties": "^1.0.1" - }, - "description": "This module contains methods for building ASTs manually and for checking the types of AST nodes.", - "devDependencies": {}, - "directories": {}, - "dist": { - "shasum": "71cca1dbe5337766225c5c193071e8ebcbcffcfe", - "tarball": "https://registry.npmjs.org/babel-types/-/babel-types-6.16.0.tgz" - }, - "homepage": "https://babeljs.io/", - "license": "MIT", - "main": "lib/index.js", - "maintainers": [ - { - "name": "amasad", - "email": "amjad.masad@gmail.com" - }, - { - "name": "hzoo", - "email": "hi@henryzoo.com" - }, - { - "name": "jmm", - "email": "npm-public@jessemccarthy.net" - }, - { - "name": "loganfsmyth", - "email": "loganfsmyth@gmail.com" - }, - { - "name": "sebmck", - "email": "sebmck@gmail.com" - }, - { - "name": "thejameskyle", - "email": "me@thejameskyle.com" - } - ], - "name": "babel-types", - "optionalDependencies": {}, - "readme": "ERROR: No README data found!", - "repository": { - "type": "git", - "url": "https://github.com/babel/babel/tree/master/packages/babel-types" - }, - "scripts": {}, - "version": "6.16.0" + } } -- cgit v1.2.3